/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #124600;
    --secondary: #6c6c6c;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #007bff;
    --default_link_hover: #c9c9c9;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: #c9c9c9;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ffffff;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


html {
  scroll-behavior: smooth;
}

body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover) !important;}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family:  'Lato', sans-serif;;
  font-size: 18px
}
h1, h2, h3, h4, h5, h6{
  font-family:  'Lato', sans-serif;;
  
}
.text-accent{
  font-family:  'Lato', sans-serif;;
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 130px;
    padding-bottom: 60px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 130px;
    padding-bottom: 60px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: var(--primary);
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    display: block;
    text-indent: -5000px;
 	
      
        
          background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/picture/6138/f26e/5673/4736/ac0d/8702/original_featuredlogo_K_H.png?1631122028);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 175px;
    height: 85px;
    background-size: contain;
}

div#hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    max-height: 1110px;
}
.bottom-left {
    bottom: 40px;
    left: 0;
}
.p-top {
    top: 0;
}
.hero-join {
    font-size: 70px;
    font-weight: 700;
}
form#step1form input {
    background-color: #ffffff00;
    border-top: none;
    border-left: none;
    border-right: none;
}

.custom-input {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 4px solid white;
}
.custom-input::placeholder {
    color: white;
    font-size: 30px;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    border: 3px solid;
}
#header a.network {
    color: white;
    font-size: 20px;
    margin-right: 15px;
}
.nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
}
.white-border {
    height: 91%;
    width: 3px;
    background-color: white;
    margin: 0 auto;
}
.section-title:after {
    content: " ";
    display: block;
    width: 135px;
    height: 9px;
    margin: 8px auto;
    background-color: var(--light);
}
.section-title {
    text-transform: uppercase;
    font-weight: 600;
      font-size: 50px;

}
.view-more {
    font-size: 30px;
    padding: 3px 25px;
}
.btn-outline-danger {
    border: 3px solid;
}
.card p {
    font-size: 18px;
    line-height: 23px;
}
.text-muted {
    color: #6c757d!important;
}
.btn-outline-secondary {
    border: 5px solid;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-donation {
    min-height: 855px;
  background-position: top left !important;
}
.green-overlay {
    background-color: #124600e0;
    padding: 140px 250px;
}
ul#pills-tab {
    background-color: #c9c9c9 !important;
}
.btn-light.active {
    background-color: var(--primary) !important;
    color: #fff !important;
}
.btn-light {
    color: #212529 !important;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
footer {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/themes/img/footer_bg.jpg?1631134133);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer {
    height: 900px;
}
footer a.network {
    color: white;
    font-size: 31px;
    margin-right: 13px;
}
nav#header {
    height: 100px;
}

.home-donation .btn {
    font-size: 30px;
}
.donate-title-home {
    font-size: 45px;
}
.home-social {
        padding: 20px 0px 20px 0px;
}
.utility-input::placeholder {
    color: var(--primary);
    font-size: 20px;
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.bg-donation {
     background-size: cover;
    background-position: top left !important;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}
.play-btn {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card a.shareaholic-service-parler:before {
    width: 14px;
    height: 19px;
}
section.podcast-feature {
    padding-top: 125px;
}
.home-social a.network {
    margin-right: 5px;
}
nav#header-sub .navbar-brand {
    margin-top: 20px;
}
#header {
    transition: all 1.5s ease;
      z-index: 99999;
  height: 100px;
}
#scroll-logo {
    
  opacity: 0;
}
.opacity-0{transition: all 1.5s ease; opacity:0; !important}
.opacity-1{
  transition: all 1.5s ease;
  opacity:1 !important;
  
}
#header-sub {
    height: 100px;
}








/* nav toggle code start */
.off-content {
    margin: 0 auto;
    text-align: center;
}
img.img-fluid.slide-nav-logo {
    width: 240px;
    margin-bottom: 40px;
}
.navbar-toggler {
    z-index: 999;
}
.positioner {
    padding-top: 40px;
      padding-bottom: 250px;
}
.positioner .networks {
    margin-top: 25px;
}
.row .three{
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e5000;
  color: #ecf0f1;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -85px;
}
.offcanvas-trigger {
    position: absolute;
    top: 40px;
    right: 100px;
}
.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px 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;
}
button.navbar-toggler {
    margin-top: -20px;
}
#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}
.networks a:hover {
    text-decoration: none;
}
.font-weight-bold {
    font-weight: 900!important;
}
@media (max-width: 10000px){
.offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;
}
}


@media (max-width: 10000px){
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }}
@media (max-width: 10000px){
.offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;
  }}
.bg-glass {
    
  background-color: #124600d9!important;
}
#header-sub a.network {
    color: white;
    font-size: 20px;
    margin-right: 15px;
}
nav#header-sub {
    height: 100px;
}
.btn-podcast {
    background-color: #202020;
    color: #ffffff;
    padding: 7px 10px 2px 10px;
}

span.sub-text {
    display: block;
    font-size: 18px;
}



.btn-podcast i.podcast-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    background-size: 25px auto;
    margin: 0 2px 0px 0;
    background-image: url("https://mr.cdn.ignitecdn.com/client_assets/freepressers_com/media/themes/images/listen_on_small-bc5b4bd764df8b4772c5ebbcbe09dc205c58b2cac81714f2c1d8fe1b332d5daa.svg?1588030494");
}

