@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
.bg-color-gradiant {
  background: linear-gradient(
    233.19deg,
    #8ec850 -256.88%,
    #428dcb -167.3%,
    #2ab998 -81.23%,
    #c2579b -2.2%,
    #ec7026 80.36%
  );
  background: linear-gradient(
    90deg,
    rgba(65, 171, 209, 1) 0%,
    rgba(26, 112, 143, 1) 44%,
    rgba(6, 95, 128, 1) 100%
  );
}
.social-box {
  background-color: #ffffff;
  width: 240px;
  height: 214px;
  position: absolute;
  bottom: 44px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 2px #00000045;
  z-index: 9999;
}
.social-box .inner {
  padding: 14px;
  text-align: center;
}
.social-box .inner .user-list-wrapper {
  padding-left: 0 !important;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 4px; */
  /* row-gap: 8px; */
}
.social-box .inner .user-list-wrapper li {
  list-style: none;
}
.social-box .inner .user-list-wrapper li a img {
  width: 30px;
}

.rbt-card-img img {
    width: 50%;
    margin: auto;
    border: 2px solid rgb(242 171 59 / 75%);
    border-radius: 10px;
    padding: 10px;
}
.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/*animation element*/
.animation-element {
  opacity: 0;
}

/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding right*/
.animation-element.slide-right {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(100px, 0, 0);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.icon img {
  width: 60px;
}
.nav-tabs h6 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}
ul.marquee-vertical {
  list-style: none;
  padding: 0;
}
ul.marquee-vertical li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 13px 0px;
    margin: 0px 0px;
}
ul.marquee-vertical li a {
    color: #192335;
    font-size: 14px;
    font-family: 'Euclid Circular';
    padding: 0 27px;
    position: relative;
}
.date {
  display: flex;
  gap: 12px;
  align-items: center;
  border-left: 4px solid #0282ae;
}
span.month {
    background-color: #1e7fa3;
    font-size: 12px;
    color: white;
    padding: 5px 5px;
    line-height: 15px;
    text-align: center;
    border-radius: 5px;
}
span.day {
  font-size: 16px;
  padding-left: 6px;
  color: black;
  font-weight: 500;
}
.pulse2 {
  padding: 2px 8px;
  width: 50px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 14px;
  color: #fff;
  text-align: center;
  height: 19px;
  line-height: 14px;
  background-color: #a50000;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.rbt-testimonial-area.rbt-section-gap.feedback {
  background: url("../images/students-feedback-bg.webp");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.rbt-testimonial-area.rbt-section-gap.feedback::before {
  content: "";
  position: absolute;
  background-color: #323091;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
}
.bg-color-white {
  background: #fffffff7 !important;
}

.in-box-feed {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
}
.rbt-social-box {
  position: relative;
  z-index: 2;
  border-radius: var(--radius);
}

.rbt-social-box h2 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: #2a2a2a;
}

.rbt-social-box h2::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  border-right: 10px solid #dfdfdf;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}
.rbt-social-box h2::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  border-left: 10px solid #dfdfdf;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}
.rbt-social-box i {
  width: 45px;
  height: 45px;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  background-color: #dceaff;
  border-radius: 100%;
  position: relative;
}
.rbt-social-box i::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}
.rbt-social-box i.twitter::after {
  background-image: url("../images/icons/twitter.png");
  background-size: 25px;
}
.rbt-social-box i.instagram::after {
  background-image: url("../images/icons/instagram.png");
  background-size: 25px;
}
.rbt-social-box i.facebook::after {
  background-image: url("../images/icons/facebook-feed.png");
  background-size: 25px;
}
.rbt-social-box i.linkedin::after {
  background-image: url("../images/icons/linkedin-one.png");
  background-size: 25px;
}

.scroll-box {
  height: 447px;
  border: 1px solid #0000ff3d;
  overflow: hidden;
  overflow-y: scroll;
  padding: 23px;
}

/*...scroll bar */

#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#066485), to(#066485), color-stop(0.6, #23acdc));
}

.footer-top {
  background-color: #201f47;
}
.footer-widget .ft-link li i {
    color: #f2aa39;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 7px;
}
.footer-style-1 .ft-title:after {
    content: "";
    background: #f2aa39;
    width: 34px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
footer .bg-color-gradiant {
background: #201f47;
}
section.advertisement .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.advertisement-div {
    background-color: #ffffff;
    display: flex;
    border: solid 6px hsl(241.24deg 50.26% 37.84% / 59%);
    padding: 1rem;
    box-shadow: 3px 4px 13px 3px rgb(195 203 231 / 69%);
}
.ad-one {
  background-color: #323091;
  color: white;
  padding: 10px;
  display: inline-flex;
  font-size: 18px;
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 94% 100%, 0% 100%);
  width: 200px;
}
.ad-one i {
  font-size: 28px;
  margin-right: 9px;
}
.ad-two {
  padding-right: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
ul.advertisement-ul {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
}
ul.advertisement-ul li {
  border-right: 1px solid white;
  padding-right: 6px;
  margin-right: 16px;
}
ul.advertisement-ul li a {
    color: #17202f;
    font-size: 15px;
}
ul.advertisement-ul li i {
  margin-right: 6px;
  color: #f1aa3b;
}
ul.advertisement-ul li b {
  margin-right: 6px;
  color:#f1aa3b;
}
.counter-card {
  background: white;
  padding: 2rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.counter-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.counter-number {
  font-size: 3rem;
  color: #243beb;
  font-weight: bold;
}
.test-img img {
  width: 65px;
  position: absolute;
  right: -61px;
  bottom: -1px;
}

.popup-up-one .inner-wrapper {
  /* width: 100%; */
}
.popup-mobile-menu.popup-up-one.active .inner-wrapper {
  opacity: 1;
  overflow-y: hidden;
  background-color: #ffffff;
}

.custom-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 30px;
}

.custom-header .custom-wrapper {
  background-color: #ffffff00;
  box-shadow: unset;
}
.custom-body {
  height: 100vh;
  overflow: hidden;
  /* display: flex; */
}
video#myVideo {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.custom-btn {
  background-color: white !important;
}
.custom-btn img {
  width: 20px;
}
.rbt-header .logos a img {
  max-height: 90px;
  object-fit: cover;
}

