@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap');
html,body
{
font-family: 'Shantell Sans', cursive;
 padding: 0;
 margin: 0px;
 line-height: 30px;
 letter-spacing: 0.4px;
 scroll-behavior: smooth;
 background-color: white;
 color:#000;
 background-image: url(../images/bg1.jpg);
 background-size: auto;
 background-repeat:repeat;
}
.p_80
{
    padding: 50px 38px 150px !important;
}
.center_align
{
    margin: 10% auto;
}
h4
{
    color: #0074d9;
}
a
{
    color: #000;
}
.fas
{
    color: #ff4d00;
    font-size: 25px;
    padding: 7px 7px;
    background-color: #fff;
    border-radius: 47px;
    margin: 4px 0;
}
.disclaimerheading {
    font-size: 18px;
    color: #B5B5B5;
}
.disclaimertext
{
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    color: #B5B5B5;
    text-align: left;
    line-height: 20px;
    font-family: sans-serif;
    font-size: 12px;
    padding: 3px 0;
}
.mt-10
{
    margin-top: 6%;
}
.f-35
{
    font-size: 35px;
    font-weight: 600;
    background: radial-gradient(circle farthest-side at top left, #FF4D00 52%, #204497 43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0px;
}
.f-25
{
    font-size: 25px;
    font-weight: 600;
}
.f-20
{
    font-size: 20px;
}
.f-18
{
    font-size: 18px;
    font-weight: normal;
}
button:focus
{
    outline: none !important;
}
#emailErr1
{
    color: red;
}
.f-45
{
    font-size: 45px;
    line-height: 60px;
}
.readbtn
{
    
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    background-image: linear-gradient( 98deg, hsl(18deg 100% 50%) 8%, hsl(18deg 100% 50%) 49%, hsl(222deg 65% 36%) 100% );
}
.limit_post3 .limit_subpost3:nth-child(n + 4) 
{
    display: none;
}
.limit_post1 .limit_subpost1:nth-child(n + 2) 
{
    display: none;
}
.limit_postnext3 .limit_subpostnext3:nth-child(-n + 3) 
{
    display: none;
}
.last4:nth-last-child(-n+5) {
  display: none;
}
#loadicon
{
    color: #ff4d00;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}
/*main menu style*/
header
{
    padding-bottom:0px;
}
.header-menu
{
    margin: 10px 0;
    padding: 0 25px;
}
.header-menu ul li
{
        padding: 0 20px;
}
.header-menu ul li a
{
    color: #000 !important;
    font-size: 20px;
}
header .nav-link {
    display: block;
    padding: 10px 30px !important;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    /*background: #fd4d00;*/
    /*background-image: linear-gradient(to right top, #fd4d00, #f40054, #c80d83, #83389c, #204497);*/
    background-image: linear-gradient( 98deg, hsl(18deg 100% 50%) 8%, hsl(18deg 100% 50%) 49%, hsl(222deg 65% 36%) 100% );
    margin: 0 5px;
    border-radius: 10px;
}
.nav-item a:hover
{
     color: #fff !important;
}
.navbar-nav .nav-item.active>.nav-link 
{
    color: #0074d9 !important;
    font-size: 20px;
    font-weight: 600;
}
.menu .whitebg
{
    background: #0074d9;
    color: #fff;
    padding:0px 0px;
    height: 100vh;
}
.navbar-brand
{
    width: 20%;
   /* padding: 20px 100px 20px 0;*/
}
 .navbar{
    padding-top: 0;
    padding-bottom: 0;
    /*border-bottom: 1px solid #f4f4f4;*/
    box-shadow: none;
}
.navbar .nav-item .nav-link .fas
{
    padding-right: 10px;
    padding-left: 10px;
}
.navbar .dropdown-menu a {
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
}
.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    background: #0074d9;
}
.list-group-item
{
    background: none;
}
.navbar .dropdown-menu a:not(.active) {
    color: #fff;
    border-bottom: 1px solid rgb(244 248 251 / 10%);
}
/*End main menu style*/
/*mobile responsive munu bar style*/
.ham,.menu {
    display: none;
   }
.header-main {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
 }

/* End mobile responsive munu bar style*/
.mainbg a:hover
{
    color: #0074d9;
}
body a:hover
{
    color: #000;
}
body a
{
    color: #000;
}
body.dark {
    background: #0c0b0b;
    color: #fff;
}
body.dark a
{
    color: #000;
}
body.dark footer a
{
    color: #000;
}
body.dark .mainbg
{
   background: #000000; 
}
body.dark .bgcolor
{
   background: #000000; 
}
.m-c
{
    max-width: 1400px;
    justify-content: normal !important;
}
.fitimg
{
    object-fit: contain;
    height: 100px;
}

b
{
    font-weight: bold;
}
.line
{
    border-bottom: 3px solid #0074d9;
}
/*footer style*/
footer
{
    background-color:#0074d9;
    color:#fff;
    padding: 0px 0px 0 0;
    margin:40px 0px 0 0;
    background-image: linear-gradient( 98deg, hsl(18deg 100% 50%) 8%, hsl(18deg 100% 50%) 49%, hsl(222deg 65% 36%) 100% );
}
footer a
{
    color: #fff;
    font-size: 17px;
    padding: 0 50px 0 0;
    line-height: 50px;
}
footer a:hover
{
    color: #fff !important;
}
footer p
{
    color: #fff;
    font-size: 15px;
    margin: 0px;
}
footer h4
{
    margin-top: 30px;
    font-weight: 600;
    color: #fff;
}
.borderbottom
{
  border-top: 1px solid #edf1f585;
  padding: 15px 0;
}
.footer_line
{
    background: #1763af;
    text-align: center;
}
.borderbtn_submit
{
    background: #ff4d00;
    color: #fff;
    width: 100%;
    height: auto;
    border: none;
    padding: 10px 0px;
    margin: 0px;
}
.footer-text
{
    color: #fff;
    font-size: 20px;
}
.pr-100
{
    padding-right: 100px;
}
.pl-50
{
    padding-left: 50px;
}
footer ul
{
    display: flex;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
footer ul li
{
    font-size: 35px;
    list-style: none;
    margin: 0 10px;
    border: 1px solid;
    padding: 13px 15px;
    border-radius: 125px;
    /* width: 50px; */
    height: auto;
    text-align: center;
    cursor: pointer;
}
footer h1
{
    text-align: center;
}
footer .border-bottom_footer
{
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: 20px auto;
}
/*End footer style*/
.wrapper
{
    width: 20%;
}
.address
{
    font-size: 20px;
}
.form-control
{
    font-size: 15px;
    margin: 5px 0px;
    border-radius: 0;
}
/*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;
background: #fff;
}
.center {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.error
{
    color: red;
    font-size: 18px;
    padding: 15px 0px;
}
#refreshButton {
 border: 0px;
 font-weight: bold;
 margin: 15px 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: 80%;
        margin: 0 auto;
        padding: 5px 0 5px 50px;
        text-align: center;
    }
    .ham {
      position: fixed;
      z-index: 1000;
      top: 20px;
      width: 4rem;
      height: 0rem;
      background:none;
      cursor: pointer;
      border: none;
      display: block;
    }
    .menu {
      position: fixed;
      top: 65px;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      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(0%);
      background: #0074d9;
      padding: 0px;
      position: inherit;
    transition: transform 0.5s;
    }
    .showMenu a{
      padding: 5px 0 !important;
      line-height: 30px;
      color: #fff;
      font-size: 18px;
    }
    .showMenu li {
        list-style: none;
        border: 1px solid rgb(62 132 192);
        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: #fff;
      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: #fff;
      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: #fff;
      height: 2px;
    }
    header {
    padding-bottom: 25px;
    }
   
/*End mobile menu*/
    footer ul
    {
          display: inline-flex;
    }
    footer ul li
    {
        font-size: 30px;
            margin: 0 10px;
        padding: 8px 10px;
    }
    .border-bottom
    {
        margin: 15px 0;
        padding: 0px;
    }
    .f-22
    {
        font-size: 18px;
    }
   
    .disclaimerheading
    {
        margin-top: 20px;
    }
}
@media screen and (min-width: 200px ) and (max-width: 500px)
{
    body
    {
        line-height: 23px;
    }
    header
    {
        padding: 0px;
    }
    
}
@media screen and (min-width: 501px ) and (max-width: 766px)
{
    .header-menu
    {
        display: none;
    }
  
}
@media screen and (min-width: 768px ) and (max-width: 900px)
{
    .navbar-brand
    {
        width: 40%;
        margin: 0 auto;
        padding: 20px;
    }
    .menu
    {
        top: 60px;
    }
   .header-menu
    {
        display: none;
    }
   

    
}
@media screen and (min-width: 901px ) and (max-width: 1023px)
{
    
    
}
@media only screen and (min-width: 1024px) {
 
}
/*
@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%;
    }
   
}
*/


