@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap');
html,body
{
font-family: 'Mulish', sans-serif;
 padding: 0;
  margin: 0px;
  line-height: 30px;
  color: #121212;
  letter-spacing: 0.4px;
  scroll-behavior: smooth;
}
header
{
    padding-bottom:40px;
}
.header1 .header-menu ul li
{
    padding: 0 13px;
}
.header-menu
{
    margin: 10px 0;
    padding: 0 25px;
}
.header-menu ul li
{
    padding: 0 30px;
}
.header-menu li a
{
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
}
header .nav-link {
    display: block;
    padding: 20px 1rem;
    font-size: 18px;
    font-weight: 600;
}
.nav-item a:hover
{
     color: #0018b1!important;
     width: 100%;
}
a:hover p
{
     color: #0018b1!important;
}
.bg-dark a:hover p
{
    color: #fff !important;
}
header>ul>li>a:hover .nav-ite:before {
    width: 100%;
}
.nav-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  color: #0018b1!important;
  background-color: #0018b1;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  color: #0018b1!important;
  background-color: #0018b1;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar-nav .nav-item.active>.nav-link 
{
   background: none !important;
}
.menu .whitebg
{
    background: #fff;
    color: #000;
    padding:40px 0px;
}
.navbar-brand
{
    width: 250px;
}
.side_fixed
{
   position: fixed;
    top: 100px;
    right: 0;
    left: auto;
}
/*owl slider*/
.nav-button {
  display: none;
}
button:focus
{
    outline: none !important;
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color:#333;
display: inline-block;
zoom: 1;
display: inline;
margin: 5px;
padding: 8px 10px;
font-size: 25px !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color:#fff !important;
border: 1px solid rgba(191,190,190,0.12);
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}
.owl-theme .owl-nav [class*='owl-']:hover
{
   color: #000 !important; 
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
  color: #000 !important;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.owl-carousel .owl-prev {
  left: -10px;
}
.owl-carousel .owl-next {
  right: -10px;
}

/*End owl slider*/  
.bg
{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 60px;
}
.bgtitle
{
    font-size: 45px;
    font-weight: 800;
    padding-bottom: 10px;
}
.img_fit_height
{
    object-fit: cover;
    height: 100vh;
    height: calc(100vh - 70px)!important;
}
.overlayblog
{
    position: absolute;
    bottom: 10px;
    background: rgb(0 0 0 / 19%);
    color: #ffffff;
    width: 100%;
    padding: 70px 70px;
}
.overlayblog .h1
{
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
}
.m-c
{
    max-width: 1300px !important;
}
img{
    width: 100%;
    height: auto;
}
.fit_img
{
    height: 38.5vh;
    object-fit: cover;
}
.img_radies
{
    border-radius: 15px;
}
.category_font a
{
    background-color: #0018b1;
    color: #fff;
    font-size: 15px;
    display: inline;
    padding: 6px 10px;
    border-radius: 10px;
}
.category_font1 a
{
    background-color: #fff;
    color: #000;
    font-size: 15px;
    display: inline;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 600;
}
.nextbtn
{
    background-color: #0018b1;
    color: #fff;
    font-size: 17px;
    display: inline;
    padding: 15px 35px;
    border-radius: 10px;
    text-align: center;
}
.previewbtn
{
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    font-size: 17px;
    display: inline;
    padding: 15px 35px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    margin: 0 60px;
}
a:hover.nextbtn
{
    color: #fff;
}
.dec
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.icon
{
    font-size: 18px;
    color: #0018b1;
}
.f-15
{
    font-size: 15px;
}
.f-18
{
    font-size: 18px;
}
.f-20
{
    font-size: 20px;
}
.letter a
{
    font-size: 22px;
    color:#0018b1;
    font-weight: 600;
}
h3 strong
{
    font-size: 20px;
    font-weight: normal;
}
.newsbtn
{
    padding: 7px 32px;
    border-radius: 10px;
    border: none;
    margin: 4px 0;
}
/*inner page style*/
p
{
    font-size: 18px;
}
h2
{
    font-size: 30px;
}
.ham,.menu {
    display: none;
   }
.header-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.sticky {
    position: fixed;
   animation: fadeInDown .5s;
}
ul li
{
    list-style: none;
}
b
{
    font-weight: bold;
}
/*footer*/
.footer_copy
{
    background-color: #ff0032;
}
/*end footer*/
h2, p{color:#000;}
 .navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: none;
}

footer
{
    background-color: #fff;
    color: #000;
    padding: 0px 0px 0 0;
}
footer a
{
    color: #000;
    font-size: 18px;
    padding: 10px 30px 0 0;
    line-height: 30px;
}
footer a:hover
{
    color: #0018b1 !important;
}
footer p
{
    color: #000;
    font-size: 16px;
    margin: 0px;
    border-top: 2px dashed #0018b178;
    padding: 10px;
}
.form-control
{
    font-size: 15px;
    margin: 5px 0px;
}
.borderbtn_submit
{
     background: #0018b1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    border: none;
}
/*captch style*/
#captchaBackground {
 height: 220px;
 width: 250px;
 background-color: #2d3748;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}