.custom-heading-tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 107px;
  text-align: center;
}
.custom-heading-tag h2,
.custom-heading-tag h6 {
  color: #ffffff;
}
h6 {
  color: #000000;
}
.custom-heading-tag h6 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 8px;
}
.custom-heading-tag button {
  background-color: #2778ce;
  border: none;
  padding: 12px 14px;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
}
section.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000075;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .popup-up-one {
    display: block;
  }
}

/*Menu*/

ul.submenu.active::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60vh;
  background-color: white;
  left: -72px;
}
.rbt-round-btn:hover,
.rbt-round-btn:active,
.rbt-round-btn:focus,
.rbt-round-btn.open {
  color: #000000;
}
.rbt-search-dropdown .wrapper .row {
  height: calc(100vh - 123px);
  align-items: center;
}
.custom-one-btn {
    background-color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-one-btn i {
    color: #323091;
    font-size: 20px;
}
.custom-one-btn:hover {
    background-color: #f2aa39 !important;
}
.custom-one-btn:hover i {
    color: #fff;
}
a.admission-drp {
    background: #323091;
    font-size: 16px !important;
    padding: 10px 15px;
    border-radius: 5px;
}
.drop-up {
    position: fixed;
    left: 20px;
    z-index: 999;
    bottom: 28px;
}
.drop-up .social-feed {
  background-color: #323091;
  padding: 12px;
  border-radius: 50px;
}
.rbt-footer {
  position: relative;
  z-index: 9;
}
.rbt-testimonial-area {
  position: relative;
  z-index: 9;
}
.rbt-advance-tab-area {
  position: relative;
  z-index: 9;
}
.rbt-about-area {
    position: relative;
    z-index: 9;
    padding: 70px 0 80px;
}
.logoes img {
  max-height: 230px;
}
.header-left-one {
  visibility: hidden;
}
ul.quick-access img {
  width: 18px;
  filter: invert(1);
}
a.social-feed i {
  color: white;
}
.rbt-secondary-menu li:last-child a::after {
  content: unset;
}

ul.social-list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding-left: 0px;
    margin: 0;
}
ul.social-list li a img {
  width: 22px;
}
ul.social-list img.twitter {
  filter: unset;
}
section.advertisement {
  padding: 45px 0px 0px;
}
a.border-botton {
  color: white;
  border: 2px solid white;
  padding: 8px 14px;
  display: inline-block;
  margin: 0px 2px;
}
.right-sec {
  display: inline-flex;
  gap: 4px;
}
.footer-top .left-sec a.border-botton,
.footer-top .right-sec a.border-botton {
    font-size: 15px;
    border: solid 1px #ffffff8a;
    border-radius: 5px;
}
.footer-top .left-sec a.border-botton:hover, .footer-top .right-sec a.border-botton:hover {
    border: solid 1px #f2ab3b;
    color: #f2ab3b;
}
ul.social-list li a {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 50px;
  /* line-height: 12px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-widget-title-one
 {
  position: absolute;
  top: -19px;
  right: 45px;
}


.inputs {
  text-align: center;
  padding: 0 1rem;
  width: 300px;
  height: 4.4rem;
  border-radius: 0px 0px 15px 15px !important;
  outline: none !important;
  border: solid 0;
  margin-bottom: 0;
  border: 1px solid rgb(255, 253, 253) !important;
  background-color: #f2ab3b !important;
  line-height: 43px;
}

.f-widget-title-one::after {
  content: "";
  width: 13px;
  height: 19px;
  position: absolute;
  left: -13px;
  top: 1px;
  background-color: #535353;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.inputs h6 {
    color: white;
    margin-bottom: 0px;
    font-size: 22px;
    display: inline-block;
}
.inputs span {
    margin-left: 12px;
}
.active-dark-mode h6{
  color:black;
}
.texture {
    background-image: url(../images/banner/home-inner-bg.png);
    background-image: url('../images/shape-3.png');
    background-size: cover;
}
.social-box .inner .user-list-wrapper li a{
  color: black;
}
a.social-feed img {
    width: 25px;
}
.ftpScheduleList li {
    position: relative;
    margin-bottom: 7px;
}
ul.list-unstyled.ftpScheduleList li a {
    font-size: 14px;
    color: #ffffffb3;
}
.rbt-contact-form.contact-form-style-1 h4 {
    font-weight: 500;
   font-family: "Playfair Display", serif;
}
.captcha-img img {
    width: 130px;
}
.rbt-btn1{
  padding: 0px 10px;
}

.marquee-vertical li a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
    position: relative;
}
.marquee-vertical li:hover a {
   
    background-size: 100% 2px;
   background-image: linear-gradient(rgb(29, 146, 255), rgb(44, 153, 255));
}
.border-botton-blue {
    color: #006487 !important;
    border: 2px solid #006487 !important;
    position: relative;
}
.arrow a.border-botton::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 130%;
    width: 250%;
    height: 1px;
    background-color: #026588;
}
.arrow a.border-botton::after {
    content: "";
    position: absolute;
    top: 35%;
    left: calc(130% + 250%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #016487;
}
.tab-pane h4{
  position: relative;
}
.tab-pane h4::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 10%;
    width: 16%;
    height: 1px;
    background-color: #000;
}
.tab-pane h4::after  {
    content: "";
    position: absolute;
    top: 49%;
    left: calc(10% + 16%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
}
p.rbt-card-text {
    text-align: justify;
}

ul.marquee-vertical li:first-child {
    margin-top: 0px;
}
.notify img {
    width: 96%;
    border-radius: 0px 34px 0px 34px;
}
.tab-content .tab-pane:nth-child(2) h4::before{
  left: 14%;
}
.tab-content .tab-pane:nth-child(2) h4::after{
  left: calc(10% + 20%);
}
.tab-content .tab-pane:nth-child(5) h4::before{
  left: 22%;
}
.tab-content .tab-pane:nth-child(5) h4::after{
  left: calc(10% + 28%);
}
.tab-content .tab-pane:nth-child(6) h4::before{
  left: 20%;
}
.tab-content .tab-pane:nth-child(6) h4::after{
  left: calc(10% + 26%);
}
.tab-content .tab-pane:nth-child(7) h4::before{
  left: 22%;
}
.tab-content .tab-pane:nth-child(7) h4::after{
  left: calc(10% + 28%);
}
.tab-content .tab-pane:nth-child(8) h4::before{
  left: 14%;
}
.tab-content .tab-pane:nth-child(8) h4::after{
  left: calc(10% + 20%);
}
.description-one{
  text-align: justify;
  margin-bottom: 15px;
}
p.description-one.be-fore {
    position: relative;
    padding-left: 25px;
}
p.description-one.be-fore:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    color: #754fba;
    font-size: 16px;
    left: 0px;
    position: absolute;
    z-index: 999999;
    top: 0;
    font-weight: 600;
}
p.description-one.be-fore a {
    color: #6b7389;
}
p.description-one.be-fore a:hover {
    color: #6b7389;
    cursor: pointer;
    text-decoration: underline;
}
.bg_image-small{
  background-image: url('../images/banner/banner-small.jpg');
  background-size: cover;
  height: 314px;
}
.about-img {
    width: 90%;
    margin: auto;
    margin-top: 45px;
}
.about-img img {
    border-radius: 0px 60px 0px 60px;
}
.top-circle-shape {
    position: absolute;
    width: 240px;
    top: -96px;
    height: 240px;
    right: -96px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #CFA2E8, #637FEA);
    opacity: 0.09;
    border-radius: 100%;
    box-sizing: border-box;
}
.top-circle-shape.position-bottom-right {
    bottom: -96px;
    right: -96px;
    top: auto;
}
.top-circle-shape::before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
}
.menus-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rbt-header .mainmenu-nav .mainmenu > li > a.active{
  color: #f2aa39;
}
.content.scroll {
    height: 350px;
    overflow: auto;
    padding-right: 6px;
}
.arrow {
    margin-top: 20px;
}
.rbt-section-gapTop {
    padding-top: 60px;
}
.rbt-section-gapBottom {
    padding-bottom: 60px;
}
.bg-zig-zag{
  background-image: url('../images/banner/zig_zag_lines\ background.jpg');
  background-size: cover;
  position: relative;
  background: #323091;
}
.bg-zig-zag::before {
  background-image: url('https://rainbowit.net/html/histudy/assets/images/shape/dots.png');
    content: "";
    position: absolute;
    /* background-color: black; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.placement{
  color: #f2ab3b;
}

/*magamenu*/
.side-sec {
    padding: 4px 4px;
    background-color: #ffffff;
    height: 100vh;
    max-height: 300px;
    border-radius: 7px;
    border: solid 2px rgb(50 48 145 / 19%);
    position: relative;
    overflow: hidden;
}
.right-side-sec {
    padding: 0px;
}
.right-sub-menu li {
 padding: 8px !important;
 border-bottom: 1px solid rgb(54 54 54 / 36%);
}
.right-sub-menu li a{
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 100;
}
.right-sub-menu li a:hover{
  color: #d08a1c;
  margin-left: 4px;
}
.rbt-header .mainmenu-nav .mainmenu > li > a {
    height: 81px;
}

/* Hide extra sections by default */
.extra {
  display: none;
}
 
/* Show when active */
.extra.active {
  display: block;
}
.tender-box {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #d9d9d9;
}
.bg-red-opacity {
    background: #e7666621 !important;
    color: #d10000 !important;
}
.tender-sub-sec {
    background-color: #f1f1f1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    height: 100%;
}
.tender-sub-sec h2 {
    color: #005675;
    font-family: sans-serif;
}
.tender-sub-sec span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #003447;
}
.tender-rt-sec {
    display: flex;
    justify-content: space-between;
}
.tender-sub-sec-one {
    padding: 20px;
}
ul.tender-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tender-list li a {
    color: #5f5f5f;
}
.tender-lt-sec {
    background-color: #e2f1ff;
    padding: 12px;
    text-align: center;
    margin: 10px;
    border-radius: 4px;
}
.tender-sub-sec-one h4 {
    font-size: 22px;
}
.tender-lt-sec p {
    font-size: 14px;
}
.tender-lt-sec p:last-child {
    font-weight: 600;
    color: #4d4d4d;
}
.tab-button-student li{
  width: 205px;
}
.footer-widget-one .ft-link li a {
    color: #000000;
}
.footer-widget-one .ft-link li i {
    color: #156c8c;
}
.footer-widget.footer-widget-one {
    padding: 12px 0px;
    height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}
