*
{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
  p
  {
    font-family: sans-serif !important;
    line-height: 160% !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    margin-bottom: 1rem;
    color: #575757;
  }
  .list-none
  {
    list-style: none;
  }

/* nav{
    height: 50px;
    background-color: #333;
} */
.nav-logo img
{
    width: 250px;
}
.hero-image {
    background-image: linear-gradient(rgba(32, 32, 32, 0.8), rgba(38, 38, 38, 0.8)), url("../img/banner4.jpg") ;
    height: 650px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
  }
 
   @media only screen and (min-width: 400px) {
    .hero-image {
      width: 100%;
      /* height: auto; */
      background-image: linear-gradient(rgba(32, 32, 32, 0.8), rgba(38, 38, 38, 0.8)), url("../img/banner4.jpg") ;
    }
  }
  
  .hero-text {
    text-align: center;
    /* width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    margin-top: 55px;
    color: white;
  }
  .p-10
  {
    padding-top: 80px;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: rgb(253, 253, 253);
    background-color:#f93e0b;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #c52929;
    color: white;
  }
  .form-control-search {
    display: block;
    width: 80%;
    padding: .99rem .991rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-gray1
{
    font-size: 18px;
    line-height: 35px;
    color: #cbcbcb !important;
}
.box
{
  border: 2px solid #111111;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 10px 10px;
  /* margin-top: 30px; */
  background-color: #f6f6f6;
  
}
.margin-bottom
{
  margin-bottom: 50px;
}
.text-muted {
  color: #fefefe !important;
}
.font-b
{
  font-weight: 500;
}
.font-01
{
  font-size: 15px;
}
.font-1
{
  font-size: 18px;
}
.font-2
{
  font-size: 22px;
}
.font-3
{
  font-size: 25px;
}
.font-4
{
  font-size: 3rem;
  font-family: Publico, Times, serif;
}
.text-b
{
  color: #081e89;
}
.mx-010
{
  margin-left: -20px;
}
 .hero-text h1
{
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 48px;
}

.footer-absolute
{
    position:absolute;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: red; */
    color: white;
    text-align: center;
    /* margin-top: 50px !important; */
  }
  .cont-img {
    position: relative;
    text-align: center;
    color: white;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
   .text-block {
    position: absolute;
    bottom:80px !important;
    right: 10px;
    / background-color: black; /
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
.logo-text
{
  padding-top: 46px;
  font-size: 17px;
 
}
.btn-orange
{
  background-color: #f93e0b;
}
.hr-vertical
{
  border-right: 1px solid #0e1b5f;
  /* height: 5px; */
  padding-top: 20px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.text-blue
{
  color: #0e1b5f;
  margin-bottom: 50px;
  font-size: 40px;
}
.text-blue-cat
{
  color: #0e1b5f;
  font-size: 27px;
}
.text-blue-1
{
  color: #545455;
  margin-bottom: 50px;
  font-size: 28px;
}
.font-bold
{
  font-weight: 700;
}
.text-h
{
 font-size: 40px;
}
.bg-blue
{
background-color: #0e1b5f;
}
@media only screen and (max-width: 460px) {
  /* For tablets: */
  .flex-container .box3
  {
   flex-direction: row;
   padding-bottom: 10px;
  }

}
.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container .box3 {
  /* margin: 10px; */
  padding-bottom: 10px;
}
@media (max-width: 460px) {
  .flex-container {
    flex-direction: column;
  }
}
.bg-purpal
{
  background-color: #0e1b5f;
}
.category-search
{
    border: 1px solid #f93e0b;
    width: 100%;
    height: 38px;
    border-right: none;
    padding: 10px;
    margin: 0px;
    /* background-image: url(../img/search-symbol.png); */
    background-position: 98% 10px;
    background-repeat: no-repeat;
    outline: none;
}
.box4 button
{
  margin-left:-2px ;
}
.btn1{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #f93e0b;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bg-orange
{
  background-color: #f93e0b;
}
.bg-orange-art
{
  background-color: #f93e0b;
  color: #fff;
  padding: 5px;
  font-size: 28px;
  position: absolute;
  top: -30px;
  left: -100px;
  width: 220px;

  
}
.border-art
{
  border: 2px solid #f93e0b;
  margin-left: 0px;
  margin-right: 0px;
}

.flex-container-cat {
  display: flex;
  flex-direction: column;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (min-width: 800px) {
  .flex-container-cat {
    flex-direction: row;
  }
}
.border
{
  border: 1px solid #111111;
}
.text-orange
{
  color: #f93e0b;
  font-weight: 700;
}
.form-label 
{
  font-size: 14px !important;
}
.form-control
{
  font-size: 14px !important;
}
.form-select
{
  font-size: 14px !important;
}
label
{
  font-size: 14px !important;
}
.card-text
{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.card-img-top
{
  width:auto;
  height: 10rem;
}
.card
{
   box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.273) !important;
}
.card:hover
{
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.05); 
}
/* search bar start */
#search-wrapper{
  display: flex;
  border: 1px solid #f93e0b;
  align-items: stretch;
  /* border-radius: 5px; */
  background-color: #fff;
  overflow: hidden;
  /* max-width: 700px; */
  /* box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.273);
  /* box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.273); */
  
  }
  #search{
      border:none;
      width:780px;
      font-size: 15px;
  }
  #search:focus{
      outline: none;
  }
  .search-icon{
      margin: 10px;
      color:rgba(0, 0, 0, 0.564);
  }
  #search-button{
      border:none;
      cursor: pointer;
      color:#fff;
      background-color:#f93e0b;
      padding: .375rem .75rem;
  }
/* search bar end */
/* nav bar start */

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  background-color: #f93e0b !important;
  color: #ffff !important;
  /* padding: 5px; */
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 252 252 / 90%) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(249 249 249) !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .1);
  border-color:rgba(0, 0, 0, .8); 
}
.nav-link {
  display: block;
  padding: 2px 10px !important;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 4.2rem !important;
      padding-left: .5rem;
  }
}
/* nav bar end */
/* hr design start */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  &:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  &:after {
    content: attr(data-content);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 3.5em;
    background-color: #131313;
  }
}
/* hr design end */
.bg-ad1
{
  background-color: #fff;
  padding: 2px;
  width: 100%;
  margin-top: 1px;
}
.bg-ad2
{
  background-color: #a7a8a8;
  padding: 20px;
  height: 200px;
  width: 100%;
  margin-top: 10px;
}
.bg-ad3
{
  background-color: #fff;
  padding: 2px;
  width: 100%;
  margin-top: 1px;
}
/* .art-bg
{
  background-color: #c52929;
  height: 300px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
} */
.news-text
{
  color: #0e1b5f;
  font-size: 22px;
}
.bg-news
{
  background: #15315A;
/* background-image: url(../img/society.png); */
  border-radius: 10px;
  padding: 10px;
}

