@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Shelby";
  src: url("/fonts/Shelby.woff2") format("woff2"), url("/fonts/Shelby.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 400 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a,
button {
  outline: none !important;
}

/*-------------- CSS Resetter ----------*/
:root {
  --primary-color: #205587;
  --secoundry-color: #ffcc00;
  --dark-color: #272727;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 80%;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 700 !important;
}

.f-italic {
  font-style: italic !important;
}

p {
  font-size: 0.8vw;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.pd0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #dbdbdb;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.img_h_auto {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.navigation_head {
  font-size: 1.5rem;
  /* font-weight: 600; */
  color: #1a1a1a;
}

.breadcrumb-separator {
  font-weight: 400;
  font-size: 1.6rem;
}


.header_wrap .navbar {
  background-color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.header_wrap .navbar .navbar-brand img {
  width: 6.7vw;
  height: inherit;
  position: relative;
  top: 2vw;
}
.header_wrap .navbar .nav-link {
  color: var(--primary-color);
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding: 0px 0.4vw !important;
  font-size: 0.7vw;
  text-transform: uppercase;
}
.header_wrap .navbar .nav-link:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0.5vw;
  left: 0;
  transition: ease all 0.5s;
  opacity: 0;
}
.header_wrap .navbar .nav-link:after {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link:hover {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link:hover:before {
  left: 0.3vw;
  opacity: 1;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav-link:hover:after {
  right: 0.4vw;
  opacity: 1;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav-link:focus {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link.active {
  color: var(--primary-color);
}

.header_wrap .navbar,
.header_wrap .navbar .container {
  height: 4vw;
}

.header_wrap.stick .navbar {
  position: fixed;
  top: -100px;
  transition: transform 0.5s;
  transform: translateY(100px);
}

.my_nav .dropdown-menu .dropdown-item {
  /* color: rgb(255, 8, 0) !important; */
  white-space: normal !important;
  word-wrap: break-word;
  max-width: 100%;
}

.my_nav .dropdown-menu {
  border-radius: 0;
  margin-left: 0;
  margin-top: 1.2vw !important;
  padding: 0;
  width: 13vw;
}
.my_nav .dropdown-menu .dropdown-item {
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding: 0.5vw 0.2vw 0.5vw 0.3vw !important;
  transition: ease all 0.5s;
  border-bottom: 0.1vw solid #dadada;
  font-size: 0.8vw;
  line-height: 1.5vw;
  letter-spacing: 1px;
}
.my_nav .dropdown-menu .dropdown-item:hover {
  padding: 0.7vw 0.2vw 0.7vw 0.8vw !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--primary-color);
  transition: ease all 0.5s;
}
.my_nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-submenu-container .dropdown-submenu {
  pointer-events: none;
  cursor: pointer;
}
.dropdown-submenu-container:hover .dropdown-menu {
  display: block;
}

.header_top {
  background: var(--primary-color);
  display: flex;
  padding: 0.5vw 0px;
}

.header_cta {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  float: right;
}
.header_cta li {
  display: flex;
  align-items: center;
}
.header_cta li i {
  color: #fff;
  margin-right: 5px;
  font-size: 0.9vw;
}
.header_cta li a {
  color: #fff;
  font-size: 0.9vw;
  font-weight: 300;
  line-height: 0.7vw;
}
.header_cta li:last-child {
  margin-left: 1.3vw;
}

.footer_grid_view5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid_view3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_view4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.grid_view4 .item {
  flex: 0 0 25%;
}

.riim_number_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.riim_number_grid .grid_item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #e8e8e8;
}

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--primary-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#floating-button .enq-ttip {
  position: absolute;
  font-size: 11px;
  color: #fff;
  background: #222;
  padding: 5px 10px;
  top: 30%;
  right: 125%;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}

#floating-button .enq-ttip:before {
  content: "";
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #222;
}

.plus {
  color: white;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 300;
  border-radius: 50%;
  transition: all 0.3s;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}
@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.nds {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px dashed #fff;
  outline-offset: -4px;
}
.nds a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
}
.nds button {
  background: transparent !important;
  color: #fff;
  box-shadow: none;
  border: none;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.nd1 {
  right: 35px;
  bottom: 98px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd2 {
  right: 35px;
  bottom: 155px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  right: 35px;
  bottom: 230px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .nd1 {
  animation-delay: 0.08s;
}

#container-floating:hover .nd2 {
  animation-delay: 0.15s;
}

#container-floating:hover .nd3 {
  animation-delay: 0.2s;
}

.letter {
  font-size: 23px;
  font-family: "Roboto";
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

.pulseanimation:hover {
  animation: none;
}
@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(177, 151, 119, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(177, 151, 119, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(177, 151, 119, 0);
  }
}
/*----------Modal Design-------*/
.error {
  color: red;
  font-size: 0.8vw;
  font-weight: 300;
  line-height: 12px;
  position: relative;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
  width: 30vw;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
  width: 30vw !important;
}
.modal-dialog .modal-content {
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  border: none !important;
}
.modal-dialog .modal-content .modal-header {
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  border-color: rgba(0, 0, 0, 0.1882352941);
}
.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  z-index: 9;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2vw;
  color: #ffffff !important;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-dialog .modal-content .modal-body {
  padding: 20px 10px 20px 10px !important;
}
.modal-dialog .modal-content .modal-body .form_disc {
  font-size: 0.8vw;
  line-height: 0.8vw;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.modal-dialog .modal-content .modal-body .form_disc span {
  display: inline-block;
  font-size: 1vw;
  line-height: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  position: relative;
  max-width: 85%;
}
.modal-dialog .modal-content .modal-body .form_disc span::before {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 2px;
  background: var(--secoundry-color);
  left: -2vw;
  top: 0.5vw;
}
.modal-dialog .modal-content .modal-body .form_disc span::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 2px;
  background: var(--secoundry-color);
  right: -1.8vw;
  top: 0.5vw;
}

.modal_logo {
  width: 4vw;
  height: auto;
  margin: 0 auto;
  margin-top: -2.5vw;
  margin-bottom: -1vw;
}

/*---modal form--*/
/*-------------------------------*/
.modal-body form input[type=text],
.modal-body form input[type=email],
.modal-body form input[type=tel] .modal-body form select {
  height: 2vw !important;
  border: none !important;
  width: 100% !important;
  background-color: #fff !important;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #333 !important;
  font-size: 0.8vw !important;
}

.modal-body form input::-moz-placeholder, .modal-body form textarea::-moz-placeholder {
  color: #adadad;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #adadad;
}

.modal-body form .form-check-input:checked[type=radio] {
  background-image: none !important;
  background: var(--secoundry-color) !important;
  border-color: var(--secoundry-color) !important;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  font-size: 0.9vw;
  width: 100% !important;
}

.modal-body form .form-group {
  height: 2.4vw;
  margin-bottom: 1.1vw;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 7px;
}

.modal-body form button {
  margin: 0 auto;
}

.modal-body form input[type=file] {
  padding: 0;
  width: calc(100% - 30px) !important;
  padding-top: 0.5vw;
}

input::-webkit-file-upload-button {
  background: rgba(34, 34, 34, 0.6117647059);
  color: #fff;
  border: none !important;
  font-size: 0.7vw;
  margin-top: -2px;
}

.modal-body form input[type=file]::-moz-placeholder {
  color: var(--primary-color);
}

.modal-body form input[type=file]::placeholder {
  color: var(--primary-color);
}

.cv-label {
  margin-bottom: 10px;
  color: #333;
  font-size: 0.9vw;
}

/*-----------Modal End --------*/
.modal-body .react-tel-input .flag-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 7px 0 0 7px;
}

.modal-body .react-tel-input .selected-flag {
  border-radius: 7px 0 0 7px;
}

.react-tel-input .country-list .search-box {
  border: 1px solid #cacaca !important;
  border-radius: 3px !important;
}

.react-tel-input .country-list {
  color: #222;
}

.react-tel-input .country-list .search-box {
  margin-left: 0 !important;
}

.react-tel-input .country-list .country {
  padding: 4px 9px !important;
}

.effect-1,
.effect-2,
.effect-3 {
  overflow: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.side_menu {
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  background-size: cover !important;
  z-index: 99999;
}
.side_menu .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.side_menu .offcanvas-body {
  margin-top: 0;
}
.side_menu .offcanvas-bottom {
  padding: 0 1rem;
}
.side_menu .side_nav_logo {
  height: auto;
  width: 3.5vw;
}

.offcanvas-body {
  overflow-y: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 3px;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #222222;
}
.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.offcanvas-body p {
  color: #ffffff;
}
.offcanvas-body .loc-list {
  margin-bottom: 0;
}
.offcanvas-body .loc-list li {
  color: #ffffff;
}

.menu_nav {
  content: "";
}
.menu_nav .no_child {
  content: "";
}
.menu_nav .no_child a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
}
.menu_nav li a:hover, .menu_nav li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu_nav li button.btn-toggle {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 10px 5px;
  position: relative;
  color: #fff;
  outline: none !important;
  border: none;
  text-align: left;
  background-color: transparent;
}
.menu_nav li button.btn-toggle:before {
  position: absolute;
  right: 6px;
}
.menu_nav li button.btn-toggle:hover, .menu_nav li button.btn-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu_nav li .btn-toggle-nav a {
  text-decoration: none;
  color: var(--secoundry-color);
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
  margin-left: 0;
  padding-left: 20px;
  margin-top: 0;
  position: relative;
}
.menu_nav li .btn-toggle-nav a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid var(--secoundry-color);
}
.menu_nav li .btn-toggle-nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: var(--secoundry-color);
  left: 8px;
  top: 20px;
}
.menu_nav li .btn-toggle-nav a:hover:before {
  border-color: var(--secoundry-color);
}
.menu_nav li .btn-toggle-nav a:hover:after {
  background: var(--secoundry-color);
}