@media (min-width: 576px) {
    .ftpScheduleList li {
        padding-left: 27px;
    }
}
@media (min-width: 576px) {
    .ftpScheduleList .icn {
        left: 0;
        top: 6px;
        position: absolute;
        color: #f2aa39;
    }
}




/*Sunil's Code*/

/* global */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
h4.title {
    /* font-family: "Noto Sans", sans-serif; */
    margin-bottom: 6rem;
    font-weight: 600;
    font-size: 35px;
    font-family: 'Euclid Circular';
}
.cstm-btn {
    background: #323091;
    font-family: 'Euclid Circular';
    padding: 3px 18px;
    height: auto;
    font-size: 15px;
    letter-spacing: -0.1px;
    border-radius: 5px;
    font-weight: 400;
}
.cstm-btn:hover {
    background:#f2ab3b;
}


/*Topbar*/

.rbt-header-right ul li a {
    text-decoration: none;
    color: #fff;
}
.rbt-information-list li a {
    color: #fff;
}
.bg-color-gradiant {
    background: linear-gradient(233.19deg, #8ec850 -256.88%, #428dcb -167.3%, #2ab998 -81.23%, #c2579b -2.2%, #ec7026 80.36%);
    background: #323091;
}

/*Custom Sidebar*/

.cstm-sidebar {
    background-color: #eef0f9;
    padding: 25px 25px;
    width: 95%;
    height: 100%;
    border-bottom: solid 4px #156c8c;
}
.cstm-sidebar ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cstm-sidebar ul li {
    margin: 0px 0 8px;
}
.cstm-sidebar ul li a {
    color: #303030;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 9px 0 9px 25px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
}
.cstm-sidebar ul li a:before {
    content: "";
    background-image: url(../images/chevron.png);
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    background-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
}
.cstm-sidebar ul li a:hover, .cstm-sidebar ul li a.active {
    color: #ffffff;
    background: #156c8c;
    padding: 9px 0 9px 28px;
}
.cstm-sidebar ul li a:hover:before, .cstm-sidebar ul li a.active:before {
    left: 8px;
    filter: brightness(0) invert(1);
}

/*Global Code*/

h2.title {
    font-family: 'Euclid Circular';
    color: #192335;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 39px;
    margin-bottom: 2rem;
}
h2.title span {
    color: #156c8c;
}
hr{
    background: hsl(0deg 0% 0% / 20%);
}
.modal-body {
    padding: 1.8rem 0 1.3rem;
}
.modal-header {
    padding: 0.5rem 0 1.2rem;
}
.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.modal-content {
    background: #fff;
    padding: 18px 24px;
    border-radius: 12px;
}
button.btn-close {
    background-color: #ff4343;
}

/*Banner*/

.carousel-control-next, .carousel-control-prev {
    width: 33px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: #323091;
}
.banner-carousel .carousel-indicators {
    display: none;
}
button.carousel-control-prev {
    border-radius: 0 40px 40px 0;
    padding-right: 8px;
}
button.carousel-control-next {
    border-radius: 40px 0px 0px 40px;
    padding-left: 8px;
}
.banner-content h2 {
    font-family: "Euclid Circular";
    font-size: 60px;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 800;
    color: #161613;
}
.banner-content h2 span {
    color: #323091;
}
.banner-lt-col {
    display: flex;
    align-items: center;
    padding-left: 9rem;
    padding-right: 4rem;
}
.banner-content p {
    font-size: 14px;
    padding: 0rem 0 0 1.5rem;
    border-left: solid 2px #323091;
    color: #192335;
    background: #ffffff00;
    line-height: 24px;
}
.banner-content h4 {
    font-family: "Euclid Circular";
    font-weight: 600;
    letter-spacing: -0.8px;
    font-size: 33px;
    margin-bottom: 5px;
    color: #323091;
}
.banner-content{
  position: relative;
}
.banner-content:after {
    content: "";
    width: 175px;
    height: 90px;
    background-image: url(../images/plane.png);
    position: absolute;
    top: -28px;
    right: 50px;
    background-position: center;
    background-size: 175px;
    background-repeat: no-repeat;
}
.banner-carousel:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(51 48 149 / 14%) 0%, rgb(255 255 255 / 23%) 100%);
}
.banner-carousel .carousel-inner{
    z-index: 1;
}
.carousel-indicators button {
    width: 18px!important;
    height: 18px!important;
    border-radius: 100%!important;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #766ad6;
}