.btn-podcast .podcast-text {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: -3px;
    font-size: 22px;
}

.btn-podcast i.podcast-icon#apple {
    background-position: 0px 0px;
    background-size: cover;
}
.btn-podcast i.podcast-icon#google-pod {
    background-position: 0px -150px;
    background-size: cover;
}
.btn-podcast i.podcast-icon#spotify-pod {
    background-position: 0px -75px;
    background-size: cover;
}


/* custom media queries start */
@media only screen and (max-width: 1620px) {
  .green-overlay {
    padding: 140px 170px;
}
}
@media only screen and (max-width: 1299px) {
  .green-overlay {
    padding: 140px 80px;
}
}
@media only screen and (max-width: 991px) {
  .form-below-hero-mobile {
    margin-top: -90px;
    z-index: 9999;
}
  #scroll-logo {
    opacity: 1;
}
  div#hero{    margin: 99px 0 0 0;}
  #header{background-color: #124600;}
  .bottom {
    bottom: 110px;
}
  a.position-relative.shift-up.btn.btn-lg.btn-danger {
    margin-top: -150px;
}
}
@media only screen and (max-width: 576px) {
  .home-donation {
    min-height: auto;
    background-position: top left;
    padding-top: 35px;
    padding-bottom: 35px;
}
}
@media only screen and (max-width: 979px) {
  .post-foot {
    padding-bottom: 80px !important;
}
}


.modal {
    z-index: 999999;
}



.searchbar {
  margin-bottom: auto;
    margin-top: auto;
    border-radius: 40px;
    transition: background-color .4s linear;
}

.search_input {
  color: #fff;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    font-size: 15px;
    transition: width 0.4s linear;
}

button.searchButton {
  background: none;
    border: none;
    color: #fff;
    position: relative;
    transition: background-color .4s linear;
    transition: color .4s linear;
  padding-left: 0;
    margin-left: -10px;
}
.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 200px;
        caret-color: #fff;
    transition: width 0.4s linear;
}
.searchbar:hover {
    background-color: #000;
}
.deck-watch-video {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0000009c;
}

@media only screen and (max-width: 991px) {
  .searchbar {
    background-color: #000;
}
  .searchbar > .search_input {
    padding: 0 10px;
    width: 200px;
    caret-color: #fff;
    transition: width 0.4s linear;
}
  form#searchform-sM {
    margin-top: 30px;
}
}


.durham-watch-footer {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/themes/img/footer_bg_dw.jpg?1652118261);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
      height: 600px;
}

@media only screen and (max-width: 1599px) {
.durham-watch-hero{
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/picture/6279/3e3e/2f98/e00d/556a/3fe1/original_DW_hero16_9.jpg?1652112958);
      
}
}
@media only screen and (max-width: 767px) {
.durham-watch-hero{
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/picture/6279/3df6/5128/2f0d/4dea/6df5/original_DW_mobile_hero.jpg?1652112886);
      margin-top: 100px;
}
}

@media only screen and (min-width: 1600px) {
.durham-watch-hero{
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/fightwithkash/media/picture/6279/49ae/f57c/cd0d/5ccc/964b/original_heroxxl.jpg?1652115885);
      margin-top: 100px;
}
  .d-xxl-none{display: none !important;}
  .d-xxl-block{display: block !important;}
}

@media only screen and (max-width: 1000px) {
  .durham-watch-sign-up-text {
    font-size: 60px !important;
    line-height: 60px !important;
}
}
@media only screen and (max-width: 991px) {
    .durham-watch-footer {
    height: 750px !important;
}
}
@media only screen and (max-width: 850px) {
  .durham-watch-sign-up-text {
    font-size: 40px !important;
    line-height: 40px !important;
        margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
  .white-border-right {
    border-right: none !important;
}
 
}


.durham-watch-form-footer-header {
    font-size: 40px;
    font-weight: 700;
}
.durham-watch-title {
    color: #5e5e5c;
}
.durham-watch-sign-up-text {
    font-size: 70px;
    line-height: 60px;
}
.white-border-right {
    border-right: 2px solid white;
}
.dropdown-menu {background-color: #124600;top: 31px;}

.progress {height: 29px;margin: 0 0 20px 0;}

.progress-bar {background-color: #124600;}

.bar-labels {text-align: right;font-weight: 600;}


.cards-hero {
    margin-top: 100px;
}
section.cards-video {
    padding: 60px 0;
}
.cards-video-btn {
    border: 3px solid;
    font-size: 27px;
}
section.cards-buy-now {
    background-size: cover;
    background-position: center;
    padding: 110px 0;
}
.buy-now-btn {
    border: 3px solid;
    font-size: 27px;
    padding: 3px 50px;
}
section.cards-buy-now p {
    color: white;
    margin-bottom: 7px;
}
a#actions-video {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.modal-content.bg-dark {
    background-color: #0e0e0e !important;
}

.modal-content.bg-dark .card.bg-dark {
    background-color: #000 !important;
    border: 1px solid #353535;
}