.third_level .btn-toggle[aria-expanded=true]::before {
  transform: rotate(0deg);
}

.third_level .btn-toggle {
  font-weight: 400;
}

.third_level .btn-toggle-nav {
  margin-left: 30px;
}

.animated_social.on_center {
  justify-content: center;
  border-top: 1px solid #525252;
  margin: 0;
  padding: 15px 0;
}

.animated_social {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: start;
}

.animated_social li {
  position: relative;
  float: left;
  vertical-align: top;
  width: auto;
  line-height: 1;
  margin-left: 0.6vw !important;
  list-style: none;
}

.animated_social li:first-child {
  margin-left: 0 !important;
}

.animated_social li a {
  display: block;
  text-decoration: none;
}

.animated_social li a svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  fill: none;
  color: currentColor;
  stroke: #fff;
  transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  overflow: visible;
}

.animated_social li a svg circle {
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  stroke-width: 1;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transform: rotate(-200deg);
  transform-origin: center;
}

.animated_social li a .social-icon {
  width: 2.3vw;
  height: 2.3vw;
  border: 1px solid var(--secoundry-color);
  border-radius: 50%;
  font-size: 0.9vw;
  line-height: 2em;
  text-align: center;
  color: var(--secoundry-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.animated_social li a .social-icon:before {
  display: block;
  line-height: inherit;
}

.animated_social li:hover a svg circle {
  stroke-dashoffset: 10;
  transform: rotate(55deg);
  transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

.animated_social li:hover a .social-icon {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.nav_menu_btn {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}
.nav_menu_btn img {
  width: 35px;
  height: auto;
}

.owl-carousel .owl-nav .owl-prev {
  transform: scaleX(-1);
  background: transparent !important;
  outline: none !important;
}
.owl-carousel .owl-nav .owl-next {
  background: transparent !important;
  outline: none !important;
}

.owl_nav_middle_center {
  padding: 0 !important;
}
.owl_nav_middle_center .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: -1;
}
.owl_nav_middle_center .owl-nav button.owl-prev {
  float: left;
  margin-left: -35px;
}
.owl_nav_middle_center .owl-nav button.owl-next {
  float: right;
  margin-right: -35px;
}

.owl_nav_middle_center_inside {
  padding: 0 !important;
}
.owl_nav_middle_center_inside .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: 2;
}
.owl_nav_middle_center_inside .owl-nav button.owl-prev {
  float: left;
  margin-left: 25px;
}
.owl_nav_middle_center_inside .owl-nav button.owl-next {
  float: right;
  margin-right: 25px;
}

.owl-carousel.left_nav .owl-nav {
  text-align: left;
}

.owl-carousel .owl-nav {
  margin-top: 15px !important;
}
.owl-carousel .owl-nav button img {
  width: 2.5vw;
}

.home_nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: 2;
}
.home_nav .home-swiper-button-prev {
  float: left;
  margin-left: -70px;
  border: none;
  background: transparent;
}
.home_nav .home-swiper-button-prev img {
  width: 2.5vw;
}
.home_nav .home-swiper-button-next {
  float: right;
  margin-right: -50px;
  border: none;
  background: transparent;
}
.home_nav .home-swiper-button-next img {
  width: 2.5vw;
}

.home_nav .home-swiper-button-prev {
  transform: scaleX(-1);
  background: transparent !important;
  outline: none !important;
}

.mytab {
  border-bottom: none !important;
}
.mytab .nav-link {
  font-size: 0.9vw;
  border: 1px solid var(--secoundry-color) !important;
  border-radius: 0 !important;
  color: #fff;
  padding: 0.5vw 1.5vw;
  border-radius: 40px !important;
  margin: 0 6px;
}
.mytab .nav-link:hover {
  color: #fff;
}
.mytab .nav-link.active {
  background-color: var(--secoundry-color) !important;
  font-weight: 600;
  color: var(--primary-color) !important;
}

.pagination {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.pagination .page-item {
  background: #ededed;
}
.pagination .page-item .page-numbers {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
.pagination .page-item:first-child {
  background: transparent;
}
.pagination .page-item:first-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item:last-child {
  background: transparent;
}
.pagination .page-item:last-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item.active {
  background: var(--primary-color);
}
.pagination .page-item.active a {
  color: #fff;
}

.placement_pagination .page-item {
  background: var(--primary-color) !important;
  margin: 0 10px;
}
.placement_pagination .page-item:hover {
  background: var(--secoundry-color) !important;
}
.placement_pagination .page-numbers {
  color: #fff !important;
}

.post-share-buttons {
  display: flex;
  padding-left: 0;
  margin-top: 50px;
}

.post-share-buttons li.facebook a {
  background: #3b5998;
}

.post-share-buttons li.google-plus a {
  background: #dd4b39;
}

.post-share-buttons li.twitter a {
  background: #55acee;
}

.post-share-buttons li.linkedin a {
  background: #007bb5;
}

.post-share-buttons li.pinterest a {
  background: #cb2027;
}

.post-share-buttons li.whatsapp a {
  background: #25d366;
}

.post-share-buttons li a {
  color: #fff;
  text-align: center;
  background: #ededed;
  margin: 0;
  float: left;
  padding: 5px 25px;
  margin-right: 10px;
  width: 65px;
  margin-bottom: 10px;
}

.msgicon {
  height: 6vw;
  width: 6vw !important;
  border: 4px solid #fff;
  font-size: 39px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msgicon img {
  width: 3vw;
  height: auto;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: capitalize;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 1vw;
  letter-spacing: 0px;
  line-height: 1.3vw;
  text-transform: capitalize;
  text-align: center;
}

.go-home {
  color: #222;
  font-size: 1vw;
  padding: 10px;
  width: 10vw;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  text-align: center;
  transition: ease 0.5s;
  line-height: 1vw;
  letter-spacing: 2px;
  border: 1px solid var(--primary-color);
}

.go-home:hover {
  transition: ease 0.5s;
  color: #ffffff;
  background: var(--primary-color);
  border-radius: 25px;
}

.oops-greet {
  color: #222;
  font-size: 1.5vw;
  margin-bottom: 1vw;
  text-align: center;
}

.custom_modal .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}
.custom_modal .modal-body h3 {
  text-align: center;
}
.custom_modal .modal-body p {
  text-align: center;
}

.home_slider .parallax-bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home_slider .parallax-bg .container {
  height: 100%;
}

.home_slider .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.home_slider .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.home_slider .swiper-container {
  width: 100%;
  height: 100%;
  background: #000;
}

.home-banner .swiper-slide-active .hero_content_wrap .hero_sub_txt {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}
.home-banner .swiper-slide-active .hero_content_wrap .hero_txt {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.4s;
}

.home_slider .swiper-nav {
  position: absolute;
  bottom: 4vw;
  right: 3vw;
  z-index: 1;
}
.home_slider .swiper-nav button {
  background: transparent;
  box-shadow: none;
  border: none;
}
.home_slider .swiper-nav button img {
  width: 2.7vw;
  height: auto;
}

.cust-swiper-button-next {
  transform: scaleX(-1);
}

.hero_content_wrap {
  display: flex;
  align-items: end;
  height: 100%;
}
.hero_content_wrap .txt_wrap {
  margin-bottom: 10vw;
}
.hero_content_wrap .txt_wrap .hero_sub_txt {
  color: #fff;
  font-weight: 300;
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin-bottom: 0.5vw;
}
.hero_content_wrap .txt_wrap .hero_txt {
  color: #fff;
  font-weight: 600;
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 0;
  position: relative;
}
.hero_content_wrap .txt_wrap .hero_txt::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 18vw;
  height: 0.2vw;
  background: var(--secoundry-color);
}

.nav_apply {
  background: var(--secoundry-color) !important;
  color: var(--primary-color) !important;
  border: none !important;
  font-size: 0.8vw !important;
  line-height: 0.8vw !important;
  padding: 0.5vw 1.5vw !important;
  border-radius: 50px !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-right: 1vw;
  margin-left: 2vw;
}

.light_grey_bg {
  background: #f8faf9;
}

.global_sec {
  padding: 4vw 0px;
  position: relative;
}

.global_sec_committee {
  padding: 6vw 0px;
  position: relative;
}
.navigation_head {
  /* font-weight: 600; */
  font-size: 1.1vw;
  line-height: 1.9vw;
  position: relative;
  margin-bottom: 1.2vw;
}

.heading_wrap {
  margin-bottom: 2vw;
}
.heading_wrap .sec_head {
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.9vw;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1.2vw;
}
.heading_wrap .sec_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6vw;
  height: 2px;
  width: 7vw;
  background: var(--secoundry-color);
}
.heading_wrap .sec_head1 {
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.9vw;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1.2vw;
  text-align: center;
}
.heading_wrap .sec_subhead {
  font-size: 1.25vw;
  line-height: 1.6vw;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.para_subhead {
  font-size: 1.25vw;
  line-height: 1.6vw;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.primary_cta {
  background: var(--secoundry-color);
  color: var(--primary-color) !important;
  padding: 0.6vw 1.5vw;
  display: inline-block;
  border-radius: 20px;
  font-size: 0.8vw;
  line-height: 0.8vw;
  text-transform: uppercase;
  position: relative;
  transition: ease all 0.5s;
  overflow: hidden;
  text-align: center;
  border: none;
}
.primary_cta span {
  position: relative;
  z-index: 1;
}
.primary_cta::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  height: 102%;
  width: 0%;
  background: var(--primary-color);
  transform: skewX(-19deg);
  transition: ease all 0.5s;
}
.primary_cta:hover {
  color: var(--secoundry-color) !important;
  transition: ease all 0.5s;
}
.primary_cta:hover::after {
  width: 104%;
  left: -2px;
  right: initial;
  transition: ease all 0.5s;
}

.dark-color{
  color: var(--dark-color);
}

.img_fill_wrap {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}
.img_fill_wrap img {
  position: relative !important;
  height: auto !important;
}

.img_with_hove {
  position: relative;
  overflow: hidden;
  border-radius: 0.9vw;
}
.img_with_hove img {
  transform: scale(1);
  transition: ease all 0.5s;
}
.img_with_hove:hover img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.home_over_view_txt p {
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 0;
}

.club_img_fill_wrap {
  width: 100% !important;
  height: 650px !important; 
  position: relative !important;
}

.club_img_fill_wrap img {
  object-fit: cover !important; 
  object-position: center !important;
}


.key_main_wrap {
  border-left: 2px solid var(--primary-color);
  padding-left: 50px;
}

.home_highlight {
  display: flex;
  align-items: center;
}
.home_highlight img {
  width: 3vw !important;
  height: auto;
  margin-right: 0.5vw;
}
.home_highlight .key_txt_wrap {
  content: "";
}
.home_highlight .key_txt_wrap .bold {
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
  margin-bottom: 0;
}
.home_highlight .key_txt_wrap .regular {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1vw;
}

.heading_wrap.center .sec_head {
  text-align: center;
}
.heading_wrap.center .sec_head::after {
  content: "";
  left: 50%;
  margin-left: -3.5vw;
}

.heading_wrap.white .sec_head {
  color: #fff;
}
.heading_wrap.white .sec_subhead {
  color: #fff;
}

.patter_bg {
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  background-size: cover !important;
}

.color_white {
  color: #fff !important;
}
.color_white p {
  color: #fff !important;
}

.color_yellow {
  color: var(--secoundry-color) !important;
}

.course_wrap {
  padding: 0 20px;
}
.course_wrap .course_txt {
  padding-top: 1vw;
}
.course_wrap .course_txt .h_course_title {
  color: #fff;
  font-size: 1.1vw;
}
.course_wrap .course_txt .h_course_txt {
  content: "";
}
.course_wrap:hover .img_with_hove img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.recruiters_logo img {
  width: auto;
  height: 3.9vw;
  transform: none !important;
  margin: 0 1vw;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
}

.video_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0.9vw;
}
.video_thumb .zoom {
  transform: scale(1);
  transition: ease all 0.5s;
}
.video_thumb:hover .zoom {
  transform: scale(1.1);
  transition: ease all 0.5s;
}
.video_thumb .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.568627451);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_thumb .video_overlay .v_icon {
  display: flex;
  width: 5vw;
  height: 5vw;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.video_thumb .video_overlay .v_icon img {
  border-radius: 50%;
  width: 4vw;
  height: auto;
}
.video_thumb .video_caption {
  position: absolute;
  bottom: 6px;
  z-index: 1;
  color: #fff;
  left: 10px;
  margin-bottom: 0;
  font-size: 0.8vw;
}

.half_pattern {
  position: relative;
}
.half_pattern .container {
  position: relative;
  z-index: 3;
}
.half_pattern::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53vw;
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  z-index: 1;
}