/*About Section*/

.rbt-about-area h6 {
    color: #323091;
    font-family: 'Euclid Circular';
}
.rbt-about-area h4.rbt-card-title {
    font-size: 18px;
    font-family: 'Euclid Circular';
    font-weight: 600;
    margin-bottom: 6px !important;
}

/*Footer*/

.gigw-sec {
    border-top: solid 1px #f1efef57;
    padding: 2.5rem 0 2.5rem;
    align-items: center;
    margin-top: 4rem;
    justify-content: center;
    border-bottom: solid 1px #f1efef57;
}
.gigw-sec .social-icons {
    width: auto;
}
.gigw-sec .right-sec {
    width: auto;
}
a.text-orange {
    color: #f2aa39;
}
/*president*/
.cont-rt-col {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
}
.president-img {
    background: #0c799f;
    padding: 12px;
    border: solid 1px rgb(21 108 140 / 12%);
}
.president-img h6 {
    margin: 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 22px;
    letter-spacing: -0.3px;
    padding: 12px 15px 2px;
    font-family: "Euclid Circular";
}

/*Council Members*/

.cstm-sec{
  padding: 70px 0;
}
.shape-bg {
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.cstm-sec p {
    line-height: 26px;
}
.cstm-nav button {
    color: #192335;
    font-size: 16px;
    background: #f5f6fb !important;
    margin: 0 6px 0 0px;
    padding: 10px 22px;
    letter-spacing: -0.3px;
    border-radius: 25px 25px 0 0 !important;
    border: solid 1px #e5e2ff !important;
}
.cstm-nav button.active {
    color: #ffffff!important;
    background: #156c8c !important;
}
.cstm-tab-cont h5 {
    font-size: 22px;
    padding: 6px 8px 6px;
    border-bottom: solid 1px #e7e7ff;
    letter-spacing: -0.2px;
    margin: 11px 0;
    background: #f1f5ff;
}
.team-mr {
    margin: 0.8rem 0;
}
.team-wrapper {
    background: #f8f9fd;
    padding: 1rem;
    border: solid 1px rgb(13 105 191 / 14%);
    border-radius: 12px;
    height: 100%;
    text-align: center;
}
.member-img {
    width: 120px;
    height: 120px;
    background: #e9e9ee;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.member-img img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
    width: 100%;
}
.pg-team-title {
    flex: 1;
}
.pg-team-title h4 {
    letter-spacing: -0.3px;
    font-size: 22px;
    color: #192335;
    margin: 14px 0 11px;
    line-height: 25px;
    font-weight: 500;
    border-bottom: solid 1px #e7e7ff;
    padding: 7px 0 11px;
}
.pg-team-title h4 span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    display: block;
    color: #1166b9;
    line-height: 18px;
    margin-top: 7px;
}
.pg-team-title p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 4px;
    letter-spacing: -0.1px;
    color: #505050;
}
.pg-team-title h4:before, .pg-team-title h4:after {
    display: none;
}

