@import url("https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,600,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Ek Mukta", sans-serif;
  font-family: "Montserrat", sans-serif;
  /*   font-family: 'Poppins', sans-serif;*/
  /* font-family: 'Cabin',sans-serif; */
  background: #fff;
}
.layout-boxed {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.bg-blue {
  background-color: #06027d !important;
}
.bg-gray {
    background: #ddd;
}

.f-14 {
  font-size: 14px !important;
}
.f-15 {
  font-size: 15px !important;
}
.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}
.f-19 {
  font-size: 19px !important;
}
.f_mukata {
  font-family: "Ek Mukta", sans-serif;
}
ul,
li,
ol,
a,
form,
dd,
dt,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
p {
  font-size: 18px;
}
a {
  color: #424242;
}
a:hover {
  text-decoration: none;
}
.container {
  max-width: 90%;
}

section#top-heading {
  padding: 13px 0px;
  background: #06027e1c;
}

.white {
  color: #fff;
}

.top-head {
  padding: 5px;
  background: #06027d;
}
.logo {
  /*padding: 15px;*/
}
.logo img {
  /* padding: 10px; */
  height: 130px;
  width: auto;
}
ul.social a {
  color: #d9dbde;
  padding-right: 5px;
}
ul.social .fa-facebook {
  padding: 5px 8px;
  color: #fff;
  background: #112e69;
  border-radius: 50%;
}
ul.social .fa-twitter {
  padding: 5px 6px;
  color: #0456f9;
  border-radius: 50%;
  background: #ddd;
}
ul.social .fa-youtube {
  padding: 5px 6px;
  color: #fff;
  background: #c00;
  border-radius: 50%;
}
.unicode a {
  color: #fff;
  font-weight: 500;
}
.navbar {
  padding: 0;
  /*margin-bottom: 30px;*/
}
.bg-light {
  background-color: #06027d !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 13px 13px;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #1f19d0;
  text-transform: uppercase;
}
li.nav-item.active {
  color: #d41920 !important;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
  background: #d41920;
}
.dropdown {
  position: relative;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.dropdown-menu {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  min-width: 20px;
  padding: 0px 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #06027d;
  border: none;
  border-radius: 0;
}
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d41820;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.flag img {
  width: 100px;
  float: right;
}
img {
  vertical-align: middle;
  border-style: none;
}

.carousel-item img {
  /*    height: 450px;*/
  object-fit: cover;
}

.cat-title {
  position: relative;
  display: block;
  /* top: 3px; */
  font-size: 20px;
  /* margin-top: 10px; */
  margin-bottom: 15px;
}
.cat-title:before {
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cat-tags {
  background: 0 0;
  font-weight: 700;
  font-size: 24px;
  padding: 5px 0;
  border-bottom: 3px solid #06027d;
  display: table;
  line-height: 24px;
}
.cat-tags a {
  color: #d42e27;
  text-transform: uppercase;
  font-size: 19px;
}

.about p {
  text-align: justify;
}

.blue_box {
  /* background: #003893; */
  /* padding: 20px; */
}
.titleholder {
  margin-bottom: 15px;
  border-bottom: 1px solid #0034911f;
  display: block;
  position: relative;
}
.titleholder span {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.titleholder span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  left: 0;
  top: 100%;
}
/*.listing {
    height: 270px;
    overflow-y: scroll;
}*/
.listing ul {
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

.listing ul li {
  font-size: 19px;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.listyle li i a {
  color: #000;
}

.readmore {
  border-color: #ff0000;
  background: red;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px 5px;
  border-radius: 30px;
}

.speak {
  background-color: #06027d;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  /* background: linear-gradient( 35deg ,#90278f 0%,#411e75 70%); */
}

.speak .btn.btn-default {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: transparent;
}

.speak .btn-default {
  border: 2px solid #fff;
  color: #fff;
  margin-left: 10px;
}

.team-table table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  background: #005dac;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.team-table table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.social {
  height: 205px;
  background: #ddd;
  padding: 10px;
}

.footer {
  background-color: #06027d;
  padding: 50px 0px 0px 0px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer h5 {
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  color: #093789;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #8db1f1;
}
.footer ul li {
  font-size: 15px;
  font-weight: 400;
  /* margin-bottom: 10px; */
  /* color: blue; */
}

img.card-img-top {
  height: 240px;
  object-fit: cover;
}

.leader {
  border: 1px solid #06027e26;
  padding: 4px;
  margin-bottom: 5px;
}

.copyright {
  margin: 0 auto;
  width: 50%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  margin-bottom: 12px;
}


.navbar-nav .show>.nav-link {
    color: #fff!important;
}
/* gallery  */
.gallery-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.gallery-wrap span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(5,5,5,0) 0, rgba(0,0,0,0) 0, rgba(71,71,71,0) 0, rgba(102,102,102,0) 0, rgba(28,28,28,0) 0, rgba(20,20,20,.59) 32%, rgba(13,13,13,1) 62%, rgba(3,3,3,1) 100%) repeat scroll 0 0;
}
.gallery-details-wrap li {
    margin-bottom: 30px;
}
.gallery-details-wrap li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-details-wrap img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.gallery-details-wrap span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(5,5,5,0) 0, rgba(0,0,0,0) 0, rgba(71,71,71,0) 0, rgba(102,102,102,0) 0, rgba(28,28,28,0) 0, rgba(20,20,20,.59) 32%, rgba(13,13,13,1) 62%, rgba(3,3,3,1) 100%) repeat scroll 0 0;
}

.single img {
    width: 100%;
}

.single_content p {
    text-align: justify;
    font-size: 21px;
    font-family: "Ek Mukta", sans-serif;
    line-height: 40px;
}

.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.small-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Ek Mukta", sans-serif;
}

.single_title {
    border-bottom: 3px double red;
    margin-bottom: 10px;
}

.top-part {
    background: #efefef;
    border-bottom: 1px solid #e2e2e2;
}
.tp-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-left ul {
    display: flex;
    align-items: center;
}
.tp-left ul li a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    border-left: 1px solid #e2e2e2;
    padding: 5px 15px;
    margin-top: -1px;
}
.tp-left ul li i:before {
    font-size: 15px;
    margin-right: 5px;
}

.tp-right ul {
    display: flex;
    align-items: center;
}

.tp-right ul li.facebook a {
    color: #3b5998;
}

.tp-right ul li:first-child a {
    border-left: 1px solid #e2e2e2;
}
.tp-right ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 19px;
    border-right: 1px solid #e2e2e2;
}
.tp-right ul li.twitter a {
    color: #1da1f2;
}
.tp-right ul li.instagram a {
    color: #c13584;
}

.contact iframe {
  width: 100%;
}

.story-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.bold {
  font-weight: 600;
  color: #06027d;
}
  