.testimonial_wrap {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
  padding: 0.6vw;
  background: rgba(0, 0, 0, 0.1411764706);
  padding-top: 2vw;
  border-radius: 20px;
}
.testimonial_wrap .t_quote {
  position: relative;
}
.testimonial_wrap .t_quote p {
  font-size: 17px;
}
.testimonial_wrap .t_quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.3vw;
  background: url(/images/quote.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 2vw;
  height: 1.3vw;
}
.testimonial_wrap .t_img_wrap {
  position: relative;
}
.testimonial_wrap .t_img_wrap::after {
  content: "";
  position: absolute;
  width: 70%;
  left: 50%;
  top: calc(50% + 2px);
  height: 1px;
  background: #bbb;
  margin-left: -35%;
  z-index: -1;
}
.testimonial_wrap .t_img {
  height: auto;
  width: 6.5vw !important;
  margin: 0 auto;
  display: block;
  margin-top: 1vw;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 50%;
}
.testimonial_wrap .t_name {
  color: var(--secoundry-color);
  font-size: 1.2vw;
  line-height: 1.5vw;
  margin-bottom: 0.1vw;
  margin-top: 1vw;
}
.testimonial_wrap .t_designation {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonial_wrap .t_q_icon {
  width: 6vw !important;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: -3vw;
}

.owl_nav_middle_center.line_nav .owl-nav {
  width: 40vw;
  left: 50%;
  margin-left: -20vw;
  z-index: 1;
}

.ranking_logo img {
  width: auto;
  height: 8vw;
  transform: none !important;
  margin: 0 2vw;
}

.blog_wrap {
  content: "";
}
.blog_wrap .blog_img_wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 27px 10px -22px;
}
.blog_wrap .blog_img_wrap .post_img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: ease all 0.5s;
  height: 15.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_wrap .blog_img_wrap .blog_overlay {
  position: absolute;
  padding: 0 1.2vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.831372549) 0%, rgba(0, 0, 0, 0) 58%) 0% 0% no-repeat padding-box;
  transition: ease all 0.5s;
}
.blog_wrap .blog_img_wrap .blog_overlay .b_date {
  color: #fff;
  font-weight: 300;
}
.blog_wrap .blog_img_wrap .blog_overlay .b_title {
  color: #fff;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 1.4vw;
}
.blog_wrap .blog_txt_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1vw 0;
}
.blog_wrap .blog_txt_wrap .blog_txt_1st_half {
  width: 75%;
}
.blog_wrap .blog_txt_wrap .blog_txt_1st_half .b_title_2 {
  font-size: 0.8vw;
  line-height: 1vw;
  font-weight: 600;
  color: var(--primary-color);
}
.blog_wrap .blog_txt_wrap .blog_txt_1st_half .b_short {
  color: #222;
}
.blog_wrap .blog_txt_wrap p {
  margin-bottom: 0;
}
.blog_wrap .blog_txt_wrap a {
  padding: 0.6vw 0.7vw;
  margin-bottom: 0;
}
.blog_wrap:hover .blog_img_wrap .post_img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.footer {
  padding: 4vw 0px;
  position: relative;
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  background-size: cover !important;
}

.footer_link_wrap .quick_link_head {
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: 600;
  color: var(--secoundry-color);
  margin-bottom: 0.9vw;
}

.quick_links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.quick_links li {
  margin-bottom: 0.5vw;
  transform: translateX(0px);
  transition: 0.3s;
}
.quick_links li a {
  color: #fff;
  font-size: 0.7vw;
  line-height: 1vw;
  transition: 0.3s;
  display: block;
  font-weight: 300;
}
.quick_links li:hover {
  transform: translateX(5px);
  transition: 0.3s;
}
.quick_links li:hover a {
  color: var(--secoundry-color);
  transition: 0.3s;
}

.continfo p {
  font-size: 0.7vw;
}

.footer_copy {
  background: rgba(0, 0, 0, 0.2);
  padding: 1vw 0;
  margin-top: 3.5vw;
}
.footer_copy .terms {
  font-size: 0.7vw;
  line-height: 1vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: 200;
}
.footer_copy .terms a {
  color: #fff;
}
.footer_copy .terms.txt_right {
  text-align: right;
}

.inner_banner {
  position: relative;
}
.inner_banner .banner_img {
  height: 32vw;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.inner_banner .banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
  display: flex;
  align-items: end;
}
.inner_banner .banner_overlay .b_main_txt {
  margin-bottom: 3vw;
}
.inner_banner .banner_overlay .b_main_txt .banner_txt_warp {
  position: relative;
  padding-bottom: 1vw;
}
.inner_banner .banner_overlay .b_main_txt .banner_txt_warp .banner_title {
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.8vw;
  margin-bottom: 0;
}
.inner_banner .banner_overlay .b_main_txt .banner_txt_warp p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}
.inner_banner .banner_overlay .b_main_txt .banner_txt_warp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10vw;
  height: 1px;
  background: var(--secoundry-color);
}
.inner_banner .banner_overlay .b_main_txt .banner_subtitle {
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 500;
  margin-top: 1vw;
  margin-bottom: 0;
}
.inner_banner .banner_overlay .primary_cta {
  float: right;
}