/*Council Committee*/

.committee-cont a:hover {
    color: #156c8c;
}
.committee-cont a {
    position: relative;
    padding-left: 19px;
}
.committee-cont a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #156c8c;
    position: absolute;
    left: 3px;
    top: 7px;
    transform: rotate(45deg);
}
.commitee-rt-sidebar .cstm-sidebar {
    background: #ddf1ff;
    margin-left: auto;
    max-height: 600px;
    height: 100vh;
    overflow: scroll;
    padding: 8px 25px;
    overflow-x: unset;
}

.committee-cont .pg-team-title h4 {
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #192335;
    margin: 14px 0 0px;
    line-height: 21px;
    font-weight: 500;
    border-bottom: none;
    padding: 7px 7px 5px;
    font-family: "Euclid Circular";
}

.secretary-col {
    background: #dfe2eb;
    border-radius: 8px;
    width: 98%;
    margin: auto;
    padding: 1rem;
}
.secretary-col h4 {
    font-size: 22px;
    float: left;
    margin: 0;
}
.secretary-col p {
    float: right;
    color: #192335;
    font-size: 18px;
}
.secretary-col pre {
    background: transparent;
    padding: 0;
    margin: 0;
}
.secretary-col pre span {
    font-family: "Euclid Circular";
    background: #0c799f;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    margin-bottom: 4px;
}
.committee-cont .heading {
    font-size: 22px;
    border-bottom: dashed 1px #c9cdde;
    padding:0 0 10px;
    width: 97%;
    margin: 0 auto 1.3rem;
}
.president-col img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.president-col {
    display: flex;
    gap: 15px;
    width: 97%;
    margin: 0 auto 1.2rem;
    padding: 1rem;
    align-items: center;
    border-radius: 8px;
    background: #bbb2c6;
}
.president-col h4 {
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}
.president-col h4 span {
    display: block;
    font-size: 18px;
    font-family: "Euclid Circular";
    font-weight: 400;
    color: #192335;
}

