* {
	margin: 0;
	padding: 0;
}

.form-control:focus {
	box-shadow: unset !important;
}

body {

   
    color: #000;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus { 
	box-shadow: unset !important;
}

.btn-primary {
	font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {
	-webkit-transition: all 0.4s ease !important;
	transition: all 0.4s ease !important;
	text-decoration: none !important;
}

ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
a:hover {
	text-decoration: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #acacac !important;
}

a:focus-visible {
    outline: unset;
}
button:focus {
    box-shadow: unset !important;
}
/* ======================used fonts====================== */

/* @font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


.green{
    color: #23a70d;
}
.yellow{
    color: #ffb22d;
}
.white{
    color: #fff;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-18{
    font-size: 18px;
}





/* header css start */
section.header {
    padding: 8px 0;
    background-image: linear-gradient( -45deg, #000000 0%, #000000 55%, #ffffff 55%, #ffffff 50%);
}
section.header-second {
    background-image: linear-gradient( -45deg, #ffb22d 0%, #ffb22d 45%, #000000 45%, #000000 50%);
}
.navbar-one .nav-link {
    padding-left: 0px !important;
    padding-right: 20px !important;
    color: #fff;
}
nav.navbar.navbar-expand-lg.navbar-one {
    padding-top: 0px;
    padding-bottom: 2px;
}
.form-group input::placeholder {
    color: #000 !important;
    font-size: 14px;
} .form-group input {
    border-radius: 0px;
    padding: 0px 10px;
    max-width: 170px;
    padding-bottom: 3px;
    min-height: 28px;
    font-size: 13px;
    color: #000;
}

.yellow-btn {
    background-color: #ffb22d;
    border: unset;
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 20px;
}
section.second-menu {
    background-color: #F2F2F2;
}

.navbar-two .nav-link {
    color: #000;
    position: relative;
    border-right: 1px solid #bdbdbd;
    padding: 8px 15px !important;
    font-size: 14px;
}

 
 
.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #eee !important;
}
 
.navbar-two .navbar-nav > li:first-child > a {
    padding-left: 0 !important;
}

ul.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}.navbar-two .nav-link:hover {
    background-color: #eee;
}nav.navbar.navbar-expand-lg.navbar-two {
    padding: 0px;
}
ul.login-register li {
    list-style-type: none;
    display: inline-block;
}
ul.login-register {
    text-align: right;
}
.login-form input {
    border-radius: 0px;
    max-width: 200px;
    padding: 4px 10px;
    min-height: 34px;
}
.site-logo {
    max-width: 170px;
    display: inline-block;
}
/* header css end */



/* content css start */

a.blog-title {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px !important;
    display: inline-block;
    font-weight: 600;
}

.borderd-btn{
border: 1px solid #23a70d;
padding: 4px 20px;
color: #23a70d;
display: inline-block;
font-size: 15px;
padding-bottom: 6px;


}

.borderd-btn:hover {
    background-color: #23a70d;
    color: #fff;
}

.big-post {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.global-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

 .global-list li {
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 1px dotted #BEBEBE;
    margin-bottom: 10px;
    font-style: italic;
}
ul.global-list a {
    color: #000;
    font-size: 16px;
}
.list-stories {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.list-none li{
    list-style-type: none;
}
.tab_news_grid img {
    margin-bottom: 10px;
}
.list-stories:hover {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.banner-post-content p {
    color: #ffffff;
    font-size: 20px;
    max-width: 60%;
    font-weight: 600;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 28%);
    font-style: italic;
}.banner-post {
    position: relative;
}
.banner-post-content {
    position: absolute;
    bottom: 0px;
    background-color: #00000094;
    width: 100%;
    left: 0px;
    padding: 20px;
}

 .borderd-btn.white-btn {
    border: 1px solid #ffffff;
    color: #fff;
}

.black{
    color: #000;
}


.navbar-fixed-top.scrolled {
   
    transition: background-color 200ms linear;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 10px 10px -10px rgb(33 35 38 / 10%);
}
.footer-logo img {
    filter: brightness(0) invert(1);
}
.navbar-one .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.navbar-one.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-one.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.client-box {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.check-list li {
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 8px;
}
.check-list li:before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    color: #006c31;
    left: 0px;
}
.check-list {
    position: relative;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}.accordion-button:not(.collapsed)::after {
  
    filter: brightness(0) invert(1);
}
/* content css end */

.filter_btn {
    padding: 6px 10px;
    color: #000 !important;
    background-color: #f2f2f2;
    border: none;
    text-transform: capitalize;
}
.filter_column {
    display: none;  
    }
   
    .show_filter {
    display: block;
    }
    /* Style the buttons */
    .filter_btn.active {
        background-color: #ffb22d !important;
        color: #fff !important;
    }

/* single blog css start */
.spot-table {
    background-color: #fbfbfb;
    padding: 20px;
}

 .btn.btn-primary {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding-bottom: 8px;
}

.registration-form {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 25px;
    border-radius: 5px;
}


.admin_login_btn {
    background-color: #ffb22d;
    border: unset;
    padding: 5px 25px;
    padding-bottom: 10px;
}
.custom_tabs_news .nav-link.active {
    background-color: #ffb22d !important;
    color: #fff;
}
.custom_tabs_news .nav-link {
    margin: 1px;
    border: unset !important;
    background-color: #f2f2f2;
    border-radius: 0px;
    color: #000;
}.custom_tabs_news {
    border: unset;
    margin-bottom:25px;
}.tab_news_grid {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
}



.login_logo { max-width: 200px; }
/* single blog css end */











/* footer css start */
section.footer {
    background: #000;
    padding:40px 0;
}

h3.footer-title {
    font-size: 16px;
    color:#ffb22d;
    margin-bottom: 10px;
}
ul.footer-menu a {
    color: #999999;
    font-size: 14px;
}

section.copyright {
    background-color: #ffb22d;
    padding: 10px 0px;
}
.row.footer-row .col:first-child {
    flex: 1.5;
}.footer-logo {
    max-width: 170px;
}
ul.copyright-menu a {
    color: #ffffff;
    font-size: 14px;
}

ul.copyright-menu li {
    display: inline-block;
    padding-left: 15px;
}
/* footer css end */














/* mobile css start */
@media(max-width:768px){
    .mb-25{
        padding-bottom: 25px;
    }
    .row.footer-row .col-md-2{
        padding-bottom: 25px;
    }.row.footer-row .col-md-3 {
        padding-bottom: 25px;
    }
    
    .banner-post-content p{
        max-width: 100%;
    }
    .banner-post-content {
        position: relative;
        background-color: #000000;
       
    }
}
/* mobile css end */