/* aticals start */
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #7f8081;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 100%;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 5px 10px 0px 10px;
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #e9e9e9;

  &:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }

}


/* artical end */
.hr-m
{
  margin-top: -15px;
  margin-bottom: 10px;
}
/* .mt-mins{
  position: absolute;
  top: 180px;
  left: 490px;
}
@media( max-width:460px) {
  .mt-mins{
      position: absolute;
      top: 100px;
      right: 200px;
  }
  
} */


.add-3
{
  position: absolute;
  top: 280px;
  left: 23px;
  width: 100%;
}


@media (max-width: 460px) {
  .add-3
  {
    position: absolute;
    top:auto;
    right: -5px;
    width:100%;
  }
}
.news-img
{
  width: 350px;
}
.article-img
{
  width: 100%;
  border-radius: 5px;
}
.add-image
{
  width: 300px;
  position: relative;
}
.g-add-img
{
  width: 100%;
  display: block;
  margin: auto;
}
.content
{
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content:center;
  align-items: start;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
  padding: 10px;
}
.content:hover
{
  opacity: 1;
}
.content h1{
  font-size: 20px;
  color: #fff;
  
  
}
.content p{
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #fff;
}
.content > *{
  transform: translateY(20px);
  transition: transform 0.6s;
}
.content:hover > *{
  transform: translateY(3px);
}
.red-hr
{
  background-color: #c52929;
}

.d1flex
{
  width: 180px;
}
.d2flex
{
  width: 350px;
}
.mr-t-5
{
  margin-top: -10px;
}
.text-d-none li{
  margin-left: -10px;
}
/* li::marker {
  color: #f93e0b;
} */