.commitee-rt-sidebar .cstm-sidebar button {
    color: #303030;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 9px 0 9px 25px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
    text-align: left;
}
.commitee-rt-sidebar .cstm-sidebar .nav-link.active, .commitee-rt-sidebar .cstm-sidebar .show>.nav-link {
    color: #fff;
    background-color: #156c8c;
}
.commitee-rt-sidebar .cstm-sidebar h5 {
    margin: 1.5rem 0 2rem;
}
.commitee-rt-sidebar .cstm-sidebar button:before {
    content: "";
    background-image: url(../images/chevron.png);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    background-size: 10px;
    top: 14px;
    transition: 0.5s ease;
}
.commitee-rt-sidebar .cstm-sidebar .nav-link.active:before{
  filter:brightness(0)invert(1);
}
.committee-cont h4:before, .committee-cont h4:after{
  display: none;
}

/*Departmental Heads*/

div#datatable_length label {
    display: flex;
    width: 200px;
    align-items: center;
    text-transform: capitalize;
    font-size: 15px;
}
.dataTables_length select {
    border: solid 1px #beb9ce !important;
    border-radius: 7px !important;
    padding: 2px 6px !important;
    height: auto;
    width: 60px;
    margin: 0 5px;
        background: #ffffff url(../images/icons/arrow.png) no-repeat center right 9px;
}
.dataTables_filter label {
    text-transform: capitalize;
    color: #222 !important;
    margin-bottom: 0.3rem;
    font-size: 15px;
}
.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    margin-left: 5px;
    border: solid 1px #beb9ce !important;
}
.dataTables_filter input:focus{
  outline: none;
}
div#datatable_filter {
    margin-bottom: 9px;
}
.dataTables_wrapper .dataTables_length {
    top: 4px;
    position: relative;
}
.cstm-table th {
    background: #03486d;
    color: #fff;
    padding: 10px 15px;
    border: solid 1px #f3ecfe;
    font-size: 16px;
    font-weight: 400 !important;
}
table.cstm-table tr td {
    font-size: 15px;
    padding: 13px 15px;
    line-height: 20px;
    border: solid 1px #f3ecfe;
}
table.cstm-table tbody tr:nth-child(even) td {
    background: #f3f4ff;
}

.dataTables_paginate {
    color: #222 !important;
    margin-top: 0.5rem;
}
a.paginate_button {
    padding: 4px 13px !important;
    border-radius: 7px !important;
    font-size: 15px;
}
div#datatable_info {
    font-size: 15px;
    color: #192335;
    margin-top: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #03486d !important;
    color: #fff !important;
}

/*Past President*/

.past-pres-box {
    background: #e7e4f1;
    padding: 12px;
    margin: 0.75rem 0;
    position: relative;
    transition: 0.6s ease;
    top:0;
}
.past-president-cap {
    border: solid 1px #dce3f6;
    padding: 22px 19px;
    position: relative;
    margin: 3rem 0;
}
.past-president-cap h4 {
    position: absolute;
    top: -17px;
    background: #ffffff;
    width: auto;
    left: 18px;
    color: #156c8c;
    font-size: 23px;
}
.past-pres-box h5 {
    font-family: "Euclid Circular";
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.4px;
    margin: 12px 0 4px;
    color: #156c8c;
}
.past-pres-box h5 span {
    display: block;
}
.pres-box-pop {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #156c8cf0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.7s ease;
}
.past-pres-box:hover .pres-box-pop {
    opacity: 1;
}
.past-pres-box:hover {
    top: -1rem;
    cursor:pointer;
}

/*Tab*/

.tab-button-style-2 {
    border-bottom: none;
}
.tab-button-style-2 li {
    background-color: #ffffff;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    width: calc(100% / 7 - 13px);
    border-radius: 15px;
    margin: 0 0px !important;
    height: auto;
    padding: 0;
    display: block;
    border: solid 1px #b2bcf436;
}
.tab-button-style-2 li a {
    padding: 25px;
    height: auto;
}
.nav-tabs h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Euclid Circular';
}
.cstm-update-tab img {
    width: 51px;
    margin-bottom: 12px;
}
.slide-left .notify img, .slide-left .notify {
    height: 100%;
    object-fit: cover;
}
.date{
  display: none;
}
.slide-right {
    border-left: solid 1px #cecfeb;
}
.cstm-tab-sec .arrow {
    margin: 26px 25px 0;
}
.cstm-tab-sec ul.marquee-vertical li a {
    color: #192335;
    font-size: 14px;
    font-family: 'Euclid Circular';
    padding: 0 27px 0 38px;
    position: relative;
}
.cstm-tab-sec ul.marquee-vertical li a:before {
    content: "\f621";
    position: absolute;
    left: 17px;
    font-size: 12px;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #2c8caf;
}
.cstm-tab-sec ul.marquee-vertical li a:hover {
    color: #156c8c;
}
.cstm-tab-sec .marquee-vertical li a {
    background-image: unset;
}