.enquiry_box {
  text-align: center;
  background: #fff;
  padding: 2vw 2vw;
  border: 1px solid var(--primary-color);
  border-bottom: 0.5vw solid var(--secoundry-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.enquiry_box .enq_icon {
  width: 4vw;
  height: auto;
}
.enquiry_box .enq_title {
  color: var(--primary-color);
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.2vw;
  margin-bottom: 1.1vw;
  margin-top: 1.4vw;
}
.enquiry_box p {
  margin-bottom: 2vw;
}

.address_style_1 {
  margin-top: 4vw;
}
.address_style_1 .add_title {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 1vw;
  position: relative;
  padding-bottom: 0.8vw;
}
.address_style_1 .add_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5vw;
  height: 2px;
  background: var(--secoundry-color);
}
.address_style_1 p {
  color: #fff;
  margin-bottom: 0;
}
.address_style_1 p a {
  color: #fff !important;
}

.half_pattern.sec_contact::after {
  height: 25vw;
}

.address_style_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 3vw;
}
.address_style_2 img {
  width: 3vw;
  height: auto;
  margin-right: 1vw;
}
.address_style_2 .add_wrap {
  content: "";
}
.address_style_2 .add_wrap .add_title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 0.5vw;
}
.address_style_2 .add_wrap p {
  margin-bottom: 0;
}
.address_style_2 .add_wrap p a {
  color: var(--primary-color) !important;
}

.contact_map {
  border: 0;
  width: 100%;
  height: 25vw;
}

.shield_svg_wrap {
  position: absolute;
  width: 0;
  height: 0;
}

.shield_clip_path {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: url(#shield_svg);
  clip-path: url(#shield_svg);
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}

.push_upside {
  margin-top: -10vw;
}

.shield_shap_wrap.sap {
  width: 17vw;
  height: 21vw;
}

.shield_shap_wrap {
  width: 22vw;
  height: 32vw;
  position: relative;
  z-index: 1;
}
.shield_shap_wrap .director_name {
  position: absolute;
  bottom: 2.5vw;
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 0;
  padding: 0.7vw 0;
  border-radius: 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.push_downside {
  margin-bottom: -8vw;
}

.text-quote {
  position: relative;
  margin-top: 2vw;
}
.text-quote::after {
  content: "";
  position: absolute;
  left: -2.1vw;
  top: -1vw;
  background: url(/images/quote.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 2vw;
  height: 1.3vw;
}

.shield_shap_wrap.kalam {
  width: 25vw;
  height: 35vw;
}

.vision_mision_img {
  width: 50vw;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  margin-top: 2vw;
}

.vision_mian_wrap {
  position: relative;
  border-radius: 30px;
  background: #fff;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.1490196078);
  margin-top: 5vw;
}

.vission_txt {
  padding: 3vw;
}
.vission_txt .vision_title {
  font-size: 1.3vw;
  line-height: 1.3vw;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1vw;
}
.vission_txt p {
  content: "";
}
.vission_txt p:last-child {
  margin-bottom: 0;
}

.aim_list {
  padding-left: 0;
  margin-bottom: 0;
}
.aim_list li {
  position: relative;
  font-size: 0.8vw;
  line-height: 1.5vw;
  margin-bottom: 0.2vw;
  padding-left: 1.5vw;
  color: var(--primary-color);
}
.aim_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/images/list-icon.png) center no-repeat;
  background-size: contain;
  width: 0.7vw;
  height: 1.1vw;
}

.aim_list.white li {
  color: #fff;
}
.aim_list.white li::before {
  filter: brightness(0) invert(1);
}

.mission_aim_list {
  counter-reset: section var(--start, 0);
  list-style: none;
  padding-left: 1.5rem;
}

.mission_aim_list li {
  counter-increment: section;
  position: relative;
  font-size: 0.8vw;
  line-height: 1.5vw;
  margin-bottom: 0.2vw;
  padding-left: 1.5vw;
  color: var(--primary-color);
}

.mission_aim_list li::before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: var(--primary-color);
}




.owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-prev {
  float: left;
  margin-left: -65px;
}

.owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-next {
  float: right;
  margin-right: -65px;
}

.vision_half_grey .container {
  position: relative;
  z-index: 2;
}
.vision_half_grey::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55.5vw;
  background: #f8faf9;
  z-index: -1;
}

.approved_by {
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1vw;
}
.approved_by li {
  display: inline-block;
  position: relative;
}
.approved_by li img {
  display: block;
  width: 10vw;
  height: auto;
  margin: 0 2vw;
}
.approved_by li::before {
  content: "";
  position: absolute;
  top: 75%;
  height: 20%;
  margin-top: -20%;
  right: 0;
  width: 1px;
  background: var(--primary-color);
}
.approved_by li:last-child::before {
  display: none;
}

.president_mian_wrap {
  position: relative;
  padding: 3vw;
  padding-left: 0;
}
.president_mian_wrap .text-quote {
  margin-top: 1.5vw;
}
.president_mian_wrap .shield_shap_wrap {
  width: 15vw;
  height: 20vw;
}
.president_mian_wrap .president_txt_wrap {
  padding-left: 1.5vw;
}

.president_mian_wrap.predident_bg {
  position: relative;
}
.president_mian_wrap.predident_bg .bg_z_index {
  z-index: 2;
  position: relative;
}
.president_mian_wrap.predident_bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66vw;
  background: rgba(13, 50, 85, 0.6705882353);
  border: 1px solid #fff;
  border-radius: 30px;
  z-index: 1;
}

.predident_heading {
  margin-bottom: 0.5vw;
}
.predident_heading .p_title {
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.9vw;
  color: #fff;
  position: relative;
  margin-bottom: 1.2vw;
}
.predident_heading .p_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6vw;
  height: 2px;
  width: 7vw;
  background: var(--secoundry-color);
}
.predident_heading .p_subtitle {
  font-size: 1.25vw;
  line-height: 1.6vw;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.predident_heading .p_title.blue {
  color: var(--primary-color);
}

.president_name {
  margin-bottom: 20px;
}
.president_name p {
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-bottom: 0;
  color: #fff !important;
}

#president_desk .nav-tabs .nav-item {
  margin: 20px;
  margin-top: 0;
}
#president_desk .tab-content {
  margin-top: 30px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 1px;
}

.advisory_wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 2.5vw;
}
.advisory_wrap .img_with_hove {
  border-radius: 10px;
}
.advisory_wrap .img_with_hove img {
  height: auto;
}
.advisory_wrap .advisory_txt {
  margin-top: 1vw;
}
.advisory_wrap .advisory_txt .advisory_name {
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0.5vw;
  padding-bottom: 0.5vw;
  position: relative;
  color: var(--primary-color);
  font-weight: 600;
}
.advisory_wrap .advisory_txt .advisory_name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4vw;
  height: 2px;
  background: var(--secoundry-color);
}
.advisory_wrap .advisory_txt p {
  margin-bottom: 0;
  font-style: italic;
  color: #000;
}

.faculties_wrap {
  position: relative;
  text-align: center;
  padding: 1vw 1vw 2vw;
  height: 100%;
}
.faculties_wrap .faculties_img {
  position: relative;
  z-index: 2;
  width: 10vw;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary-color);
  transform: scaleX(1);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.faculties_wrap .faculties_img img {
  width: 100%;
  height: auto;
}
.faculties_wrap .faculties_txt {
  margin-top: 1vw;
  position: relative;
  z-index: 2;
}
.faculties_wrap .faculties_txt .faculties_name {
  position: relative;
  font-size: 1.1vw;
  line-height: 1.4vw;
  margin-bottom: 0.5vw;
  color: #fff;
  padding-bottom: 0.5vw;
}
.faculties_wrap .faculties_txt .faculties_name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: var(--secoundry-color);
  width: 100px;
  margin-left: -50px;
}
.faculties_wrap .faculties_txt .faculties_desig {
  color: #fff;
  margin-bottom: 0;
}
.faculties_wrap .faculties_txt .faculties_exp {
  color: #fff;
  margin-bottom: 0;
}
.faculties_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14vw;
  left: 0;
  background: rgba(32, 85, 135, 0.6);
  z-index: 1;
}
.faculties_wrap:hover .faculties_img {
  transform: scaleX(-1);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.faculties_row [class*=col] {
  margin-bottom: 2vw;
}

.faculties_wrap.white .faculties_img {
  border: 2px solid #fff;
}
.faculties_wrap.white .faculties_txt .faculties_name {
  color: var(--primary-color);
}
.faculties_wrap.white .faculties_txt .faculties_desig {
  color: var(--primary-color);
}
.faculties_wrap.white .faculties_txt .faculties_exp {
  color: var(--primary-color);
}
.faculties_wrap.white::after {
  background: #fff;
}

.riim_in_number_wrap {
  text-align: center;
  padding: 1vw;
}
.riim_in_number_wrap .riim_shield {
  background: url(/images/riim-shield.png) no-repeat center;
  background-size: contain;
  width: 8vw;
  height: 8.2vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.riim_in_number_wrap .riim_shield img {
  width: 100%;
  height: auto;
  padding: 2.1vw;
}
.riim_in_number_wrap .number_wrap {
  margin-top: 1vw;
}
.riim_in_number_wrap .number_wrap .r_number {
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}
.riim_in_number_wrap .number_wrap p {
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--primary-color);
}

.cust_accordion .accordion-item {
  margin-bottom: 1vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 13px -23px;
}
.cust_accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.cust_accordion .accordion-button {
  background-color: #f9f9f9 !important;
  color: var(--primary-color) !important;
  font-weight: 600;
  position: relative;
}
.cust_accordion .accordion-button::before {
  content: "—";
  margin-right: 4px;
}
.cust_accordion .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.cust_accordion .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.cust_accordion .accordion-body {
  background: #f9f9f9;
}

.ol_list {
  padding-left: 1.8vw;
  color: var(--primary-color);
}
.ol_list li {
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin-bottom: 1vw;
  list-style: auto;
}
.ol_list li .bold {
  font-weight: 600;
}
.ol_list li.bold {
  font-weight: 600;
}

.accordion_txt_wrap .accordion_txt_title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 1vw;
}
.accordion_txt_wrap .bold {
  font-weight: 600;
}

