@import url('https://fonts.googleapis.com/css2?family=Neuton:wght@700&family=Work+Sans:wght@400;500;600;700&display=swap');

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 18px 0!important;
}
.copyrightlink{display:none!important;}
.minutes-uploader .btn{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	margin:15px 0 10px 0;
}
.minutes-uploader p{margin-bottom:0;}

.cb_template .form-group{margin-bottom:0;}
.cb_template form .form-group{margin-bottom:15px;}
.cbPoweredBy {display:none;}
.offcanvas {transition: transform .5s ease;}
.logo{max-height:40px;}
.masthead {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rc_gallery{margin-top:25px;}
a.locked:after {
  font-family: Font Awesome\ 5 Free;
    content: "\f023";
    display: inline-block;
    padding-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
font-size:.75em;
font-weight:900;
}

ul ul.small{font-size:1em!important;}
ul ul.small ul.small{font-size:0.875em!important;}

.com-content-article .icons,.item-content .icons {position:relative;background:red;}
.com-content-article .icons>div,.item-content .icons>div {position:absolute;top:-35px;right:0;}
.com-content-article .icons>div a div,.item-content .icons>div a div{display:none;}

.com-content-article p:first-of-type,.item-content p:first-of-type {margin-top:25px;}
/*  typography */
body {
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333;
  background-color: rgb(245 245 245);
  overflow-x: hidden;
}
body {

}
p {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
  color: #131313;
  font-family: "Neuton", serif;
  font-weight: 700;
  line-height: 1.3;
}

h1{font-size: 36px;}
h2{font-size: 28px;}
h3{font-size: 22px;}
h4{font-size: 20px;}
h5,h6{font-size: 16px;}
@media (max-width: 991px) {
  h1{font-size: 30px;}
  
}
@media (max-width: 767px) {
  h1{font-size: 26px;}
  h2{font-size: 24px;}
  h3{font-size: 20px;}
}




/* Button style */
.btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-transform:uppercase;
  
  transition: 0.2s ease;
}
.btn:hover, .btn:active, .btn.active, .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-primary {
  background: rgb(111 175 30 / 90%);
  color: #fff;
  border-color: rgb(111 175 30 / 90%);
  padding: 10px 20px;
  border: 1px solid;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active .btn-primary:focus, .btn-primary.focus{
  background: rgb(111 175 30 / 100%) !important;
  border-color: rgb(111 175 30 / 100%) !important;
  color: #fff;
}

.btn-outline-primary {
  background: transparent;
  color: #6faf1e;
  border-color: #6faf1e;
  padding: 10px 20px;
  border: 1px solid;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active .btn-outline-primary:focus, .btn-outline-primary.focus {
  background: #6faf1e !important;
  border-color: #6faf1e !important;
  color: #fff;
}
.btn-sm {
  font-size: 14px;
  padding: 10px 25px;
}

.form-control,.btn{
	border-radius:0!important;
}
.form-control{
    border-radius: 0;
    min-height: 50px;
    padding: 10px 15px;
}
.mod-login__userdata .form-group{margin-bottom:15px;}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

.section {
  padding-top: 30px;
  padding-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.rounded {
  border-radius: 6px !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .no-gutters-lg {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-lg > .col, .no-gutters-lg > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}


.navigation {
  background-color: transparent; background-color:#fff;
  border-bottom: 1px solid #ececec;
}
.navigation .navbar { 
  padding: 25px 0;
}
@media (max-width: 767px) {
  .navigation .navbar {
    padding: 15px 0;
  }
}
.navigation .navbar-nav {
  flex-direction: row;
}

.navigation .navbar-nav:hover .nav-item::after,
.navigation .navbar-nav:hover .nav-item a:not(:hover) {
  opacity: 0.5;
}
.navigation .nav-item {
  margin: 0;
  position: relative;
}
.navigation .nav-item::after {
  position: absolute;
  content: "/";
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation .nav-item a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.navigation .nav-item.active a,.navigation .nav-item.current a {
  font-weight: 700;
  text-decoration: underline;
}
.navigation .nav-item:last-child::after {
  display: none;
}

.navigation .navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #000;
  transition: 0.3s ease;
}
.navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navigation .navbar-light .navbar-nav .nav-item a {
  color: #19234C;
  font-weight: 500;
  padding: 15px 20px;
}
.navigation .navbar-light .navbar-nav .nav-item a:hover {
  color: #000;
}
.navigation .top-right {
  max-width: 450px;
}
@media (max-width: 767px) {
  .navigation .top-right {
    display:none;
  }
}
@media (max-width: 992px) {
.sidebar-left {
    display: none;
}
.logo{max-height:30px;}
}

.sidebar h3{margin-bottom:15px;}
ul.mod-menu{}
ul.mod-menu__sub{margin-left:15px;}
.sidebar ul.mod-menu>li.nav-item:not(:last-child){
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
}
.sidebar li.nav-item a{
	display:block;
	text-decoration:none;
	color: rgba(0, 0, 0, .65);
	padding:5px 0;
	font-weight:500;
	line-height:1.2;
}
.sidebar li.nav-item a:hover,
.sidebar li.nav-item.current>a
{
	color: rgba(0, 0, 0, .85);
	font-weight:700;
}
.sidebar-left ul.mod-menu__sub li ul.mod-menu__sub {display:none!important;}
.sidebar-left ul.mod-menu__sub li.active.parent ul.mod-menu__sub {display:block!important;}

.navbar-footer {
  justify-content: center;
  flex-wrap: wrap;
}
.navbar-footer .nav-item {
  margin: 10px 0;
}
.navbar-footer .nav-item .nav-link {
  color: #fff;
}

/* blog */
.pagination {
 
}
.pagination .page-item .page-link {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #ececec;
  text-align: center;
  margin: 0 4px;
  font-weight: 500;
  color: #131313;
  padding: 0;
  line-height: 41px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  box-shadow: none;
  background: #6faf1e;
  color: #fff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item.active .page-link {
  background: #6faf1e;
  color: #fff;
  border-color: #6faf1e;
}

.section blockquote {
  border-left: 4px solid #6faf1e;
  padding: 20px;
  margin: 20px 0;
}
.section blockquote p {
  margin-bottom: 0;
  color: #333;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}
.section pre {
  padding: 10px 20px;
  background: #F6F6F6;
}

/* widget */
.sidebar-right .widget-blocks {
  padding-left: 20px;
}
.sidebar-left .widget-blocks {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .widget-blocks {
    padding-left: 0;
  }
}
.widget-blocks .row > .col:last-child .widget, .widget-blocks .row > [class*=col-]:last-child .widget {
  margin-bottom: 0 !important;
}

.widget {
  margin-bottom: 35px;
}
.widget-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .widget-body-sm {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .widget-body {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .widget-body {
    padding: 15px;
  }
}
.offcanvas-body .sidebar{font-size:125%!important;}
.copyright {
  background-color: #0e0e0e !important;
  color: #ececec!important;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

footer .section {
  padding: 45px 0;
}
footer p{
	color: #ececec!important;
	padding: 20px 0 0 0;margin:0;
	font-size: 16px;
}

.navbar-footer .nav-link:hover {
  color: #4e9917;
  text-decoration: underline;
}

.form-control {
  border-radius: 0;
  min-height: 50px;
  padding: 10px 15px;
}
.form-control:focus {
  border-color: #131313;
  box-shadow: none;
}

.item-content{margin-bottom:35px;}
.page-header a{text-decoration:none;color:inherit!important;}

.pagenavigation{border-top:1px solid #ddd;margin-top:30px;padding-top:20px;}
.pagenavigation a.btn{width:50%;}
.pagenavigation a.btn-secondary:hover {
    color: #fff;
    background-color: #6faf1e;
    border-color: #6faf1e;
}

p.readmore{border-bottom:1px solid #ddd;margin-bottom:20px;padding-bottom:20px;}
p.readmore a.btn.btn-secondary{
	color: #131313;
    font-weight: 500;
    text-transform: none;
	background:transparent;
	border:0;
	text-align:left;
	padding-left:0;
	
}