/*Latest Update Sec*/


.latest-upd-sec {
    background: linear-gradient(0deg, rgb(255 255 255) 26%, #eeecf9 26%);
    position: relative;
}
section.cstm-sec.latest-upd-sec:before {
    content: "";
    background-image: url(../images/shape4.png);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-size: cover;
    opacity: 0.14;
}

.latestupd-row {
    position: relative;
    padding: 0 12rem;
}
.latest-upd-sec h4.title {
  text-align: center;
}
.updates-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    text-align: center;
    position: relative;
}
.updates-box img {
    width: 75px;
    margin: 0 auto 2.5rem;
    display: block;
}
.updates-box a:hover {
    color: #323091;
}
.cstm-slide-arrow .rbt-swiper-arrow::after {
    background-color: #fff;
}
.row.latestupd-row:before {
    content: "";
    background: #323091;
    width: 100%;
    height: 84%;
    position: absolute;
    left: 0;
    top: 79%;
    transform: translateY(-50%);
    border-radius: 23px;
}
.tender-item-4-activation .swiper-wrapper {
    height: auto;
}
.tender-item-4-activation .rbt-swiper-arrow {
    position: relative;
    top: unset;
    transform: none;
    z-index: 2;
    transition: 0.5s;
    opacity: 1; 
    width: 58px;
    height: 58px;
    border-radius: 100%;
    color: var(--color-body);
    background-color: var(--color-white);
    z-index: 3;
    cursor: pointer;
}
.cstm-slide-arrow {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 16px;
    padding: 6px 0 6px;
}
.tender-item-4-activation .rbt-swiper-arrow.rbt-arrow-left {
    left: unset;
}
.tender-item-4-activation .rbt-swiper-arrow.rbt-arrow-right {
    left: unset;
    right: unset;
}
.tender-item-4-activation .rbt-swiper-arrow:hover::after {
    transform: scale(1.1);
}

/*Step Sec*/

.admission-steps-sec {
    padding: 50px 0 65px;
}
.admission-steps-sec .rbt-badge-6 {
    margin: 0 auto 1rem;
    display: table;
    background: #3230911f !important;
    color: #323091 !important;
}
.steps-wrap {
    text-align: center;
    position: relative;
    padding: 0 3.4rem 0;
}
.steps-img img {
    margin-bottom: 1.5rem;
    max-height: 80px;
    background-color: #edebf8;
    padding: 12px;
    border-radius: 9px;
}
.steps-wrap h4 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #323091;
    font-family: 'Euclid Circular';
    margin: 4px 0 7px;
}
.steps-wrap p {
    color: #192335;
    font-size: 18px;
}
.admission-steps-sec .row {
    position: relative;
}
.steps-wrap:after {
    content: "";
    border-right: solid 1px hsl(196.13deg 73.91% 31.57% / 15%);
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
}
.steps-wrap.brdr-none:after {
    display: none;
}
.admission-steps-sec h4.title {
    text-align: center;
    margin-bottom: 5rem;
}
.admission-steps-sec a.cstm-btn {
background: #2e88a9;
    padding: 12px 25px;
    font-size: 16px;
    display: table;
    margin: 6rem auto 0;
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
}

/*Disciplinary Directorate*/

.disciplinary-wrap li a {
    color: #303030;
    font-size: 16px;
    width: 100%;
    padding: 12px 25px 12px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
    background: #f8f6ff;
    display: flex;
    gap: 38px;
    justify-content: space-between;
    align-items: center;
}
.disciplinary-wrap li a:hover {
    color: #156c8c;
}
.disciplinary-wrap ul {
    margin: 0;
    padding: 0;
}
.disciplinary-wrap ul li {
    list-style: none;
}
.disciplinary-wrap li a img{
  width: 31px;
}
.disciplinary-wrap li a img.chevron-link{
    width: 16px;
}
.disciplinary-lt-col {
    background: #03486d;
    position: sticky;
    top: 148px;
    height: 573px;
}
.disciplinary-wrap li a i {
    margin-right: 6px;
}
.disciplinary-wrap ul h6{
    font-size: 20px;
    font-weight: 600;
    border-left: solid 3px #156c8c;
    padding-left: 1rem;
    margin: 2rem 0;
}

/*Institute In The News*/