.highlight_s_member {
  position: relative;
  border: 1px solid rgba(32, 85, 135, 0.1882352941);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.highlight_s_member .border_wrap {
  content: "";
}
.highlight_s_member .border_wrap img {
  width: 100%;
  height: auto;
  padding: 0.7vw;
}
.highlight_s_member .border_wrap::before {
  content: "";
  position: absolute;
  bottom: -0.15vw;
  left: -0.15vw;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.3vw solid var(--primary-color);
  border-left: 0.3vw solid var(--primary-color);
}
.highlight_s_member .border_wrap::after {
  content: "";
  position: absolute;
  bottom: -0.15vw;
  right: -0.15vw;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.3vw solid var(--primary-color);
  border-right: 0.3vw solid var(--primary-color);
}
.highlight_s_member::before {
  content: "";
  position: absolute;
  top: -0.15vw;
  left: -0.15vw;
  width: 1vw;
  height: 1vw;
  border-top: 0.3vw solid var(--primary-color);
  border-left: 0.3vw solid var(--primary-color);
}
.highlight_s_member::after {
  content: "";
  position: absolute;
  top: -0.15vw;
  right: -0.15vw;
  width: 1vw;
  height: 1vw;
  border-top: 0.3vw solid var(--primary-color);
  border-right: 0.3vw solid var(--primary-color);
}

.gall_wrp.border {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.gall_wrp.border img {
  padding: 7px;
}

.s_divider {
  height: auto;
  width: 9vw;
  margin: 0 auto;
  display: block;
  margin-top: 3vw;
  margin-bottom: 2.5vw;
}

.faq_bold {
  font-size: 1vw;
  line-height: 1.6vw;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.tour_thumb img {
  height: 16vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.tour_gallery img {
  height: 13vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.view_link {
  z-index: 8 !important;
}

.alumni_logo {
  width: 6vw;
  height: auto;
}

.speak_with_bg {
  background: url("/images/patter-bg.jpg") no-repeat center !important;
  background-size: cover !important;
}
.speak_with_bg .rev_row {
  flex-direction: row-reverse;
}
.speak_with_bg .rev_row .president_txt_wrap p {
  color: #fff;
}
.speak_with_bg .top_quote::after {
  filter: brightness(100) !important;
  right: auto;
  top: auto;
  bottom: 37px;
  left: -11px;
}
.speak_with_bg .predident_heading .p_subtitle {
  color: #fff !important;
}
.speak_with_bg .alumni_logo {
  background: #fff;
  padding: 5px;
}

.committee_with_grey {
  background: #f8faf9;
}

.committee_without_grey .col-wrap {
  flex-direction: row-reverse;
}

.cursor_pointer :hover {
  cursor: pointer;
}

.recruiters_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.7vw;
}

.r_logo {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  padding: 0.5vw;
}
.r_logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}

.post_detail {
  margin-bottom: 40px;
}
.post_detail ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.post_detail ul li {
  margin-right: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.post_detail ul li img {
  width: 23px;
  margin-right: 7px;
}
.post_detail ul li:last-child {
  margin-right: 0;
}

.post_img img {
  width: 100%;
}

.testmonial_head {
  content: "";
}

.t_link {
  background: transparent;
  box-shadow: none !important;
  border: none;
  margin-top: 0.5vw;
  font-weight: 600;
  color: var(--secoundry-color);
}

.why_riim_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8vw;
}
.why_riim_grid .zoom {
  height: 10vw !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.why_riim_grid .video_thumb .video_overlay .v_icon {
  width: 3vw;
  height: 3vw;
}

.why_riim_grid .video_thumb .video_overlay .v_icon img {
  width: 2vw;
}

.fancybox-image {
  background: #fff !important;
}

.gap_for_announcements {
  padding-top: 8vw;
}

.announcements_wrap {
  margin-top: -3.5vw;
  margin-bottom: -3.5vw;
  position: relative;
  z-index: 1;
}
.announcements_wrap .announcements_txt {
  background: #fff;
  padding: 2vw;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.announcements_wrap .announcements_txt .a_head {
  content: "";
}
.announcements_wrap .announcements_txt .a_head .head {
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 600;
  color: var(--primary-color);
  background: var(--secoundry-color);
  padding: 0.5vw 1vw;
  border-radius: 50px;
}
.announcements_wrap .announcements_txt .a_txt {
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
}
.announcements_wrap .announcements_txt .a_txt p {
  margin-bottom: 0;
}

.announcements_marquee {
  content: "";
}
.announcements_marquee p {
  margin-right: 30px;
  position: relative;
  font-size: 1vw;
  font-weight: 600;
}
.announcements_marquee p::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -16px;
}

.home_slider img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.resend_wrap button {
  color: var(--secoundry-color);
}
.resend_wrap button:hover {
  color: #fff;
}

.form_course {
  margin-top: -4px !important;
}
.form_course .main_lable {
  color: var(--secoundry-color);
  font-weight: 600;
}
.form_course .form-check {
  margin-right: 20px;
}
.form_course .form-check .form-check-label {
  color: #fff;
}
.form_course .form-check:hover {
  cursor: pointer;
}

.education_partner {
  content: "";
}
.education_partner p {
  content: "";
}
.education_partner img {
  width: 8vw;
  height: auto;
}

.education_partner img.sm {
  width: 5vw;
}

.specialization_wrap {
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  padding: 1.8vw;
  border-radius: 2vw;
  margin: 1.5vw 1vw;
  background: #fff;
}
.specialization_wrap .spe_txt {
  padding-right: 1.5vw;
  width: 76%;
}
.specialization_wrap .spe_txt h3 {
  font-size: 1.3vw;
  line-height: 1.3vw;
  margin-bottom: 1vw;
  font-weight: 600;
  color: var(--primary-color);
}
.specialization_wrap .spe_txt p {
  content: "";
}
.specialization_wrap .spe_txt p:last-child {
  margin-bottom: 0;
}
.specialization_wrap .img_inner {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  padding: 1.5vw;
  border-radius: 2vw;
}
.specialization_wrap .img_inner img {
  width: 4.5vw;
  height: auto;
}

.specialization_list {
  padding-left: 0;
  margin-bottom: 0;
  color: var(--primary-color);
}
.specialization_list li {
  content: "";
}

.glimps_img_wrap {
  position: relative;
}
.glimps_img_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glimps_img_wrap a img {
  width: 3.2vw;
  height: auto;
  transition: ease all 0.5s;
}
.glimps_img_wrap .yellow_color {
  filter: invert(67%) sepia(78%) saturate(591%) hue-rotate(0deg) brightness(105%) contrast(104%);
}
.glimps_img_wrap .link_1 {
  position: absolute;
  left: 24.93%;
  top: 13.67%;
  width: 9.33%;
  height: 11.13%;
  z-index: 1;
}
.glimps_img_wrap .link_2 {
  position: absolute;
  left: 19.4%;
  top: 31.4%;
  width: 10.07%;
  height: 13.12%;
  z-index: 2;
}
.glimps_img_wrap .link_3 {
  position: absolute;
  left: 24.4%;
  top: 53.85%;
  width: 9.67%;
  height: 12.94%;
  z-index: 3;
}
.glimps_img_wrap .link_4 {
  position: absolute;
  left: 37.73%;
  top: 66.79%;
  width: 10.07%;
  height: 12.67%;
  z-index: 4;
}
.glimps_img_wrap .link_5 {
  position: absolute;
  left: 52.53%;
  top: 65.79%;
  width: 10.13%;
  height: 13.21%;
  z-index: 5;
}
.glimps_img_wrap .link_6 {
  position: absolute;
  left: 65.93%;
  top: 54.03%;
  width: 9.33%;
  height: 12.58%;
  z-index: 6;
}
.glimps_img_wrap .link_7 {
  position: absolute;
  left: 70.13%;
  top: 34.21%;
  width: 10.53%;
  height: 14.21%;
  z-index: 7;
}
.glimps_img_wrap .link_8 {
  position: absolute;
  left: 66.07%;
  top: 12.94%;
  width: 9.73%;
  height: 13.94%;
  z-index: 8;
}

/*-------Zoom  animation-------------*/
.zoomanimation {
  animation: zoomin 3s ease-in infinite;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*-------Zoom  animation-------------*/
:root {
  --n: 5;
  --i: var(--wide, 1);
  --j: calc(1 - var(--i));
  --k: var(--narr, 0);
}

article {
  min-width: 100%;
  --p: var(--parity, 1);
  --q: calc(1 - var(--p));
  --s: calc(1 - 2 * var(--p));
  display: var(--narr, grid);
  grid-gap: calc(var(--j) * 0.5em) calc(var(--i) * 1.25em + var(--j) * 0.5em);
  grid-auto-flow: var(--wide, dense column);
  place-content: var(--parity, center end);
  position: relative;
  padding: calc(var(--i) * 0.75em + var(--j) * 5vw);
  max-width: 36.5em;
  border-radius: var(--wide, calc(var(--q) * 4.25em) calc(var(--p) * 4.25em) calc(var(--p) * 4.25em) calc(var(--q) * 4.25em));
  transform-style: preserve-3d;
  transform-origin: calc(var(--q) * 100%) 100%;
  transform: rotatex(1deg);
  background: linear-gradient(calc(var(--s) * 90deg), #e3e3e3, #f8faf9);
  counter-increment: idx;
}

article:before {
  display: grid;
  place-content: center;
  grid-row: 1/span calc(1 + var(--i));
  grid-column: calc(1 + var(--p))/span 1;
  margin: 0 auto;
  border: solid 0.125em var(--c0);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  font-size: calc((var(--i) * 3.5 + var(--j) * 1) * 1em);
  font-weight: 300;
  color: #fff;
  content: counter(idx, decimal-leading-zero);
}

article:after {
  position: absolute;
  width: 101.5%;
  height: 8.5em;
  max-height: 90%;
  border-radius: inherit;
  transform-origin: inherit;
  transform: translate3d(calc(var(--s) * -20%), 0, -1px) rotate(calc(var(--s) * 0deg)) scale(0.8, 0.9);
  -webkit-transform: translate3d(calc(var(--s) * -20%), 0, -1px) rotate(calc(var(--s) * 0deg)) scale(0.8, 0.9); /* WebKit */
  -moz-transform: translate3d(calc(var(--s) * -20%), 0, -1px) rotate(calc(var(--s) * 0deg)) scale(0.8, 0.9); /* Mozilla */
  -o-transform: translate3d(calc(var(--s) * -20%), 0, -1px) rotate(calc(var(--s) * 0deg)) scale(0.8, 0.9); /* Opera */
  -ms-transform: translate3d(calc(var(--s) * -20%), 0, -1px) rotate(calc(var(--s) * 0deg)) scale(0.8, 0.9); /* Internet Explorer */
  background: rgba(0, 0, 0, 0.35);
  filter: blur(9px);
  content: var(--wide, "");
  top: 0px;
  left: -12px;
}

article a {
  color: #fff;
  background: var(--primary-color);
  padding: 5px 10px;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 17px;
}

article:nth-child(odd) {
  --parity: 0;
  place-content: baseline;
}

article:nth-child(even) h3 {
  text-align: right;
}
article:nth-child(even) a {
  float: right;
}

.glimps_info_graph h3 {
  align-self: center;
  justify-self: var(--parity, self-end);
  padding: calc(var(--k) * 0.25em) 0;
  font-size: 1.2vw;
  text-transform: capitalize;
  line-height: 1.2vw;
  margin-bottom: 0.2vw;
}
.glimps_info_graph p {
  grid-column-end: span calc(1 + var(--j));
  text-align: var(--wide, var(--parity, right));
  margin-bottom: 0;
  line-height: 17px;
}

.custome_readmore.collapse:not(.show) {
  display: block !important;
  height: 50px;
  overflow: hidden;
}

.custome_readmore.collapsing {
  position: relative;
  height: 50px;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.custome_readmore.collapsing.width {
  transition-property: width, visibility;
  width: 0;
  height: auto;
}

.dropdown-submenu-container {
  position: relative;
}
.dropdown-submenu-container .dropdown-menu {
  margin-top: 0 !important;
  top: -2px;
  right: -100%;
}

.texual_banner {
  padding: 5.5vw 0;
  background: #011432;
}
.texual_banner .banner_head {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1.9vw;
  text-transform: uppercase;
}

.min_space {
  padding: 25px 0;
}
.min_space .shield_shap_wrap {
  width: 10vw;
  height: 13vw;
}
.min_space .top_quote::after {
  right: -1vw;
  width: 2.3vw;
  height: 3vw;
}

.stickybtn {
  background: var(--primary-color);
  border-radius: 5px 5px 0 0;
  transform: rotate(-90deg);
  position: fixed;
  right: -2.7vw;
  color: #fff;
  top: 40%;
  z-index: 99;
  border: none;
  outline: 0;
  transition: 0.3s;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
}

.pointers {
  color: var(--secoundry-color);
  font-weight: 600;
}

.pointers span {
  color: var(--primary-color);
}

.specialization {
  margin-top: 60px;
}

.specialization p,
.specialization .list-new {
  position: relative;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  height: 90px;
  font-weight: 600;
}

.specialization .list-new {
  height: auto;
}

.specialization p::after,
.specialization .list-new::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: -10px;
  top: -20px;
  background-color: #fff;
}

.specialization .last::after {
  display: none;
}

.badge-text {
  background-color: var(--secoundry-color);
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
}
.badge-text p {
  color: var(--primary-color);
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.specialization_list.new li {
  list-style: disc;
  margin-left: 20px;
}

.salary,
.goldyellow {
  color: var(--secoundry-color) !important;
}

.list-new p {
  height: auto;
  text-align: left;
}

.list-new p::after {
  display: none;
}

.ba_bg {
  background: url(/images/courses/ba-banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 10rem 2rem;
}

.pharma_bg {
  background: url(/images/courses/pharma-bg-banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 10rem 2rem;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 69vw !important;
  }
  .specialization p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 75vw !important;
  }
}
@media only screen and (max-width: 1199px) {
  p {
    font-size: 14px;
  }
  .header_wrap .navbar .nav-link {
    font-size: 14px;
  }
  .header_wrap .navbar,
  .header_wrap .navbar .container {
    height: 60px;
  }
  .stickybtn {
    right: -47px;
    padding: 7px 17px;
    font-size: 15px;
  }
  .modal_logo {
    width: 55px;
    margin-top: -36px;
    margin-bottom: -18px;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-dialog .modal-content .modal-header {
    padding: 10px 0px;
  }
  .modal-dialog .modal-content .modal-body .form_disc {
    font-size: 14px;
    line-height: 17px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .modal-body form input[type=text],
  .modal-body form input[type=email],
  .modal-body form input[type=tel],
  .modal-body form select {
    height: 40px !important;
    font-size: 14px !important;
  }
  .modal-body form .form-group {
    height: 40px;
    margin-bottom: 20px;
  }
  .modal-body form textarea {
    font-size: 14px;
  }
  .cv-label {
    font-size: 14px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span::before {
    width: 20px;
    height: 2px;
    left: -26px;
    top: 8px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span::after {
    width: 20px;
    height: 2px;
    right: -22px;
    top: 8px;
  }
  input::-webkit-file-upload-button {
    font-size: 13px;
  }
  .modal-body form input[type=file] {
    padding-top: 8px;
  }
  .msgicon {
    height: 100px;
    width: 100px !important;
  }
  .msgicon img {
    width: 40px;
  }
  .oops-greet {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }
  .oops-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .go-home {
    width: 170px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .header_top {
    padding: 8px 0px;
  }
  .nav_apply {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .header_cta li a {
    font-size: 14px;
    line-height: 15px;
  }
  .header_cta li i {
    font-size: 14px;
  }
  .global_sec {
    padding: 60px 0px;
  }
  .global_sec_committee {
    padding: 50px 0px;
  }
  .navigation_head {
    font-size: 16px;
    line-height: 22px;
  }
  .breadcrumb-separator {
    font-size: 1.5rem;
  }
  .heading_wrap .sec_head {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .heading_wrap .sec_head::after {
    width: 100px;
    bottom: -7px;
  }
  .heading_wrap.center .sec_head::after {
    margin-left: -50px;
  }
  .heading_wrap .sec_subhead {
    font-size: 17px;
    line-height: 23px;
  }
  .heading_wrap {
    margin-bottom: 40px;
  }
  .para_subhead {
    font-size: 17px;
    line-height: 23px;
  }
  .primary_cta {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 15px;
  }
  .home_over_view_txt p {
    font-size: 19px;
    line-height: 26px;
    padding-right: 20px;
  }
  .home_highlight img {
    width: 65px !important;
    margin-right: 10px;
  }
  .home_highlight .key_txt_wrap .bold {
    font-size: 26px;
    line-height: 26px;
  }
  .home_highlight .key_txt_wrap .regular {
    font-size: 16px;
    line-height: 20px;
  }
  .owl-carousel .owl-nav button img {
    width: 40px;
  }
  .mytab .nav-link {
    font-size: 14px;
    padding: 8px 15px;
  }
  .course_wrap .course_txt {
    padding-top: 20px;
  }
  .course_wrap .course_txt .h_course_title {
    font-size: 19px;
    line-height: 22px;
  }
  .recruiters_logo img {
    height: 70px;
  }
  .testimonial_wrap {
    padding: 12px;
    padding-top: 28px;
  }
  .testimonial_wrap .t_img {
    width: 70px !important;
    margin-top: 25px;
  }
  .testimonial_wrap .t_name {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 10px;
  }
  .testimonial_wrap .t_q_icon {
    width: 80px !important;
  }
  .testimonial_wrap .t_quote::before {
    width: 25px;
    height: 24px;
    top: -19px;
  }
  .half_pattern::after {
    height: 840px;
  }
  .owl_nav_middle_center.line_nav .owl-nav {
    width: 70%;
    left: 50%;
    margin-left: -35%;
    bottom: calc(44% + 8px);
  }
  .ranking_logo img {
    height: 120px;
    margin: 0 35px;
  }
  .blog_wrap .blog_img_wrap .blog_overlay .b_title {
    font-size: 18px;
    line-height: 22px;
  }
  .blog_wrap .blog_img_wrap .blog_overlay .b_date {
    font-size: 13px;
  }
  .blog_wrap .blog_txt_wrap {
    display: block;
    padding: 18px 0 0 0;
  }
  .blog_wrap .blog_txt_wrap p {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog_wrap .blog_txt_wrap a {
    padding: 10px 30px;
  }
  .footer {
    padding: 70px 0px;
  }
  .quick_links li a {
    font-size: 14px;
    line-height: 15px;
  }
  .continfo p {
    font-size: 14px;
    line-height: 1.4;
  }
  .quick_links li {
    margin-bottom: 8px;
  }
  .footer_link_wrap .quick_link_head {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 17px;
  }
  .footer_grid_view5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
  .footer_copy {
    padding: 20px 0;
    margin-top: 70px;
  }
  .footer_copy .terms {
    font-size: 14px;
    line-height: 20px;
  }
  .animated_social li {
    margin: 0 5px;
  }
  .inner_banner .banner_overlay .b_main_txt {
    margin-bottom: 35px;
  }
  .inner_banner .banner_overlay .b_main_txt .banner_txt_warp {
    padding-bottom: 14px;
  }
  .inner_banner .banner_overlay .b_main_txt .banner_subtitle {
    margin-top: 14px;
    font-size: 17px;
    line-height: 19px;
  }
  .inner_banner .banner_overlay .b_main_txt .banner_txt_warp .banner_title {
    font-size: 20px;
    line-height: 30px;
  }
  .inner_banner .banner_overlay .b_main_txt .banner_txt_warp::after {
    width: 150px;
  }
  .enquiry_box {
    padding: 30px 10px;
  }
  .enquiry_box .enq_icon {
    width: 60px;
  }
  .enquiry_box .enq_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .enquiry_box p {
    margin-bottom: 20px;
  }
  .address_style_1 {
    margin-top: 40px;
  }
  .address_style_1 .add_title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .half_pattern.sec_contact::after {
    height: 370px;
  }
  .address_style_2 {
    margin-top: 35px;
  }
  .address_style_2 img {
    width: 35px;
    margin-right: 15px;
  }
  .address_style_2 .add_wrap .add_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .animated_social li a .social-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .shield_shap_wrap,
  .shield_shap_wrap.sap {
    width: 350px;
    height: 510px;
  }
  .shield_shap_wrap .director_name {
    bottom: 30px;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0;
  }
  .text-quote {
    margin-top: 30px;
  }
  .text-quote::after {
    width: 30px;
    height: 18px;
    left: -3px;
    top: -18px;
  }
  .shield_shap_wrap.kalam {
    width: 350px;
    height: 510px;
  }
  .vision_mision_img {
    width: 60vw;
  }
  .vission_txt .vision_title {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .vision_mian_wrap {
    margin-top: 60px;
  }
  .aim_list li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 24px;
    text-align: left;
  }
  .aim_list li::before {
    width: 15px;
    height: 17px;
  }

  .mission_aim_list li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 24px;
    text-align: left;
  }
  .mission_aim_list li::before {
    width: 15px;
    height: 17px;
  }
  .vission_txt {
    padding: 30px;
  }
  .owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-prev {
    float: left;
    margin-left: -55px;
  }
  .owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-next {
    float: right;
    margin-right: -55px;
  }
  .home_nav .home-swiper-button-prev img {
    width: 40px;
  }
  .home_nav .home-swiper-button-next img {
    width: 40px;
  }
  .president_mian_wrap .text-quote {
    margin-top: 30px;
  }
  .president_name p {
    font-size: 16px;
    line-height: 22px;
  }
  .predident_heading {
    margin-bottom: 10px;
  }
  .predident_heading .p_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .predident_heading .p_title::after {
    width: 100px;
    bottom: -7px;
  }
  .predident_heading .p_subtitle {
    font-size: 17px;
    line-height: 23px;
  }
  .president_mian_wrap {
    padding: 35px;
    padding-left: 0;
  }
  .president_mian_wrap .shield_shap_wrap {
    width: 215px;
    height: 330px;
  }
  .min_space .shield_shap_wrap {
    width: 150px;
    height: 190px;
  }
  .min_space {
    padding: 25px 0;
  }
  .min_space .top_quote::after {
    height: 5vw;
  }
  .president_mian_wrap.predident_bg::after {
    width: 88%;
  }
  .advisory_wrap {
    width: 100%;
  }
  .advisory_wrap .advisory_txt {
    margin-top: 15px;
  }
  .advisory_wrap .advisory_txt .advisory_name {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .faculties_wrap {
    padding: 10px 10px 20px;
  }
  .faculties_wrap .faculties_txt .faculties_name {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 13px;
    padding-bottom: 8px;
  }
  .faculties_wrap .faculties_img {
    width: 120px;
  }
  .faculties_wrap::after {
    height: 77%;
  }
  .faculties_row [class*=col] {
    margin-bottom: 30px;
  }
  .riim_in_number_wrap .riim_shield {
    width: 126px;
    height: 129px;
  }
  .riim_in_number_wrap .riim_shield img {
    padding: 33px;
  }
  .riim_in_number_wrap .number_wrap .r_number {
    font-size: 30px;
    line-height: 30px;
  }
  .highlight_s_member .border_wrap img {
    padding: 10px;
  }
  .highlight_s_member::before {
    top: -2px;
    left: -2px;
    width: 15px;
    height: 15px;
    border-top: 4px solid var(--primary-color);
    border-left: 4px solid var(--primary-color);
  }
  .highlight_s_member .border_wrap::before {
    bottom: -2px;
    left: -2px;
    width: 15px;
    height: 15px;
    border-bottom: 4px solid var(--primary-color);
    border-left: 4px solid var(--primary-color);
  }
  .highlight_s_member .border_wrap::after {
    bottom: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
    border-bottom: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
  }
  .highlight_s_member::after {
    top: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
    border-top: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
  }
  .s_divider {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .ol_list li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .faq_bold {
    font-size: 17px;
    line-height: 23px;
  }
  .tour_thumb img {
    height: 300px !important;
  }
  .tour_gallery img {
    height: 300px !important;
  }
  .placements_wrapper img {
    height: auto !important;
  }
  .alumni_logo {
    width: 90px;
    height: auto;
  }
  .recruiters_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .r_logo {
    padding: 6px;
  }
  .blog_wrap .blog_img_wrap .post_img {
    height: 200px;
  }
  .blog_wrap .blog_txt_wrap .blog_txt_1st_half {
    width: 100%;
  }
  .blog_wrap .blog_txt_wrap .blog_txt_1st_half .b_title_2 {
    font-size: 14px;
    line-height: 18px;
  }
  .why_riim_grid {
    gap: 10px;
  }
  .video_thumb {
    border-radius: 15px;
  }
  .why_riim_grid .zoom {
    height: auto !important;
  }
  .why_riim_grid .video_thumb .video_overlay .v_icon {
    width: 35px;
    height: 35px;
  }
  .why_riim_grid .video_thumb .video_overlay .v_icon img {
    width: 25px;
  }
  .img_with_hove {
    border-radius: 15px;
  }
  .my_nav .dropdown-menu {
    width: 180px;
  }
  .my_nav .dropdown-menu .dropdown-item {
    padding: 8px 5px 8px 0.3vw !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .my_nav .dropdown-menu .dropdown-item:hover,
  .my_nav .dropdown-menu .dropdown-item:focus {
    padding: 12px 5px 12px 10px !important;
  }
  .announcements_wrap .announcements_txt .a_head .head {
    font-size: 17px;
    line-height: 20px;
    padding: 5px 18px;
  }
  .gap_for_announcements {
    padding-top: 8vw;
  }
  .education_partner img {
    width: 150px;
  }
  .education_partner img.sm {
    width: 150px;
  }
  .specialization_wrap {
    padding: 25px 30px;
    border-radius: 22px;
    margin: 23px 10px;
  }
  .specialization_wrap .spe_txt {
    padding-right: 15px;
  }
  .specialization_wrap .spe_txt h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .specialization_wrap .img_inner {
    padding: 15px;
    border-radius: 22px;
  }
  .specialization_wrap .img_inner img {
    width: 70px;
  }
  .announcements_marquee p {
    font-size: 17px;
  }
  .texual_banner .banner_head {
    font-size: 18px;
    line-height: 18px;
  }
  .video_thumb .video_caption {
    font-size: 14px;
  }
  .specialization p {
    font-size: 12px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .mob_nav {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .col_rev_tab {
    flex-direction: column-reverse;
  }
  .header_wrap .navbar,
  .header_wrap .navbar .container {
    height: auto;
  }
  .header_wrap .navbar {
    padding: 15px 0;
  }
  .header_wrap .navbar .navbar-brand img {
    position: absolute;
    top: 0;
    width: 65px;
    left: 6vw;
  }
  .header_wrap .navbar .container {
    justify-content: end;
  }
  .nav_apply {
    margin-right: 15px;
    margin-left: 0;
    padding: 5px 10px !important;
  }
  .home_slider .swiper-nav button img {
    width: 37px;
  }
  .hero_content_wrap .txt_wrap .hero_sub_txt {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .hero_content_wrap .txt_wrap .hero_txt {
    font-size: 23px;
    line-height: 28px;
  }
  .hero_content_wrap .txt_wrap .hero_txt::after {
    bottom: -10px;
    width: 150px;
    height: 2px;
  }
  .hero_content_wrap .txt_wrap {
    margin-bottom: 50px;
  }
  .modal-dialog {
    width: initial !important;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 29px;
  }
  .modal-dialog .modal-content .modal-body .form_disc {
    font-size: 14px;
    line-height: 14px;
  }
  .modal-body form .form-group {
    height: 40px;
    margin-bottom: 20px;
  }
  .modal-body form input[type=text],
  .modal-body form input[type=email],
  .modal-body form input[type=tel],
  .modal-body form select {
    height: 40px !important;
    font-size: 14px;
  }
  .mytab .nav-link {
    font-size: 14px;
    line-height: 17px;
  }
  .home_over_view_txt {
    border-right: none;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
  }
  .home_over_view_txt p {
    padding-right: 0;
    text-align: center;
    padding-bottom: 15px;
  }
  .key_main_wrap {
    border-left: none;
    padding-left: 0;
  }
  .video_thumb .video_overlay .v_icon {
    width: 50px;
    height: 50px;
  }
  .video_thumb .video_overlay .v_icon img {
    width: 40px;
  }
  .owl_nav_middle_center.line_nav .owl-nav {
    width: 90%;
    margin-left: -45%;
  }
  .inner_banner .banner_overlay .primary_cta {
    float: left;
    margin-bottom: 35px;
  }
  .shield_shap_wrap,
  .shield_shap_wrap.sap {
    width: 350px;
    height: 400px;
    max-width: 100%;
  }
  .push_upside {
    margin-top: 0;
  }
  .shield_shap_wrap .director_name {
    font-size: 16px;
  }
  .approved_by li img {
    width: 100px;
  }
  .president_mian_wrap.predident_bg::after {
    width: 100%;
  }
  .president_mian_wrap {
    padding: 25px;
    text-align: center;
  }
  .predident_heading .p_title::after {
    width: 100px;
    bottom: -7px;
    left: 50%;
    margin-left: -50px;
  }
  .president_mian_wrap .shield_shap_wrap {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 200px;
    height: 240px;
  }
  .home_slider img {
    height: auto;
  }
  .footer_copy .terms {
    text-align: center !important;
    margin: 3px 0 !important;
  }
  .grid_view4 .item {
    flex: 0 0 33.33%;
  }
  #floating-button .enq-ttip {
    display: none;
  }
  .specialization p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdm-0 {
    padding: 0 !important;
  }
  .w_75 {
    width: 100%;
  }
  .w_80 {
    width: 100%;
  }
  .w_85 {
    width: 100%;
  }
  .w_90 {
    width: 100%;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .col-inverse-mobile {
    flex-direction: column-reverse;
  }
  .text-justify-mobile {
    text-align: justify;
  }
  .side_menu .side_nav_logo {
    width: 40px;
  }
  .owl_nav_middle_center {
    padding: 0px 15px !important;
  }
  .owl_nav_middle_center .owl-nav {
    position: initial;
  }
  .owl_nav_middle_center .owl-nav button.owl-prev {
    float: none;
    margin-left: 0;
  }
  .owl_nav_middle_center .owl-nav button.owl-next {
    float: none;
    margin-right: 0;
  }
  .owl_nav_middle_center_inside .owl-nav button.owl-prev {
    margin-left: 5px;
  }
  .owl_nav_middle_center_inside .owl-nav button.owl-next {
    margin-right: 5px;
  }
  .header_wrap .navbar {
    padding: 15px 0;
  }
  .hero_content_wrap .txt_wrap {
    margin-bottom: 80px;
  }
  .home_slider .swiper-nav {
    bottom: 65px;
  }
  .primary_cta {
    margin-bottom: 20px;
  }
  .home_highlight {
    justify-content: center;
  }
  .owl-carousel.left_nav .owl-nav {
    text-align: center;
  }
  .course_wrap {
    padding: 0;
  }
  .testimonial_wrap {
    width: 100% !important;
  }
  .testimonial_wrap .t_quote::before {
    left: 0;
    top: -24px;
  }
  .testimonial_wrap {
    padding-top: 28px;
  }
  .owl_nav_middle_center.line_nav .owl-nav {
    width: 100%;
    margin-left: 0;
  }
  .footer_grid_view5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .inner_banner .banner_img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .enquiry_box {
    height: auto;
    margin-bottom: 30px !important;
  }
  .half_pattern.sec_contact::after {
    height: 1270px;
    background-size: cover !important;
  }
  .shield_shap_wrap,
  .shield_shap_wrap.sap {
    width: 350px;
    height: 490px;
    max-width: 100%;
    margin: 0 auto;
  }
  .text-quote::after {
    left: 0;
    top: -24px;
  }
  .shield_shap_wrap.kalam {
    margin-bottom: 40px;
  }
  .patter_bg {
    background-size: cover !important;
  }
  .vision_mision_img {
    width: 100%;
  }
  .vision_mian_wrap {
    padding-bottom: 20px;
  }
  .vission_txt {
    padding: 30px 10px;
  }
  .nav_extra_gap .owl-nav {
    margin-top: 0 !important;
  }
  .owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-prev {
    float: none;
    margin-left: 0;
  }
  .owl_nav_middle_center.nav_extra_gap .owl-nav button.owl-next {
    float: none;
    margin-right: 0;
  }
  .home_nav {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 30px !important;
  }
  .home_nav .home-swiper-button-prev {
    float: none;
    margin-left: 0;
  }
  .home_nav .home-swiper-button-next {
    float: none;
    margin-right: 0;
  }
  .mt-mob {
    margin-top: 30px;
  }
  .mb-mob {
    margin-top: 30px;
  }
  .advisory_wrap .advisory_txt {
    text-align: center;
  }
  .advisory_wrap .advisory_txt .advisory_name::after {
    width: 80px;
    left: 50%;
    margin-left: -40px;
  }
  .advisory_wrap .img_with_hove {
    width: 70%;
    margin: 0 auto;
  }
  .riim_number_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .highlight_s_member {
    margin-top: 30px;
  }
  .committee .heading_wrap .sec_head {
    font-size: 20px;
    line-height: 27px;
  }
  .navigation_head {
    font-size: 16px;
    line-height: 24px;
  }
  .recruiters_grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .half_pattern::after {
    height: 69%;
    background-size: cover !important;
  }
  .announcements_wrap .announcements_txt {
    display: block;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
  }
  .announcements_wrap .announcements_txt .a_head {
    display: inline-block;
    margin-bottom: 14px;
  }
  .announcements_wrap {
    margin-top: -55px;
    margin-bottom: -60px;
  }
  .gap_for_announcements {
    padding-top: 110px;
  }
  .modal-dialog {
    margin-top: 50px !important;
  }
  .announcements_marquee .overlay::before,
  .announcements_marquee .overlay::after {
    width: 20px !important;
  }
  .glimps_info_graph h3 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 6px;
  }
  article {
    padding: 20px 10px;
  }
  article:before {
    height: 100px;
    width: 100px;
  }
  .texual_banner {
    padding: 70px 0;
  }
  .grid_view4 .item {
    flex: 0 0 50%;
  }
  .specialization p,
  .specialization .list-new {
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .specialization p::after,
  .specialization .list-new::after {
    display: none;
  }
  .specialization p.last,
  .specialization .list-new.last {
    border-bottom: 0;
  }
  .specialization_list.new li {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .footer_grid_view5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .navigation_head {
    font-size: 14px;
    line-height: 22px;
  }
  .breadcrumb-separator {
    font-size: 1.3rem;
  }
  .riim_number_grid {
    grid-template-columns: 1fr 1fr;
  }
  .recruiters_grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .half_pattern::after {
    height: 67%;
  }
  .specialization_wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
  .specialization_wrap .spe_txt {
    width: 100%;
    min-width: 100%;
  }
  .specialization_wrap .img_inner {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */