@font-face {
    font-family: 'Worfield';
    src: url(../fonts/worfield-font.otf);
}

body {
  font-family: 'Poppins', sans-serif;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

::selection {
background-color: #1bc152;
color: #fff;
}

button:focus {
    outline: none !important;
}

h1 {
    font-size:24px;
}

h2 {
    font-size:20px;
}

h3 {
    font-size:18px;
}

p, li {
    font-size:14px;
}

.post p {
    overflow-wrap: break-word;
}

.fixednav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}

hr {
    margin-top:0px;
    margin-bottom:0px;
}

main {
    margin-top:99px;
}

.navbar {
    padding:0.4rem 1rem;
}

h2.looph2 a{
 color:#000;
}

h2.looph2 {
margin-bottom:5px !important;
  margin-top:5px;
}

.author a, .comments a {
    color:#1bc152;
}

.author-name-bio {
font-size:20px;
  margin-top:15px;
}

.author-name-bio a {
    color:#1bc152;
}

p.blogcata a, div.catbc a {
color: #1bc152;
}

.wp-block-categories-list {
list-style:none;
padding:0px
}

li.cat-item {
margin-bottom: 5px;
}

li.cat-item a {
color:#1bc152
}

p.comment-form-comment textarea#comment {
  resize:none;
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p.comment-form-author input#author {
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p.comment-form-email input#email {
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.comment-body {
    margin-bottom:15px;
}

div.comment-author {
    margin-bottom:10px;
}

div.comment-author cite.fn {
    font-size: 18px;
    font-style: normal !important;
    font-weight: bold;
}
.comment-meta { 
display:none; 
}

li.depth-2, li.depth-3, li.depth-4, li.depth-5 {
  padding-left: 10px;
}

div.comments p.form-submit input#submit {
    background: #1bc152;
    border: none;
    color: #fff;
    text-transform:uppercase;
  font-weight:600;
}

div.comments p.form-submit input#submit {
    padding: .375rem .75rem;
}

div.comments ul {
 list-style:none;
 padding: 0px;
}

.navbar-toggler-icon {
    width: unset;
    height: unset;
}

a.navbar-brand {
    font-family: 'Worfield';
    color:#fff !important;
    font-size:42px;
}

a.navbar-brand:hover {
    color:#1bc152;
}

#mobrand {
    display: none;
}

.bg-primary-dark {
background:#000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size:14px;
}

.content-space-1 {
padding-top: 2rem!important;
padding-bottom: 2rem!important;
}

.content-space-2 {
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}


.btn-primary {
background-color: #000 !important;
border-color: #000 !important;
color:#fff !important;
}

.btn-secondary {
    background-color:#1bc152 !important;
    border-color:#1bc152 !important;
}

.btn-secondary:hover {
    color:#fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%) !important;
}

a:hover {
text-decoration:none !important;
color: #1bc152 !important;
}

.dropdown-toggle::after {
  border: none!important;
}

.aunderline a {
    color:#212529;
}

p.socialicons {
    font-size:20px;
}

a.nav-link i {
font-size:12px;
}

.bg-dark {
    background:#000!important;
    line-height: 0.75;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1bc152 !important;
}

#titlearea a:hover {
    color: #1bc152 !important;
}

li.dropdown {
cursor:pointer;
}

.aunderline a {
text-decoration:underline;
}

.aunderline a:hover {
text-decoration:underline !important;
}

#titlearea a {
color:#fff !important;
}

.jumbotron {
    margin-bottom:0px !important;
    border-radius:0px !important;
}

.jumbotron-home {
    padding:150px 0;
}

.jumbotron-home h1 {
font-size:40px;
color:#000 !important;
}

.jumbotron-home p {
font-size:18px;
color:#000 !important;
}

.footerc2abtn {
    padding:15px;
    float:right;
}

.footerc2atext {
    margin:0px;
}

.footerlegal {
    float:right;
}

.contactpage a {
    color:#212529;
}

textarea {
    resize:none;
}

.wpcf7-submit {
    font-size: 14px;
}

.form-control {
    font-size:14px;
}

.form-control:focus {
    border-color:#1bc152!important;
    box-shadow: 0 0 0 0.2rem rgb(122 172 172 / 25%);
}

.btn-primary.focus, .btn-primary:focus {
    border-color:#1bc152!important;
    box-shadow: 0 0 0 0.2rem rgb(122 172 172 / 25%); 
}

#mobilefilter {
    display:none;
}

@media (min-width: 576px) {
.jumbotron {
    padding: 2rem 2rem !important;
}
}

@media (max-width: 767px) {
.carouselpadding {
    margin-top:10px;
}
#abovefooterc2a {
    text-align: center !important;
}
.footerc2abtn {
    float:none;
}
.footerc2atext {
    margin-bottom:10px;
}
.footerlegal {
    text-align: center;
    float: none;
}
.footercenter {
    text-align: center;
}
.footercol {
    margin-bottom: 50px;
}
.servicescol {
    margin-top: 25px;
}
.jumbotron-home {
    padding:125px 0;
}
.jumbotron-home h1 {
font-size:36px;
}
.jumbotron-home p {
font-size:16px;
}
.aboutimg {
    margin-bottom:15px;
}
#mobilefilter {
    display:block;
}
}