.inst-news-cont h5 {
    color: #303030;
    font-size: 16px;
    font-family: "Euclid Circular";
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.cstm-inst-news-wrap ul{
  list-style: none;
  padding: 0;
}
.cstm-inst-news-wrap ul li {
    width: 100%;
    padding: 12px 25px 12px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
    background: #f8f6ff;
    display: flex;
    gap: 38px;
    justify-content: space-between;
    align-items: center;
}
.inst-news-cont a {
    color: #156c8c;
    font-size: 15px;
    padding: 0 10px;
    border-left: dashed 1px #439a97;
}
.cstm-inst-news-wrap img {
    width: 31px;
}

/*Network*/

.cstm-navTab-sidebar {
    background: #ddf1ff;
    margin-left: auto;
    height: 100%;
    padding: 8px 25px;
    overflow-x: unset;
}
.cstm-navTab-sidebar button {
    color: #303030;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 9px 0 9px 25px;
    border-bottom: dashed 1px #156c8c52;
    position: relative;
    text-align: left;
}
.cstm-navTab-sidebar button:before {
    content: "";
    background-image: url(../images/chevron.png);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    background-size: 10px;
    top: 14px;
    transition: 0.5s ease;
}
.cstm-navTab-sidebar .nav-link.active, .commitee-rt-sidebar .cstm-sidebar .show>.nav-link {
    color: #fff;
    background-color: #156c8c;
}
.cstm-navTab-sidebar .nav-link.active:before {
    filter: brightness(0) invert(1);
}
.cstm-navTab-sidebar  h5 {
    margin: 1.5rem 0 2rem;
}
.cstm-navTab-sidebar h5 {
    margin: 1.5rem 0 2rem;
    font-size: 2.5rem;
    letter-spacing: -0.3px;
}
.region-cont a {
    color: #303030;
    font-size: 15px;
    width: calc(100% / 2 - 5px);
    display: inline-block;
    padding-left: 2rem;
}

/*Chat Bot*/

.chatbot {
    width: 65px;
    position: fixed;
    bottom: 18px;
    z-index: 9;
    right: 8px;
}
.rbt-progress-parent {
    right: 82px;
    bottom: 26px;
}
.chat-screen {
    display: none;
    position: fixed;
    max-width: 363px;
    max-height: 455px;
    height: 100vh;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    right: 12px;
    bottom: 100px;
    border-radius: 15px;
    border: solid 2px rgb(119 71 255 / 8%);
}
.chat-screen.active {
    display: block;
}

/*Network*/

.network-box {
    border: solid 1px rgb(73 52 107 / 8%);
    padding: 2rem;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0px 6px 14px rgba(215, 216, 222, 0.41);
    background: #fff;
    margin: 7px 0;
}
.network-box h5 {
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 6px;
}
.network-box button {
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.2px;
    font-size: 15px;
    color: #4c356a;
    background: transparent;
    border: none;
}
.network-box button:hover {
    color: #0c799f;
}
.modal-header h1 {
    font-family: 'Euclid Circular';
    font-size: 21px !important;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.net-address-wrap h4 {
    font-family: 'Euclid Circular';
    font-size: 21px !important;
    color: #0b6687;
    margin-bottom: 10px;
}
.net-address-wrap h4 span {
    display: block;
    font-size: 16px;
    color: #192335;
    font-weight: 500;
    margin: 4px 0 0;
}
.net-address-wrap p {
    color: #192335;
    margin: 0 0 6px;
}
.net-address-wrap tr td {
    font-size: 14px;
    padding: 4px 6px;
    color: #192335;
}
.net-address-wrap tr td a:hover {
    color: #156c8c;
}
.net-address-wrap tr th {
    font-size: 14px;
    padding: 8px 6px;
    background: #0b6687;
    color: #fff;
    border: solid 1px #377f99;
}

/*Contact Us*/

.map-col iframe {
    border: 0;
    filter: grayscale(1);
}
.contact-lt-col {
    background: #3e3ba2;
    height: 100%;
    padding: 2rem;
}
.contact-lt-wrapper h5 {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    letter-spacing: -0.5px;
    border-left: solid 3px #3ccaff;
    padding-left: 5px;
}
.contact-lt-wrapper p span {
    color: #3ccaff;
    display: block;
}
.contact-lt-wrapper p {
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}
.contact-wrapper {
    display: flex;
    gap: 14px;
    align-items: center;
}
.contact-ic {
    width: 65px;
    height: 65px;
    background: #3fa8cc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-ic img {
    width: 35px;
    filter: brightness(0) invert(1);
}
.contact-cont h5 {
    margin: 0 0 2px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    font-size: 18px;
}
.contact-wrap-sec {
    background: #f9f9ff;
}
.contact-wrap-row {
    background: #e5eff3;
    padding:4rem 6rem;
    width: 100%;
    margin: -11rem auto 0;
}
.contact-cont a {
    color: #4b3468;
    font-weight: 500;
    font-size: 20px;
}
.contact-cont a:hover{
    color: #156c8c;
}
.contact-external-links {
    margin: 4rem 0 3rem;
}
.contact-external-links h5 {
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #192335 !important;
    line-height: 22px;
    font-family: 'Euclid Circular';
    font-weight: 500;
    text-align: center;
    margin: 0 0 17px;
}
.contact-external-links a {
    display: table;
    margin: auto;
    font-size: 14px;
    border: solid 1px #156c8c;
    padding: 5px 11px;
    border-radius: 9px;
    letter-spacing: -0.5px;
    color: #192335;
    background: #ffffff;
    box-shadow: 2px 3px 9px -3px rgb(21 108 140 / 32%);
}
.contact-external-links a:hover {
    background: #156c8c;
    color:#fff;

}
.contact-links-wrapper{
    margin: 0.75rem 0;
    border: solid 1px #c6e3ee;
    padding: 2rem;
    position: relative;
    transition: 0.2s ease;
    top:0;
    cursor: pointer;
}
.contact-links-wrapper:hover{
    box-shadow: 2px 3px 14px -3px rgb(21 108 140 / 14%);
    top: -6px;
}



