/*
Theme Name: iau
Theme URI: http://anisul.com/iau/
Author: Anisul Kibria
Author URI: http://anisul.com/
Description: This theme is designed and developed exclusively for the website of Islamic Arabic University.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iau
Tags:
*/
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Fonts
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
@font-face {
  font-family: "GeosansLight";
  src: url("../fonts/GeosansLight.ttf") format("truetype");
}
@font-face {
  font-family: "kalpurush";
  src: url("../fonts/kalpurush.eot") format("embedded-opentype"),
    url("../fonts/kalpurush.woff") format("woff"),
    url("../fonts/kalpurush.ttf") format("truetype"),
    url("../fonts/kalpurush.svg") format("svg");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Global
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
body {
  /* background: url("../images/bg.png"); */
  background:linear-gradient(rgb(255, 238, 238,0.3),rgb(255, 238, 238,0.3));
  color: #000000;
  font-family: "GeosansLight", Open Sans;
  margin: 0;
  padding: 0;
}
.container{
  width: 90% !important;
  margin: 0 auto !important;
}
a {
  font-family: "GeosansLight", Open Sans;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.text-left{
  text-align: left;
}
.top_flex{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.top_head_style{
  background-color: #ffc97d;
  color: #012060;
}
.top_middle{
  text-align: left;
}
#clock{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.top_row_first p{
  font-size: 20px;
  font-weight: 600;
  padding-top: 3px;
}
.top_online{
  display: inline-block;
}
.top_online a{
  font-size: 18px;
  font-weight: 600;
  padding: 5px 25px;
  display: inline-block;
  text-align: right;
  color: #feee;
  letter-spacing: 0.5px;
}
.pt-5{
  margin-top: 5px;
}
.ml-10{
  margin-left: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb{
 margin-bottom: 15px;
}
.logo_right {
  border-radius: 100%;
  box-shadow: 0px 3px 4px #ffbc00;
  max-height: 120px;
  margin-top: 0px !important;
  padding-top: 5px;
  float: right;
  margin-right: 37px;
}

.logo_left {
  border-radius: 100%;
  box-shadow: 0px 3px 4px #ffbc00;
  max-height: 120px;
  margin-top: 10px;
  padding-top: 5px;
  margin-left: 18px;
}

h1 {
  color: #ffffff;
  font-family: "kalpurush", Kalpurush;
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
}
h1 a,
h1 a:focus {
  color: #000000;
  font-family: "kalpurush", Kalpurush;
  text-decoration: none;
}
h1 a:hover {
  color: #333333;
}
h2 {
  color: #000000;
  font-family: "kalpurush", Open Sans;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
h2 a,
h2 a:focus {
  color: #111111;
  font-family: "kalpurush", Open Sans;
  text-decoration: none;
}
h2 a:hover {
  color: #333333;
}
h4 {
  font-family: "kalpurush", Kalpurush;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Main Content
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.main-content h4,
.notice h4 {
  background: #e8b742;
  letter-spacing: 0.6px;
  color: #ff0055;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 15px 0;
  opacity: 0.9;
}
.main-content .word {
  background: #e8b742;
  padding: 10px;
  font-family: monospace;
}
.mt-15{
  margin-top: 15px;
}
.name_style{
   margin: 5px 0;
   font-size: 18px;
   font-weight: 500;
   color: #012060;
}
.designation_style{
  font-size: 15px;
  font-weight: 600;
  color: #1e3f5e;
}
.main-content .word .text-left {
  text-align: left;
  display: inline-block;
  width: 50%;
  color: #002147;
  font-size: x-large;
  font-weight: bold;
  font-family: "kalpurush", Kalpurush;
}
.main-content .word .text-right {
  text-align: right;
  float: right;
  color: #002147;
  display: inline-block;
  width: 50%;
  font-family: "kalpurush", Kalpurush;
}
.main-content a,
.notice a {
  color: #000000;
  font-family: "kalpurush", Kalpurush;
  font-size: 16px;
}
.main-content a:hover,
.notice a:hover {
  color: #666666;
}
.main-content ul,
.main-content ol,
.notice ul,
.notice ol {
  margin: 0;
  padding-left: 0;
}
.main-content li,
.notice li {
  margin-bottom: 15px;
}
.main-content .side-nav li {
  margin-bottom: 0;
}
.latest {
  background: #ffffff;
  border: 1px solid #e8b742;
  min-height: 40px;
  /* margin: 0 7.5px 15px; */
  margin: 10px 0;
  overflow: hidden;
}
.latest .news {
  padding: 15px 15px 0;
}
.calligraphy {
  background: #e8b742;
  border: 1px solid #e8b742;
  min-height: 90px;
  margin: 0 7.5px 15px;
  padding: 15px 5px;
}
.block-content {
  padding: 15px;
}
p {
  font-size: 16px;
  font-family: "kalpurush", Kalpurush;
}
.vc {
  float: left;
}
.history p {
  text-align: justify;
  line-height: 30px;
}
.history img {
  width: 50%;
  border: 2px solid #e2e2e2;
  margin: 10px;
}
.poem {
  font-size: 18px;
}
.header {
  background-size: 100% 152px;
  box-shadow: 0px 2px 4px -1px #898b8c;
}
.header h1 a,
.header h2 a {
  color: #ffffff;
}

.top_header {
  /* background: url("../images/bg2.jpg") no-repeat; */
  /* background:linear-gradient(rgb(233,72, 72,0.5),rgb(255, 238, 238,0.7)); */
  /* background:linear-gradient(rgba(33, 89, 97, 0.7),rgb(33, 89, 97,0.7)); */
  /*background-color:#0a3673d6;*/
  background-size: 100% 100%;
  box-shadow: 0 1px 3px #7bacdc;
}
.home .header h1 a,
.home .header h2 a,
.home .header p {
  color: #ffffff;
}
.social a.lang {
  font-size: 14px;
  text-align: right;
}
.social {
  color: #000000;
  font-size: 24px;
  font-family: FontAwesome;
  text-align: right;
  padding-top: 10px;
  padding-right: 7.5px;
}
.social a {
  color: #000000;
  font-size: 16px;
  font-family: "FontAwesome";
}
.social .lang a {
  font-size: 12px;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Navigation Menu
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.navbar {
  /* background: #012060; */
  /* background: #9b277c; */
  /* background: #f50b59; */
  background: #0a3673d6;
  border-radius: 0;
  margin: 0px 0 0px;
  min-height: 40px;
  width: 100%;
}
.pages .navbar {
  margin: 10px 0 0;
}
.menubar {
  padding: 0;
}
.container-fluid > .navbar-header {
  border-bottom: 5px solid #4b4271;
  margin-left: 0;
  margin-right: 0;
}
.nav > li > a {
  font-family: "kalpurush", kalpurush;
  padding: 8px 5px;
}
.navbar ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #012060;
}
.navbar ul li a:hover,
.navbar ul li a:active,
.navbar ul li a:focus {
  background: #fd53e7;
  color: #ffffff;
}
.navbar-collapse {
  padding: 0;
}
/* .navbar-toggle {
  background-color: #e2e2e2;
} */
.navbar-toggle .icon-bar {
  background: #ffffff;
  border-radius: 0;
  width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.mainmenu {
  border-left: 1px solid #1e3f5e;
  border-right: 1px solid #1e3f5e;
}
.nav-justified > .dropdown > .dropdown-menu li {
  position: relative;
}
.nav-justified > .dropdown > .dropdown-menu li > .dropdown-menu {
  top: 0px;
  left: 100%;
}
.nav-justified > li {
  border-right: 1px solid #1e3f5e;
  border-top: 1px solid #1e3f5e;
  border-bottom: 1px solid #1e3f5e;
}
.nav-justified > li:last-child {
  border-right: 0;
}
.navbar-nav > li {
  border-right: 1px solid #1e3f5e;
}
.navbar-nav > li:last-child {
  border-right: 0;
}
.current-menu-item,
.current_page_item {
  background: #fd53e7;
  color: #ffffff;
}
.nav-justified > li.current-menu-item,
.nav-justified > li.current_page_item {
  border-bottom: 0;
}
.nav-justified > li.current-menu-item:hover,
.nav-justified > li.current_page_item:hover {
  border-bottom: 1px solid #1e3f5e;
}
.navbar-nav > li > .dropdown-menu {
  background: #012060;
  border-radius: 0;
  width: 100%;
}
.dropdown-menu li a {
  border-top: 1px solid #1e3f5e;
  font-family: "kalpurush", kalpurush;
  padding: 6px 20px;
  color: white;
}
.dropdown-menu {
  /* background: #012060; */
  background: #0a3673d6;
  border-bottom: 1px solid #1e3f5e;
  border-left: 1px solid #1e3f5e;
  border-radius: 0;
  border-right: 1px solid #1e3f5e;
  opacity: 0.9;
  padding: 0;
  margin: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu ul {
  list-style: none;
  text-decoration: none;
}
.navbar-fixed-top {
  margin: 0;
  opacity: 0.7;
}
.pages .navbar-fixed-top {
  margin: 0;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Slider
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.slider {
  border: 1px solid #c4def7;
}
.jssorb01 {
  position: absolute;
}
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
  position: absolute;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
  border: #000 1px solid;
}
.jssorb01 div {
  background-color: gray;
}
.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #d3d3d3;
}
.jssorb01 .av {
  background-color: #fff;
}
.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #555555;
}
.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../icon/a16.png) no-repeat;
  overflow: hidden;
}
.jssora05l {
  background-position: -10px -40px;
}
.jssora05r {
  background-position: -70px -40px;
}
.jssora05l:hover {
  background-position: -130px -40px;
}
.jssora05r:hover {
  background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
  background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
  background-position: -310px -40px;
}
.slider img {
  width: 100%;
}
.page-template-page-contact .table {
  margin-bottom: 0;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Notice
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.notice {
  background: #ffffff;
  border: 1px solid #c4def7;
  min-height: 312px;
}
.notice li,
.footer li {
  list-style: none;
  padding-left: 1.2em;
}
.notice li a:hover {
  color: #666666;
  text-decoration: none;
}
.notice li:before,
.footer li:before,
.all-notice li:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: -1.2em;
  width: 1.2em;
}
.awesome {
  font-family: "FontAwesome";
}
.kalpurush {
  font-family: "kalpurush", kalpurush;
}
/* .desc_messages{
  display: inline-block;
  text-align: center;
  background-color: #e8b742;
  border-radius: 20px;
  color: #012060 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.desc_messages:hover{
  background-color: #012060;
  color: #e8b742 !important;
} */
.nam{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #f50b59;
}
.massages .read-more a {
  color: #ff0057;
  font-size: 18px;
  display: inline-block;
  position: relative;
  font-family:Arial, Helvetica, sans-serif
}
.massages .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.massages .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}

.messages p {
  margin-bottom: 5px;
  text-align: justify;
  line-height: 25px;
}
.calligraphy img {
  max-height: 300px;
}
.top-15 {
  margin-top: 15px;
}
.main-content {
  /* padding: 15px 0; */
}
.content-block-home {
  background: #ffffff;
  border: 1px solid #e8b742;
  min-height: 300px;
}
.content-block {
  background: #ffffff;
  border: 1px solid #e8b742;
}
.side-nav .nav > li > a {
  font-family: "kalpurush", kalpurush;
  padding: 5px;
}
.side-nav .nav > li > a .awesome {
  color: #fd53e7;
  font-size: 26px;
  padding: 0 5px;
}
.side-nav .nav > li > a:hover .awesome {
  color: #ffffff;
}
.blink {
  animation: blinker 1s linear infinite;
  color: #ff0000;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.pages .content-block {
  min-height: 500px;
}
.bottom-block {
  margin-top: 15px;
}
.scrollup {
  background: #fd53e7 none repeat scroll 0 0;
  bottom: 50px;
  color: #ffffff;
  display: none;
  float: right;
  font-size: 26px;
  line-height: 20px;
  padding: 5px 10px 10px;
  position: fixed;
  right: 32px;
  text-align: center;
  z-index: 99999;
}
.scrollup i {
  font-size: 26px;
  color: #294a70;
}
.scrollup:hover i {
  font-size: 26px;
  color: #fff;
}
.mt_0{
 margin-top: 0 !important;
}
.h_img{
  /* border: 1px solid black; */
  width: 285px;
  max-height: 350px;
  height: 285px;
  padding: 5px;
  margin: 10px 10px 10px 0;
}
.text-left{
  text-align: left;
}
.h4_style{
  font-size: 28px;
  color: #ff0055;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Carousel
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.image-carousel {
  background: #ffffff;
  border: 1px solid #e8b742;
  min-height: 225px;
  padding: 7.5px;
}
.image-carousel img {
  cursor: zoom-in;
  padding: 7.5px;
  width: 100%;
}
.image-gallery {
  min-height: 700px;
  padding-top: 0;
}
#mimg {
  max-width: 100%;
}
.modal-header {
  min-height: 40px;
}
.modal-content {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #002147;
}
.nav-pills > li > a {
  border-radius: 0;
  background: linear-gradient(rgba(153, 168, 234, 0.7),rgb(169, 183, 249,0.7));
  color: #4b4271;
  font-size: 18px;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background: #fd53e7;
  color: #ffffff;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Pagination
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.pagelink {
  border: 1px solid #e2e2e2;
  padding-top: 10px;
}
.pagelink,
.pagelink p,
.gov-body .pagelink,
.gov-body .pagelink a {
  font-family: "kalpurush", kalpurush;
  font-size: 16px;
  font-weight: bold;
}
.pagelink a,
.gov-body .pagelink a {
  border: 1px solid #e2e2e2;
  color: #012060;
  padding: 5px 10px;
}
.pagelink a:hover,
.gov-body .pagelink a:hover {
  background: #e2e2e2;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Footer
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.footer {
  color: #912448;
  font-family: "kalpurush", kalpurush;
}
.footer .h4_style{
  color:#f084a8;
}
.footer h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 5px;
}
.footer ul {
  padding: 0;
  color: rgb(162, 0, 0);
}
.footer a {
  color: #912448;
  font-family: "kalpurush", kalpurush;
}
.footer a:hover {
  color: #666;
}
.footer-top {
  background: #e5e5e5;
  border-top: 10px solid #cfb9cf;
  min-height: 200px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.footer-bottom {
  background: #0a3673d6;
  border-top: 2px solid #09437a;
  min-height: 40px;
  /* border-top: 8px solid #002147; */
  color: #ffffff;
  padding: 10px 0 10px 0;
}
.footer-bottom a {
  color: #e8b742;
}
.footer-bottom a:hover {
  color: #ffffff;
}
.footer-bottom-border {
  background: url(../images/edu-3.png) repeat-x;
  border-bottom: 8px solid #002147;
  background-position: bottom;
  background-color: #002147;
  min-height: 50px;
  opacity: 0.6;
}
.map {
  color: #000000;
  width: 100%;
}
.all-division li {
  list-style: none;
}
.all-division li:before {
  content: "";
}
.all-division h3 {
  background: #e5e5e5;
  border: 1px solid #cccccc;
  padding: 8px 5px;
  margin: 0;
  text-align: center;
}
.all-division h3:hover {
  background: #dddddd;
}
.all-division h4 {
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.all-notice {
  padding: 20px 30px;
}
.all-notice li {
  list-style: none;
}
.contact-nos .table {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-family: "kalpurush", kalpurush;
  font-size: 16px;
}
.footer-title {
  border-bottom: 1px solid #912448;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.marquee {
  overflow: hidden;
}
.gov-body {
  padding-left: 40px;
}
.gov-body a {
  font-size: 17px;
}
.gallery .image-carousel img {
  padding: 15px 0;
}
.lightbox {
  display: none;
}
.tp-bullets {
  z-index: 100;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Media Queries
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
@media (min-width: 1200px) and (max-width: 1360px) {
  .card-container0{
    width: 260px !important;
  }
  .online_ad_style {
    font-size: 16px !important;
  }
  .desc_messages{
    font-size: 11px;
  }
  .gallery_container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    gap: 20px;
  }
  .notice {
    min-height: 253px;
  }
  .content-block {
    min-height: 470px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .card-container0{
    width: 250px !important;
  }
  .gallery_container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 20px;
  }
  .notice {
    min-height: 253px;
  }
  .content-block {
    min-height: 470px;
  }
}
@media (min-width: 1025px) {
  .online_ad_style {
    margin-top: 65px !important;
  }
  .gallery_container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    gap: 20px;
  }
  .navbar ul li a {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 768px) {
  .container > .navbar-collapse {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .slider {
    min-height: 440px;
  }
  .sliderb_container {
    min-height: 440px;
  }
}
@media (max-width: 992px) {
  .gallery_container{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
    gap: 20px;
  }
  .slider {
    margin-bottom: 15px;
  }
  .content-block {
    min-height: 100px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}
@media (max-width: 768px) {
  .gallery_container{
    grid-template-columns: repeat(1,1fr) !important;
    gap: 20px;
  }
  .container {
    min-width: 320px;
  }
  .logo_right {
    /*display: none;*/
  }
  .logo_left {
    margin-left: 35%;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  .social {
    display: none;
  }
  .navbar {
    margin: 10px 0;
    min-height: 30px;
  }
  .navbar-toggle {
    margin: 0 7.5px;
    padding: 7px;
  }
  .nav > li > a {
    padding: 10px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    left: 25%;
  }
  .notice {
    min-height: 100px;
  }
}
.table-responsive h2 {
  font-size: 15px;
}

.content-blocks {
  background: #ffffff;
  border: 1px solid #e8b742;
  min-height: 200px;
  margin: 15px 0px 15px 0px;
}
.animated {
  /*background-image: url(http://localhost/gmmc/assets/images/bg5.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.teacherSliderContent {
  margin-top: 10%;
}
h1.title.kalpurush {
  font-size: 50px;
}
p.title.text-center.text-dark.kalpurush {
  color: black;
}
.search_form {
  display: inline;
  float: right;
}
.search_box {
  height: 23px;
  border-radius: 0;
}
.search_button {
  padding: 1px 6px;
  border-radius: 0;
}
.gallary_img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 24%;
  float: left;
  margin: 5px;
  border: 5px solid #012060;
  outline: 2px solid white;
  overflow: hidden;
}
.gallary_img .img {
  overflow: hidden;
}
.gallary_img img {
  width: 100%;
  height: 250px;
  transition: 1s;
}
.gallary_img img:hover {
  transform: scale(1.1);
}
.gallary_img p {
  background: #012060;
  padding: 10px;
  text-align: center;
  color: #fd53e7;
  margin: 0;
  overflow: hidden;
}

.gallary_video {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 24%;
  float: left;
  margin: 5px;
  border: 5px solid #012060;
  outline: 2px solid white;
  overflow: hidden;
}
.gallary_video .video {
  overflow: hidden;
}
.gallary_video video {
  width: 100%;
  height: 203px;
  transition: 1s;
}
.gallary_video video:hover {
  transform: scale(1.1);
}
.gallary_video p {
  background: #012060;
  padding: 10px;
  text-align: center;
  color: #fd53e7;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .top_flex{
    flex-direction: column;
  }
  .card-container0{
    width: 250px !important;
  }
  .main-content h4, .notice h4{
    font-size: 20px !important;
  }
  .pl{
    perspective: 2400px !important;
  }
  .gallary_img {
    width: 100%;
  }

  .gallary_video {
    width: 100%;
  }
}
/* ---Staff information----- */

@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* * {
  box-sizing: border-box;
} */

.staff_card {
  /* background-color: #28223F;
  font-family: Montserrat, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin:10px 0; */
    float: left;
    margin: 2% 5%;
}

.card-container0 {
  /* background-color: #231E39; */
  background: linear-gradient(rgba(61, 53, 94, 0.1),rgb(35, 30, 57,0.1));
  border-radius: 5px;
  box-shadow:inset 0px 10px 20px -10px rgba(0,0,0,0.35);
  /* color: #B3B8CD; */
  color: #f50b59;
  font-weight: 600;
  padding-top: 30px;
  position: relative;
  width: 300px;
  max-width: 100%;
  text-align: center;
}

.card-container0 .pro {
  color: #231E39;
  background-color: #FEBB0B;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.card-container0 .round {
  border: 1px solid #03BFCB;
  /* border-radius: 50%; */
  padding: 7px;
}

button.primary {
  background-color: #03BFCB;
  border: 1px solid #03BFCB;
  border-radius: 3px;
  color: #231E39;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;
}

button.primary.ghost {
  background-color: transparent;
  color: #02899C;
}

.skills {
  background-color: #1F1A36;
  border-radius: 0 0 5px 5px;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
}

.skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #2D2747;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}

.footer77 {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.footer77 p {
    margin: 10px 0;
}

.footer77 i {
    color: red;
}

.footer77 a {
    color: #3c97bf;
    text-decoration: none;
}





/* ....new........  */



.gallery_container {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-items: center;
  gap: 20px;
}

.gallery_container .card {
  position: relative;
  border-radius: 10px;
  cursor:pointer;
}

.gallery_container .card .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.7s;
  z-index: 1;
}

.gallery_container .card:nth-child(1) .icon {
  background: #e07768;
}

.gallery_container .card:nth-child(2) .icon {
  background: #294a70;
}

.gallery_container .card:nth-child(3) .icon {
  background: #4dca;
}

.con_gal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  transition: 0.7s;
  color: #fff;
}

.gallery_container .card .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.gallery_container .card .face.face1 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.gallery_container .card:hover .face.face1{
  background: #ff0057;
  transform: translateY(0px);
}

.gallery_container .card .face.face1 .content {
  opacity: 1;
  transition: 0.5s;
}

.gallery_container .card:hover .face.face1 .content {
  opacity: 1;
}


.gallery_container .card .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
  transform: translateY(-100px);
}

.gallery_container .card:hover .face.face2{
  transform: translateY(0);
}

.gallery_container a{
  color: #3e2723;
  background-color: #ffc400;
  border-color: darken(#d8d8d8, 7.5%);
  font-family: inherit;
  font-size: 24px;
  font-weight:600;
  padding: 15px 25px;
  border-radius: 0.5rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4), 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.2) inset;
  transition: box-shadow 64ms ease-out;
  text-decoration: none;
}
.gallery_container a:after {
  content: "";
  background-color: #ffffff;
  width: 75%;
  height: 12.5%;
  border-radius: 50%;
  filter: blur(0.15rem);
  transition: opacity 64ms ease-out;
  text-decoration: none;
}
.gal_top_item{
  background-color: #e8b742;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
}
.gal_top_item h1{
  color: #ff0057;
  font-size: 36px;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.6px;
  padding: 3px 0;
  font-family: "kalpurush", Open sans-serif;
}

/* ---------new social */


.social_in {
  font: 2em/1.5 sans-serif;
  height: 30vh;
}

.pl {
  /* background: linear-gradient(#041749 calc(50% + 1.5em), #062779 calc(50% + 2.5em) calc(50% + 10.5em), #041749); */
  background:linear-gradient(rgba(255, 208, 208, 0.7),rgb(255, 238, 238,0.7));
  position: relative;
  overflow: hidden;
  perspective: 800px;
  transform-style: preserve-3d;
}
.pl, .pl:before {
  width: 100%;
  height: 100%;
}
.pl:before, .pl__sphere, .pl__sphere-shadow {
  position: absolute;
}
.pl:before, .pl__sphere-shadow {
  display: block;
}
.pl:before {
  /* background: linear-gradient(#062779, rgba(6, 39, 121, 0)), radial-gradient(100% 100% at 50% 50%, rgba(6, 39, 121, 0) 37.5%, #062779 50%), repeating-linear-gradient(0deg, rgba(8, 55, 170, 0) 0 0.95em, #0837aa 0.95em 1em), repeating-linear-gradient(90deg, rgba(8, 55, 170, 0) 0 0.9em, #0837aa 0.9em 1em) 0.5em 0; */
  background: linear-gradient(#0a3673d6, rgba(6, 39, 121, 0)), radial-gradient(100% 100% at 50% 50%, rgba(6, 39, 121, 0) 37.5%, #0a3673d6 50%), repeating-linear-gradient(0deg, rgba(8, 55, 170, 0) 0 0.95em, #0a3673d6 0.95em 1em), repeating-linear-gradient(90deg, rgba(8, 55, 170, 0) 0 0.9em, #0a3673d6 0.9em 1em) 0.5em 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg) translateZ(-4em);
  width: 34em;
  height: 34em;
}
.pl__sphere {
  animation-name: moveSphere;
  background: #6e95f7;
  box-shadow: 0 -0.75em 0.5em #255ff4 inset, 0 0 0.5em rgba(85, 131, 246, 0.7);
  transform: translateZ(10em);
}
.pl__sphere, .pl__sphere-shadow {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  top: calc(50% - 1em);
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  z-index: 1;
}
.pl__sphere-shadow {
  animation-name: moveSphereShadow;
  background-image: radial-gradient(100% 100% at center, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 50%);
  transform: translateY(4em) translateZ(10em) rotateX(90deg);
}
.pl__sphere:nth-of-type(1), .pl__sphere-shadow:nth-of-type(1) {
  left: calc(50% - 5.5em);
  animation-delay: 0.4s;
}
.pl__sphere:nth-of-type(2), .pl__sphere-shadow:nth-of-type(2) {
  left: calc(50% - 2.5em);
  animation-delay: 0.5s;
}
.pl__sphere:nth-of-type(3), .pl__sphere-shadow:nth-of-type(3) {
  left: calc(50% - -0.5em);
  animation-delay: 0.6s;
}
.pl__sphere:nth-of-type(4), .pl__sphere-shadow:nth-of-type(4) {
  left: calc(50% - -3.5em);
  animation-delay: 0.7s;
}

@keyframes moveSphere {
  from, to {
    filter: brightness(100%) blur(0);
    -webkit-filter: brightness(100%) blur(0);
    transform: translateZ(10em);
  }
  25%, 75% {
    filter: brightness(100%) blur(0);
    -webkit-filter: brightness(100%) blur(0);
    transform: translateZ(12em);
  }
  50% {
    filter: brightness(80%) blur(4px);
    -webkit-filter: brightness(80%) blur(4px);
    transform: translateZ(-10em);
  }
}
@keyframes moveSphereShadow {
  from, to {
    transform: translateY(4em) translateZ(10em) rotateX(90deg);
  }
  25%, 75% {
    transform: translateY(4em) translateZ(12em) rotateX(90deg);
  }
  50% {
    transform: translateY(4em) translateZ(-10em) rotateX(90deg);
  }
}
/* --  */

.pl__sphere a {
  position: relative;
  width:60px;
  height:60px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

.pl__sphere a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration:none;
}

.pl__sphere a .fa-brands,.fa-solid {
  width: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:24px;
  transition: .5s;
}
.pl__sphere a .fa-square-facebook{
  color:#062678;
}
.pl__sphere a .fa-linkedin{
  color:#002afa;
}
.pl__sphere a .fa-youtube{
  color:#f00;
}
.pl__sphere a .fa-map-location-dot{
  color:#026e00;
}
.pl__sphere a:hover .fa-brands {
  color: #8800a0;
}

/* blog area :start  */
/*PEN STYLES*/

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.date{
  font-size: 24px;
  color:#95fef3;
  text-align: center;
}

.blog-card .details .date:before {
  font-family: monospace;
  margin-right: 10px;
  content: " ";
}

.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.blog-card .description h2 {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  /* color: #a2a2a2; */
  color: #4b4271;
  margin-top: 5px;
}

.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #ff0057;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
  font-size: 18px;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #ff0057;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    width: 100% !important;
    height: 300px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    overflow: scroll;
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left:-10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: 10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

/* blog area end */


/* -----------institute information---- */
:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
  --radial: #920031;
  
}
/* bookList start  */
a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
.tab .nav-tabs{
   border-bottom: 5px solid #593082;
  }
  .tab-pane{
    text-align: left;
    margin-left: 50px;
  }
  .tab-pane ul{
    list-style: none;
    font-size: 18px;
    font-weight: 900;
    color: #f50b59;
  }
.tab .nav-tabs li a{
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  padding: 10px;
  border: 2px solid #593082;
  border-radius: 0;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #593082;
  text-align: center;
  margin: 15px 5px 30px 0;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
  color: #593082;
  border: 2px solid #593082;
}
.tab .nav-tabs li a:before{
  content: "";
  width: 15px;
  height: 15px;
  background: #593082;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.tab .nav-tabs li.active a:before{
  background: #aee800;
  border: 2px solid #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  transform: scale(2);
}
.tab .tab-content{
  padding: 20px;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #7a9181;
  background: #fff;
  line-height: 30px;
}
.tab .tab-content h3{
  font-size: 24px;
  margin-top: 5px;
  color: #1e3f5e;
  font-weight: 900;
}
.dress_img img{
  width: 300px;
  height: 300px;
  border: 1px solid #8800a0;
  padding: 7px;
  margin: 10px 0;
}
.fa-file-pdf-o{
  color: #AD0B00;
  font-size: 50px;
}
@media only screen and (max-width: 479px){
  .dress_img img{
    width: 220px !important;
    height: 220px !important;
  }
  .tab-pane{
    margin-left: 0 !important;
  }
  .tab .nav-tabs li{
      width: 100%;
      text-align: center;
  }
  .tab .nav-tabs li a{
      margin-right: 0;
      margin-bottom: 20px;
  }
  .tab .nav-tabs li a:before,
  .tab .nav-tabs li.active a:before{
      width: 0;
      height: 0;
      background: none;
      box-shadow: none;
      border: none;
      bottom: -10px;
      transform: scale(1);
  }
  .tab .nav-tabs li.active a:before{
      border-top: 10px solid #593082;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
  }
}

/* bookList end */

.ins_al_info a{
  border: 1px solid #4b4271;
  padding: 5px 50px;
  background-color: #e8b742;
  color: var(--radial);
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}
.ins_info {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background-color: var(--veryLightGray);
}
.ins_al_info a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.ins_al_info a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.attribution { 
  font-size: 11px; text-align: center; 
}
.attribution a { 
  color: hsl(228, 45%, 44%); 
}


.box p {
  color: var(--grayishBlue);
}

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px;
  margin: 20px;  
}

.ins_ico_all {
  float: right;
  font-size: 100px;
  color: #c36c36;
  transition: all 0.6s;
}

@media (max-width: 450px) {
  .ins_ico_all{
    font-size: 50px !important;
  }
  .box {
      height: 200px;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .ins_ico_all{
    font-size: 50px !important;
  }
  .box {
      text-align: center;
      height: 180px;
  }
}

.cyan {
  border-top: 3px solid var(--cyan);
}
.red {
  border-top: 3px solid var(--red);
}
.blue {
  border-top: 3px solid var(--blue);
}
.orange {
  border-top: 3px solid var(--orange);
}

.box h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
  font-size: 32px;
}


@media (min-width: 950px) {
  .row1-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .row2-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .box-down {
      position: relative;
      top: 150px;
  }
  .box {
      width: 28%;
   
  }
}
.color_1{
  color: #4b4271;
}
.color_2{
  color: #f069ff;
}
.color_3{
  color: #efff5f;
}
.color_4{
  color: #ff4719;
}
.color_5{
  color: #07929f;
}
.color_6{
  color: #0fe978;
}
/* academic information start */

.ac_container {
  /* width: 800px; */
  /* height: 250px; */
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: 1fr;
  grid-gap: 15px;
}

.ac_items {
  margin: 20px 0;
  padding: 30px 0;
  border-radius: 5px;
  display: grid;
  grid-template-rows: 2fr 1fr;
  grid-gap: 10px;
  cursor: pointer;
  border: 3px dotted rgb(60, 46, 112);
  box-shadow: 0px 30px 60px -30px var(--grayishBlue);
  transition: all 0.6s;
}

.ac_icon-wrapper, .ac_project-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac_icon-wrapper i {
  font-size: 100px;
  /* color: #FD2549; */
  transform: translateY(0px);
  transition: all 0.6s;
}

.ac_icon-wrapper {
  align-self: end;
}

.ac_project-name {
  align-self: start;
}

.ac_project-name p {
  transform: translateY(0px);
  transition: all 0.5s;
}
.ac_project-name a {
  display: inline-block;
  border: 1px solid #4b4271;
  padding: 8px 25px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #e8b742;
  color: #4b4271;
  transition: all 0.5s;
}

.ac_items:hover {
  border: 3px solid #E5E6F1;
}
.ac_items:hover .ac_project-name p {
  transform: translateY(-10px);
}
.ac_items:hover .ac_icon-wrapper i {
  transform: translateY(5px);
}

/* characteristics  */
.head_h4{
  background-color: #e8b742;
  color:#f50b59;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 7px 0;
}
.feature_s{
  height: 420px;
  max-height: 450px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
::-webkit-scrollbar {
  display: none;
}
/* List */
.feature_s ul {
  counter-reset: index;  
  padding: 0;
  max-width: 300px;
}

/* List element */
.feature_s li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
  text-transform: capitalize;
  color: #02899C;
  font-weight: 500;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/* Element counter */
.feature_s li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #f50b59, #3fd2ff );
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Element separation */
.feature_s li + .feature_s li {
  border-top: 1px solid rgba(255,255,255,0.2);
}
