/*------- Common Style Start -------*/
html,
body {
  font-family: 'Noto Sans', sans-serif;
  /*font-family: 'Rubik', sans-serif;*/
}
body {
  background: #ffffff;
  font-size: 16px;
  line-height: 29px;
  color: #171B29;
  width: 100%;
}
* {
  box-sizing: border-box; 
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
*:focus, *:visited, *:focus:visited, *:focus:active {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus, input:focus {
  outline: none !important;
}
img {
  border: none;
  max-width: 100%;
}
::-moz-selection {
  background: #f15d5e;
  color: #fff;
}
::selection {
  background: #f15d5e;
  color: #fff;
}
a{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*header .container, footer .container{
  max-width: 1396px;
}
header .container-s,footer .container-s {
  max-width: 1364px;
}
header .container-xs, footer .container-xs{
  max-width: 1241px;
} */
.gray-bg{
  background-color: #EBECF0;
  color: #171B29;
}
.blue-bg{
  background-color: #171B29;
  color: #FFFFFF;
}
 
.blue-bg .section-title{
  color: #FFFFFF;
}
.blue-bg .section-tagline{
  color: #FFFFFFCC;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #171B29;
}


/*------- Buttons Style Start -------*/
.btn{
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 28px;
  color: #fff;
}
.btn-blue{
  background: #1D96FF;
  border: 1px solid #1D96FF;
}
.btn-blue:hover{
  background: #171B29;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.btn-outline-white{
  background: transparent;
  border: 1px solid #FFFFFF;
}
.btn-outline-white:hover{
  background: #FFFFFF;
  color: #171B29;
}
.btn-wrapper .btn + .btn{
  margin-left: 25px;
}


/*------- Header Style Start -------*/
.html_header_transparency  #acf-header {
   /* background: transparent; */
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

#acf-header {
  background: #171a29;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
#acf-header.fixed {
  position: fixed;
  background: #171a29;
  z-index: 9;
}
.html_header_transparency  .navbar{
  padding: 45px 0 0 0;
}

.navbar{
  padding: 22px 0 0 0;
}

#acf-header.fixed .navbar {
  padding: 22px 0 0 0;
}
.navbar-main{
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#acf-header.fixed .navbar-main{
  border-bottom: 0px;
}
.navbar-brand{
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 0px !important;
  margin: 0px !important;
}
.navbar-brand:hover{
  color: #ffffff;
}
.navbar-nav .nav-link{
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 !important;
  margin-left: 45px;
}
.html_header_transparency .navbar-nav .nav-link:hover, .navbar-nav .nav-link.nav-link-act{
  color: #1D96FF;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.nav-link-act{
  color: white;
}

#acf-header.fixed .navbar-nav .nav-link:hover, #acf-header.fixed .navbar-nav .nav-link.nav-link-act{
  color: #171B29;
}
 .navbar-brand img {
    display: block;
}
/*------- Footer Style Start -------*/
footer{
  padding: 156px 0 0 0;
}
.footer-about h6{
  color: #fff;
  font-size: 20px;
  margin-bottom: 47px;
}
.footer-about p{
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 45px;
}
.footer-about ul{
  margin: 0;
  padding: 0;
  display: flex; 
  vertical-align: middle;
}
 .footer-about li a img 
 {
  vertical-align: middle;
  }