#captchaHeading {
 color: white;
}
#captcha {
 height: auto;
 width: 100%;
 font-size: 30px;
 letter-spacing: 30px;
 margin: auto;
 display: block;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0px;
}
.center {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.error
{
    color: red;
    font-size: 13px;
}
#submitButton {
    border: 0px;
    font-weight: bold;
}
#refreshButton {
 border: 0px;
 font-weight: bold;
 margin: 30px 0px;
 position: absolute;
}
#textBox {
 height: 40px;
}
.incorrectCaptcha {
 color: #FF0000;
}
.correctCaptcha {
 color: #7FFF00;
}
/*End captch style*/

@media only screen and (max-width: 990px) 
{
   /*mobile menu*/
    button:focus
    {
        border: none !important;
        outline: none !important;
    }
    .navbar-brand
    {
        width: 30%;
    }
    .ham {
      position: fixed;
      /* keep the hamburger button above everything */
      z-index: 1000;
      top: 25px;
      right: 1rem;
      width: 2rem;
      height: 0rem;
      background:none;
      cursor: pointer;
      border: none;
      display: block;
    }
    .menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100vh;
     /* background: #fff;*/
      color: #000;
      transform: translate(100%);
      transition: transform 0.5s;
      list-style: none;
      padding: 1.5rem 0px;
      z-index: -999;
      display: block;
      overflow-y: scroll;
    }
    .showMenu {
      transform: translate(30%);
    }

    .showMenu a{
      padding: 5px 0;
      line-height: 30px;
      color: #000;
      font-size: 18px;
    }
    .showMenu li {
        list-style: none;
        border-bottom: 1px solid #00000014;
        margin: 0;
        padding: 5px 25px;
    }
    .menu li
    {
      padding: 5px 25px;  
    }
    .menuLink {
      display: inline;
      font-size: 25px;
      color: white;
      text-decoration: none;
      text-align: center;
      /*transition: transform 1.8s;*/
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .menuLink:hover {
      text-decoration: underline;
    }
    .hamburger .line{
      width: 25px;
      height: 2px;
      background-color: #0018b1;
      display: block;
      margin: 4px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .hamburger:hover{
      cursor: pointer;
    }
    #hamburger-1.is-active .line:nth-child(2){
      opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1){
      -webkit-transform: translateY(5px) rotate(50deg);
      -ms-transform: translateY(5px) rotate(50deg);
      -o-transform: translateY(5px) rotate(50deg);
      transform: translateY(5px) rotate(50deg);
          background-color: #0018b1;
        height: 2px;
    }

    #hamburger-1.is-active .line:nth-child(3){
      -webkit-transform: translateY(-8px) rotate(135deg);
      -ms-transform: translateY(-8px) rotate(135deg);
      -o-transform: translateY(-8px) rotate(135deg);
      transform: translateY(-8px) rotate(135deg);
          background-color: #0018b1;
        height: 2px;
    }
   .menuLink a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  color: #0018b1!important;
  background-color: #0018b1;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.menuLink a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menuLink a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  color: #0018b1!important;
  background-color: #0018b1;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.menuLink a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*End mobile menu*/
}
@media screen and (min-width: 200px ) and (max-width: 500px)
{
    .header-menu
    {
        display: none;
    }
    .navbar-brand
    {
        width: 180px;
    }
    .top_mobile
    {
            top: 300px;
    }
    .side_fixed
    {
       position: relative;
        top: 50px;
        right: 0;
        left: auto;
        z-index: 0;
    }
    .img_fit_height {
        height: 50vh;
        height: calc(50vh - 70px)!important;
    }
    .overlayblog
    {
    padding: 20px 20px;
        bottom: 10px;
    }
    .overlayblog .h1 {
    font-size: 30px;
    line-height: 40px;
    }
    .owl-theme .owl-nav
    {
            margin-top: -200px !important;
    }
    .display-4 {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
    .bg
    {
        padding: 60px 0;
    }
    .bgtitle
    {
        font-size: 30px;
    }
    .mobile-dispaly
    {
        display: none;
    }
    .f-35
    {
        font-size: 18px;
    }
    .f-30
    {
        font-size: 20px;
        padding:10px ;
    }
    .f-15
    {
        font-size: 15px;
        line-height: 20px;
    }
    .h1
    {
        font-size: 20px;
    }
    .h3
    {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h2
    {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    .pb-5, .py-5 {
        padding-bottom: 1rem!important;
    }
   .pt-5, .py-5 {
        padding-top: 1rem!important;
    }
    .mb-5, .my-5 {
        margin-bottom: 1rem!important;
    }
    .mt-5, .my-5 {
        margin-top: 1rem!important;
    }
    footer a {
        font-size: 15px;

    }
    footer p
    {
        font-size: 13px;
    }
}
@media screen and (min-width: 501px ) and (max-width: 766px)
{
    .header-menu
    {
        display: none;
    }
    .f-35 {
        font-size: 20px;
    }
    
}
@media screen and (min-width: 768px ) and (max-width: 900px)
{
   .header-menu
    {
        display: none;
    } 
    
}
/*@media only screen and (min-width: 500px) {
    .navbar-brand {
    width: 40%;
    }
 
}
@media only screen and (min-width: 600px) {
    .navbar-brand {
    width: 40%;
    }

}
@media only screen and (min-width: 700px) {
    .navbar-brand {
    width: 30%;
    }
   
}
@media only screen and (min-width: 800px) {
    .navbar-brand {
    width: 30%;
    }
   
}
*/