footer a{
color:#fff !important;
}

.fs16 {
    font-size:16px;
}

.fs12 {
    font-size:12px;
}

.navbar-light .navbar-toggler {
    border: none !important;
    color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: none !important;
    font-size:25px;
}

a.phonenumber {
font-size:20px;
color: #fff;
}

div.mobile-phone-button a, div.desktop-phone-button a{
    padding: 0.5rem 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    vertical-align: middle;
}

div.mobile-phone-button {
display:none;
}

.dropdown-item {
    font-size:14px;
    font-weight: normal;
    color:#fff;
    padding: 6px 10px;
}

.dropdown-item:focus {
    color:#1bc152;
}

.dropdown-menu {
    background: #000;
    border: 1px solid #2c2c2c;
    border-radius: unset;
}

.ddmargin {
    margin-top: 5px;
}

@media (max-width: 1200px) {
main {
    margin-top:96px;
}
.navbar-light .navbar-nav .nav-link {
    font-size:12px;
}
a.nav-link i {
    font-size: 9px;
}
.dropdown-item {
    font-size: 12px;
}
}

@media (max-width: 991px) {
main {
    margin-top:53px;
}
a.nav-link i {
    font-size: 12px;
}
#mobrand {
    display: block;
}
div.mobile-phone-button {
display:block;
}
div.desktop-phone-button {
display:none;
}
#topbar {
    display:none;
}
.navbar-collapse {
    margin-top:15px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
.dropdown-item {
    font-size:16px;
}
.dropdown-menu {
    border: unset;
}
#reqaquo {
    margin-top: 20px;
}
#reqaquo2 {
    margin-bottom: 20px;
}
#mobilenav {
    overflow: auto;
    max-height: 65vh;
}
.flex-sm-row {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.ddmargin {
    margin-top: 0px;
}
}

.tabbed-content {
    overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
}

.tabbed-content a {
    color:#212529;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
background: none !important;
}

.w100 {
width:100%;
}

#abovefooterc2a div.row {
padding: 50px 0;
}

#abovefooterc2a p {
font-size:24px;
font-weight:500;
color:#fff !important;
}

.nomargin {
    margin:0px;
}

.mt5 {
    margin-top:5px;
}

.mt10 {
    margin-top:10px;
}

.mt15 {
    margin-top:15px;
}

.mt25 {
    margin-top:25px;
}

.ml5 {
    margin-left:5px;
}

.pl0 {
    padding-left: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.mb15 {
margin-bottom:15px;
}

.mb30 {
margin-bottom:30px;
}

.mb40 {
margin-bottom:40px;
}

.mb50 {
margin-bottom:50px;
}

.mt50 {
margin-top:50px;
}

.mt20 {
    margin-top: 20px;
}

.mtmb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ptpb50 {
    padding:50px 0;
}

.fs26 {
font-size:26px;
}

footer i {
padding: 0 10px;
}

.hpgreybg {
    background:#fbfbfb;
}

.btn-light {
background-color: #fff !important;
border-color: #fff !important;
}

.btn-light:hover {
color:#212529 !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
background-color: #fff;
border-color: #fff;
}

.btn-light.focus, .btn-light:focus {
box-shadow:none;
}

.grecaptcha-badge {
display:none !important;
}

button.navbar-toggler:focus {
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #1bc152;
}

.nav-pills a {
    color: #212529;
}

.nav-pills .nav-item {
    background: #fbfbfb;
    border-radius: 0.25rem;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    font-size: 12px;
}

.carousel-indicators li {
    background-color: rgba(0,0,0,.25);
}

.carousel-indicators .active {
    background-color: #1bc152;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

.typesmaterialsheading {
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color:#212529;
}

.typesmaterialsheading:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.optionsheading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: break-word;
}

#myTabGallery {
    border: 1px solid #fbfbfb;
}

.palette6 {
    background-color: #000 !important
}

#cookie-btn {
    background-color: #1bc152!important;
}

#poper {
    border-radius: 0px !important;
}

span.credit {
    display: none !important;
}

#poper {
z-index: 99999999999999 !important;
}

.card-header {
    padding: 0.5rem 0.75rem;
    font-size:14px;
}

.list-group-item {
    border:none;
    padding: 0.5rem 0.75rem;
}

.list-group-item a{
    color:#212529;
}

.list-group-item label{
    margin-bottom:0px;
    margin-left:5px;
}

.sl-overlay {
    z-index: 99999999 !important;
}

.sl-wrapper {
    z-index: 999999999 !important;
}

a.checked {
    color: #1bc152;
}

.pagination h2 {
    display:none;
}

.pagination ul {
    padding: 0px;
    margin-top: 20px
}

.pagination ul li {
    list-style:none;
    display:inline-block;
    padding: 10px;
}

.pagination ul li a {
    color: #1bc152;
    text-decoration: underline;
}

#blogpagination a {
    color: #1bc152;
    text-decoration: underline;
}