.footer-about li a{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1D96FF;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  line-height: 45px;
}
.footer-about li a img {
  width: 19px;
}
.footer-about li:last-child a{
  margin-right: 0px;
}
.footer-links h6{
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 41px;
}
.footer-links ul{
  margin: 0;
  padding: 0;
}
.footer-links li{
  margin-bottom: 15px;
  line-height: normal;
}
.footer-links li a{
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer-links li a:hover{
  color: #1D96FF;
}
.footer-links li:last-child{
  margin-bottom: 0px;
}
.foot-copyright{
  margin-top: 96px;
  padding: 55px 0 85px 0;
  border-top: 1px solid rgba(245, 245, 245, 0.25);
}
.foot-copyright p{
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.foot-copyright ul{
  margin: 0;
  padding: 0;
  display: flex;

}
.foot-copyright li{
  line-height: normal;
  margin-right: 50px;
}
.foot-copyright li:last-child{
  margin-right: 0px;
}
.foot-copyright li a{
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
}
.foot-copyright li a:hover{
  color: #1D96FF;
}

 
 

@media (max-width: 1024px) {
   
  footer {
      padding: 150px 0 0 0;
  }
  
}

@media(max-width: 991px) {
   .header-new-cust .navbar-main .navbar-toggler {
    padding: 26px 0px;
}
  .navbar-toggler img {
      width: 27px;
  }
  .navbar-toggler {
      padding: 0;
      border: 0;
      border-radius: 0;
      line-height: normal;
      position: absolute;
      top: 0;
      right: 0;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar {
      padding: 25px 0 0 0;
  }
  .navbar-collapse{
    position: absolute;
    width: 100%;
    top: 77px;
    left: 0;
    background: #fff;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
      color: #171B29;
      padding: 10px 20px !important;
      margin-left: 0;
      margin-bottom: 0px;
  }
  .navbar-nav .nav-item:last-child .nav-link{
    border-bottom: 0px;
  }
  .navbar-nav{
    padding: 0px;
  }
   
  body{
    font-size: 14px;
      line-height: 24px;
  }
  
  footer {
      padding: 120px 0 0 0;
  }
  .footer-about h6{
    margin-bottom: 20px;
  }
  .footer-about p{
    line-height: 24px;
      margin-bottom: 30px;
  }
  .footer-about li a{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 37px;
  }
  footer .justify-content-end, footer .justify-content-center {
      justify-content: initial !important;
  }
  .footer-links h6{
    margin-bottom: 20px;
  }
  .footer-links {
      margin-top: 40px;
  }
  .foot-copyright {
      margin-top: 50px;
      padding: 40px 0;
      display: inline-block !important;
      width: 100%;
      text-align: center;
  }
  .foot-copyright p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px;
  }
  .foot-copyright ul{
      display: inline-flex;
  }
   
  .navbar-collapse{
    top: 68px;
  }
  #acf-header.fixed .navbar-nav .nav-link:hover, #acf-header.fixed .navbar-nav .nav-link.nav-link-act {
      color: #1D96FF;
  }
  footer .foot-copyright {
    display: inline-block !important;
  }
}

  
@media(max-width: 575px) {
  .navbar-collapse{
    top: 68px;
  }
  #acf-header.fixed .navbar-nav .nav-link:hover, #acf-header.fixed .navbar-nav .nav-link.nav-link-act {
      color: #1D96FF;
  }
   
  footer {
      padding: 80px 0 0 0;
  }
  .foot-copyright li{
    margin-right: 30px;
  }
   
}

footer li
{
list-style: none;
}

::selection 
{
    background: #1D96FF; 
}



/*custom drop down*/
.custom_dropbtn {
  margin-left: 20px;
  width: 30px;
  background-color: transparent;
  color: white; 
  border: none;
}

.custom_dropdown {
  position: relative;
  display: inline-block;
}

.custom_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.custom_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.nav-item.custom_dropdown-content {
    background: #090B10;
}
 
.custom_dropdown:hover .custom_dropdown-content {display: block;}
 
.d-none-mobile
{
  display: none;
}
.d-none-desktop
{
  display: block;
}
@media(max-width: 1024px) {

.d-none-mobile
{
  display: block;
}
.d-none-desktop
{
  display: none;
}

}
/*End custom drop down*/

.custom_padding_footer
{
  padding: 156px 0 0 0 !important;
}
.margin-bottom-0
{ 
  margin-bottom: 0px !important;
}

@media (max-width: 991px)
{
    #av_section_1 {
      padding: 85px 0 0 0; 
  }
}

.html_header_transparency .container_wrap_first 
{
  margin-top: inherit; 
} 

.container_wrap_first {
    margin-top: 50px;
} 

#top  .sidebar {
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 0;
    float: none;
    width: auto;
    overflow: hidden;
    display: block;
    clear: none;
}
@media only screen and (max-width: 767px)
{
  .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top .sidebar {
    display: none;
  }
  .responsive #top #wrap_all .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: var(--bs-gutter-x,.75rem) !important;
    padding-left: var(--bs-gutter-x,.75rem) !important;
}
  .html_header_transparency .container_wrap_first 
  {
    margin-top: inherit; 
  } 

  .container_wrap_first {
      margin-top: 70px;
  } 
  .responsive #top .related_entries_container .av_one_eighth {
    margin: 2px 0px;
  }
  .responsive #top p {
    font-size: 14px;
}
.sharepost-card .container .d-flex {
    display: block !important;
}


}

.html_stretched #wrap_all {
    background-color: #ffffff !important;
}
/*#wrap_all #acf-header {
    position: static;
}*/
.responsive .container {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
.avia-button.avia-icon_select-no.avia-color-custom.avia-size-x-large.avia-position-left, .avia-button.avia-icon_select-yes-left-icon.avia-color-custom.avia-size-x-large.avia-position-center {
    background: #1D96FF !important;
}