*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

a{color:inherit; text-decoration: none;}
h1,h2,h3,h4,h5,h6{color: #333333;  font-family: "Space Grotesk", sans-serif;}

.h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 46px;
}

.heading.w {
    color: #fff;
}

:focus{outline: none; border:none;}
body{
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
  background: #ffffff;

}

h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
}
p {
    margin-bottom: 15px;
}
.home p {margin-bottom: 20px;}


.maindiv{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid{
  max-width: 100%;
}
.img-res{
  max-width: 100%;
  width: 100%
}
.transition{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.text-white{color: #fff;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.rounded{border-radius: 5px;}
.pt-1{padding-top: 20px;}
.pt-2{padding-top: 40px;}
.pt-3{padding-top: 60px;}
.pb-1{padding-bottom: 20px;}
.pb-2{padding-bottom: 40px;}
.pb-3{padding-bottom: 60px;}

.mt-1{margin-top: 20px;}
.mt-2{margin-top: 40px;}
.mt-3{margin-top: 60px;}
.mb-1{margin-bottom: 20px;}
.mb-2{margin-bottom: 40px;}
.mb-3{margin-bottom: 60px;}

.mb-0{margin-bottom: 0 !important;}
.row-reverse{flex-direction: row-reverse;}

/*common css end*/

.nav-header {
    position: relative;
}
.logo {
    max-width: 230px;
    position: absolute;
    left: 10px;
    top: 5px;
}
#menu-icon {
    padding-top: 28px;
    color: #002b22;
    right: 17px;
    position: relative;
    font-size: 30px;
    bottom: 14px;
}
.nav01 {
    width: 100%;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nav-header .maindiv {
    padding: 0;
}
.nav01 .menu01 li {
    margin: 12px 0;
}
.nav01 .menu01 a {
    color: #fff;
    font-weight: 500;
}
.nav01 .menu01 {
    width: 100%;
    background: #002b22;
    padding: 0 15px; 
    display: none;
}
.sub_menu {
    display: none;
    padding-left: 10px;
}
.menu01 .fa-caret-down {
    display: none;
}
.icon1 {
    position: relative;
}
.icon1:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;
    font-size: 10px;
}

.nav01 .menu01 li.apply-now {
    border: 1px solid #ffffff;
    padding: 5px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.nav01 .menu01 li.apply-now a {
    color: #248e38;
}
.logo img {
    height: 50px;
}



.two-div-grid div {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.two-div-grid div .h3 {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.two-div-grid.no-margin div {
    padding: 0;
    border: 1px solid #c5e96b;
    border-radius: 0;
}
.two-div-grid.no-margin div .h3 {
    background: #c5e96b;
    color: #333333;
    padding: 15px;
    border: 0;
}
.two-div-grid.no-margin div p {
    padding: 15px;
}





.theme-btn {
    background: #002b22;
    color: #fff;
    padding: 8px 20px;
    border-radius: 26px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    line-height: 26px;
}

.theme-btn:hover {
   background: #094514;
}

.theme-btn.w {
    background: #fff;
    color: #333;
    font-weight: 600;
}

.theme-btn.w:hover {
  background: #fff;
    color: #333;
}





.flex-reverse {
    flex-direction: column-reverse;
    display: flex;
}




.list-type1 li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.list-type1 li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a6ce40;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f05d";
}
.list-type1.w li:before {color: #fff;}  






/*----table----*/


.table-cus .tr-bg{
    background: #50c0d5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; 
    background-color: #42378f;
    background-image: linear-gradient(to right,#2e94b3 0%,#6fba98 100%);
}
.table-cus .tr-bg td{
    border:2px solid #fff;
    border-right:0;
}
.table-cus .tr-bg td p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    border-right: 0px solid #fff;
    margin-bottom: 0;
} 
.table-cus .tr-bg{
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
    color: #fff;
    border-right: 2px solid #fff;
}
/*.table-cus th{
    border-right: 2px solid #fff;
}*/
.table-cus th:last-child{
    border-right: 0;
}
.table-cus th, .table-cus td{
    padding: 15px 20px;
}
.table-cus.td-icon td{
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}
/*.table-cus td{
    border-right: 2px solid #2d7b78;
}*/

.table-cus.td-icon td{
    vertical-align: top;
}
.table-cus.td-icon td:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 18px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( 
99deg
 , #f53844 0%, #843874 74%);
    width: 30px;
    padding-left: 2px;
    content: "\f0a9";
}
.table-grey{
    background: #f7fafb;
    width: 100%;
}
.table-two-col td{
    width: 50%;
}
.table-cus.td-icon td.no-icon:before{
    display: none;
}

.table-grey tr:nth-child(even) {
  background-color: #f2f2f2;
}


.tbl-head {
    background: #00a8ff;
    padding: 4px 0;
    color: #fff;
}
.table-cus {
    overflow-x: auto;
    border-spacing: 0;
}
.table-cus table {
    width: 100%;
}


.warning {
    background: #002b22;
    color: #fff;
    padding: 5px 0;
}

.warning p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #d7d7d7;
}



.banner-row .text-box {padding: 30px;}

.green {
    background: #c5e96b;
    padding: 5px 15px;
    border-radius: 19px;
    display: inline-block;
    margin-bottom: 15px;
    color: #002b22;
}

.text-box h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}

.featured-inner-boxes {
    background: #002b22;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}



.featured-inner-boxes .flex-item .item {
    margin: 0 15px;
    padding-left: 40px;
    position: relative;
    max-width: 230px;
}

.featured-inner-boxes .flex-item .item:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -17px;
    background: url(../images/green-tick.png);
}
.featured-boxes {
    position: relative;
    
}

.darkgreen {
    padding: 30px 0;
    background: #002b22;
    color: #fff;
}

.darkgreen a {
    color: #c5e96b;
}
.round-3 {
    border-radius: 20px;
}

.loan-boxes .item .h3 {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.loan-boxes .item p {
    color: #fff;
}
.green-btn {
    background: #c5e96b;
    color: #002b22;
    padding: 3px 17px;
    border-radius: 26px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    line-height: 26px;
}
.green-btn:hover {
    background: #83ad19;
    color: #fff;
}
.loan-boxes .item {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #002b22, #015d4a);
    text-align: center;
}

.heading-area {
    display: flex;
    flex-direction: column;
    padding: 60px 0 20px 0;
}
.heading-area .text-heading {
    width: 100%;
}
.heading-area .content-heading {
    width: 100%;
}

.border-green {
    border: 1px solid #a6ce40;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.testimonials .img-text {
    display: flex;
    align-items: center;
}
.testimonials .pimg {
    width: 80px !important;
    height: 80px;
}
.subtitle {
    padding-left: 20px;
    margin: 0;
}
span.text {
    font-weight: 600;
    color: #002b22;
}
.subtitle span {
    display: block;
}

.owl-theme .owl-dots {
    display: none;
}

.testimonials .owl-nav button span {
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    font-weight: 600;
    background: #ffff;
    border-radius: 50%;
    line-height: 33px;
    border: 1px solid #ddd;
}

.testimonials .owl-theme .owl-nav {
    text-align: left;
}
.testimonials .row {
    align-items: center;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: #333;
}

.info-h {
    text-align: center;
    margin-bottom: 20px;
}
.info-h i {
    margin-right: 10px;
    font-size: 22px;
}
.info-h .info-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.info-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.sec-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn-comm.btn-footer {
    background: #c5e96b;
    color: #000;
    position: relative;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    padding: 3px 15px;
    border-radius: 35px;
    margin-top: 4px;
    display: inline-block;
}
.cta .heading {
    margin-bottom: 30px;
}
.mailzone {
    display: flex;
    flex-direction: column;
}
.cta {
    padding: 50px 0;
}
.testimonials {
    background: #f9f7f1;
    padding: 50px 0;
}


.footer {
    background: #e0fbf5;
    padding: 50px 0 0 0;
}
.footer .links-row {
    border-bottom: 1px solid #787676;
    align-items: center;
    padding-bottom: 20px;
}
.footer .quick-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer .quick-links li {
    margin-right: 40px;
}
.footer .quick-links li a {
    font-size: 16px;
    line-height: 26px;
}

.footer .social-links {
    display: flex;
    
}
.footer .social-links li {
    margin: 0 15px;
}
.footer .social-links li a {
    background: #c5e96b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.footer .content {
    border-bottom: 1px solid #787676;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

.footer .copyright p {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}
.footer .copyright p a {
    color: #115ff3;
}

/*btn quantity*/
.quantity {
    position: relative
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.quantity input {
    max-width: 198px;
    width: 100%;
    height: 54px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 42px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-weight: 600;
    font-size: 28px
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    float: left;
    position: relative;
    height: 54px;
    right: 5px
}

.quantity-button {
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 17px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.quantity-button.quantity-up {
    position: absolute;
    top: 7px;
    width: 10px;
    height: 17px
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 7px;
    width: 10px;
    height: 17px;
    text-align: center
}

.quantity-button .fa {
    position: absolute;
    left: 3px
}

.quantity-button .fa-caret-down {
    top: -3px
}

.quantity-button .fa-caret-up {
    bottom: -2px
}

.get_started {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 0;
    background: #002b22;
    padding: 15px 35px;
    border-radius: 30px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    margin-left: 15px;
    border: 0;
    display: inline-block;
}

.quantity .fa-gbp {
    position: absolute;
    top: 33px;
    left: 19px;
    font-size: 26px;
    color: #000;
    z-index: 1
}

/*btn quantity*/

.breadcrumb {
    padding: 10px;
    background: #cfd2c3;
}
.breadcrumb li {
    display: inline-block;
}

.inner-banner{background: #f1f1f1;}
.banner-row .img-box img.round-r {
    border-radius: 0 0px 0 0;
}

/*faq*/
.faq-area .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 36px 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}



.faq-area .accordion-container .accordion-title::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/add-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}


.faq-area .accordion-container .accordion-title.open::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/remove-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.faq-area .accordion-container .accordion-title.open::after {
     background: url(../images/remove-outline.svg) no-repeat;
}

.faq-area .accordion-container {
    width: 100%;
    margin: 0 auto
}

.faq-area .accordion-content {
    padding: 0 15px 15px 15px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    color: var(--deepblue);
}
.faq-area .holder {
    background: #f0efef;
    margin: 20px 0;
    border-radius: 5px;
}


.faq-area .holder .accordion-content{display: none;}




.faq-area .holder {
    background: transparent;
}

.faq-area .holder .accordion-title {
    color: #333;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #c5e96b;
    font-weight: 600;
    border: 1px solid #ddd;
}
.faq-area .holder .accordion-title.open{
    background: #c5e96b;
    color: #333;
}

.faq-area .accordion-content{
    padding-top: 15px;
    padding-bottom: 0;
}

/*faq*/

.questions {
    margin-bottom: 20px;
}
.questions .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
.questions h4 i {
    color: #c5e96b;
}

.imgbox-green {
    position: relative;
}

.imgbox-green:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #c5e96b;
    border-radius: 10px 0 0 0px;
    top: -30px;
    left: -30px;
    z-index: -1;
}

.faq .row {
    align-items: flex-end;
}
.resize-bx {
    width: calc(100% - 100px);
    margin: 0 auto;
    
}

.align-center{align-items: center;}

/* table css */


.blue-row-table {
    background: #c5e96b;
    color: #333;
    font-weight: 700;
    text-align: center
}

.blue-row-table td p {
    color: #333;
        margin: 0;
}

.table-cus {
    width: 99%
}

.table-cus th {
   border: 1px solid #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 700
}

.table-cus td {
    border: 1px solid #c5e96b;
    padding: 10px;
    font-size: 16px;
    vertical-align: top;
}

.bg-blue .table-cus th {
    border: 1px solid #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    background: #fff
}

.bg-blue .table-cus th:nth-child(odd) {
    border-right-color: #256cf8
}

.bg-blue .table-cus td {
    border: 1px solid #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}
.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
}

/*highlight*/

.border {
    padding: 15px;
    border: 1px solid;
}
.h3 {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 29px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}


.about .banner-row {
    align-items: center;
}

/* contact start */

.contact-form-lft {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-form-lft .section-heading-l {
    color: #1a1f1e
}

.contact-form-lft form {
    margin-top: 30px
}

.input-grp-contact {
    display: flex;
    justify-content: space-between
}

.input-grp-contact .form-control {
    width: 49%;
    border-radius: 0;
    border: 1px solid #97a0ba;
    padding: 15px 20px;
    height: auto;
    outline: 0;
    margin-bottom: 20px;
}

.input-grp-single .form-control {
    width: 100%;
}
.contact-form-lft .theme-btn{
    border: 0;
}

.form-area {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
}
/* contact end */


/*apply from*/

.input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.input-group .form-group {
    width: 49%;
    box-shadow: unset
}

.input-group .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #97a0ba;
    outline: 0;
    margin-bottom: 0;
    box-shadow: unset;
    width: 100%;
    padding: 8px;
}

.input-group .form-group ::-webkit-input-placeholder {
    color: #8892b0
}

.input-group .form-group ::placeholder {
    color: #8892b0
}

.input-group .form-group label {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    display: block;
}

.select-group .form-group {
    width: 32%
}

.select-group .form-group select {
    color: #8892b0;
    outline: 0
}

.input-single .form-group {
    width: 100%;
    font-weight: 700
}

.apply-form-area .theme-btn {
    border: 0;
}

.apply-form {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
}

.label-sec {
    margin-bottom: 5px;
}

/*apply end*/

.terms-policies .tab {
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}

.terms-policies .tab button {
    background: #6c7674;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 30px;
    transition: .3s;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.terms-policies .tab button.active {
    background-color: #c5e96b;
    color: #fff
}

.terms-policies .tabcontent {
    display: none;
    padding: 20px 12px;
    border: 1px solid #cacaca;
    border-top: none
}

.terms-policies .section-heading-inn {
    font-size: 18px;
    font-weight: 700
}

/* new footer */

.new-footer {
    padding: 50px 0 0 0;
    background: #c5e96b;
    border-left: 5px solid #002b22;
    border-right: 5px solid #002b22;
    margin-bottom: 45px;
}  

.usefull {
    padding: 10px;
}

.usefull li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.social-links li {
    display: inline-block;
    margin: 8px;
}
.copyright {
    background: linear-gradient(45deg, #002b22, #015d4a);
    padding: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #ffffff;
}

.copyright p {
    margin-bottom: 0;
}

.two-div-grid.no-margin .list-type1 {
    padding-left: 15px;
    padding-bottom: 15px;
}

span.h4 {
    display: block;
    padding: 15px 15px 10px 15px;
    font-weight: 600;
}

.new-footer .content p, .new-footer .disclaimer p {
    font-size: 14px;
    line-height: 24px;
}


.center .table-cus td {
    text-align: center;
}
.fifty-fifty .table-cus th, .fifty-fifty .table-cus td {
    width: 50%;
}



/*----blog page css---*/
.blog-list{
    padding-top: 80px;
}

.blog-list .col {
    box-shadow: 0px 2px 3px 2px rgb(77 77 77 / 10%);
    margin-bottom: 35px;
}
.blog-list .col .imagebox {
    line-height: 0;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.blog-list .col .imagebox img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-list .admin-box {
    font-size: 13px;
    padding: 8px 20px;
}
.blog-list .admin-box span {
    padding-right: 10px;
    color: #002b22;
}

.blog-list .list-text {
    padding: 10px 20px 50px 20px;
}
.blog-list .list-text .excerpt-text {
    margin-bottom: 30px;
}

.blog-list .list-text h3 {
    font-size: 20px;
    line-height: 30px;
}


/*----pagination css start----*/

.pagination {
  display: inline-block;
}

.pagination a {
    color: #f6356f;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #d9d9d9;
    margin: 0 4px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.pagination a.active {
    color: white;
    border: 1px solid #f6356f;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination-area {
    text-align: center;
    padding: 30px 0;
}
/*----pagination css end----*/


/*----blog details----*/

.blog-details {
    padding-top: 80px;
    padding-bottom: 50px;
}
.blog-details .content-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-details .single-post-wrap{
    width: 70%;

}
.blog-details .sidebar {
    width: 26%;
}

.single-post .imagebox img {
    width: 100%;
    height: auto;
}

.recent-post {
    box-shadow: 0px 2px 3px 2px rgb(77 77 77 / 10%);
    padding: 20px;
}
.recent-post ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.recent-post h3 {
    font-size: 22px;
    line-height: 33px;
}

.single-post .admin-box {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.single-post .admin-box span {
    padding-right: 10px;
    color: #002b22;
}

.single-post h2 {
    font-size: 28px;
    line-height: 38px;
}
.single-post h3 {
    font-size: 24px;
    line-height: 34px;
}
.single-post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}
.pegi {
    display: flex;
    justify-content: space-between;
}

.common-btn-color-reverse {
    padding: 11px 30px;
    border-radius: 50px;
    color: #f63471 !important;
    border: 1px solid #f63471;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #f63471;
}
.common-btn-color-reverse:hover {    
    border: 1px solid transparent;
    color: #fff !important;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.home.blog > nav > a, .home.blog > nav > li > a:after {
    color: #494949;
}


/* Blog css  */
.navigation {
    width: 100%;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.pagination{
    display: block;
    padding: 0 15px;
    margin-bottom: 60px;
}
.pagination .nav-links .page-numbers.current {
    background: #a6ce40;
    color: #ffffff;
    border-color: transparent;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers:hover {
    background: #a6ce40;
    color: #ffffff;
    border: transparent;
}
.pagination .nav-links .page-numbers.prev {
    background: #a6ce40;
    color: #ffffff;
    border-color: transparent;
    width: auto;
    height: auto;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 0 20px;
    background: #a6ce40;
    color: #ffffff;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.prev:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.next:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers.prev:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers .svg-icon {
    width: auto;
    margin-top: 0;
    vertical-align: middle;
    fill: #ffffff;
}
.navigation .nav-links a svg {
    width: 12px;
    margin-top: 8px;
    color: #ffffff;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.navigation .nav-links .nav-previous {
    padding-left: 50px;
}
.navigation .nav-links .nav-previous, .navigation .nav-links .nav-next {
    flex: 0 0 50%;
    position: relative;
}
.navigation .nav-links .nav-previous .nav-arrow {
    left: 0;
}
.navigation .nav-links a .nav-arrow {
    width: 40px;
    height: 40px;
    background: #002b22;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    position: absolute;
}
.navigation .nav-links a .screen-reader-text {
    color: #61623c;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.navigation .nav-links a .post-title {
    font-weight: 700;
    color: #555555;
    font-size: 14px;
}
.navigation .nav-links .nav-next {
    text-align: right;
    padding-right: 50px;
}
.navigation .nav-links .nav-next .nav-arrow {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    right: 0;
}
.comments-title {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 10px;
    margin-top: 20px;
}
.comments-area p.comment-notes {
    display: inline-block;
}
.comments-area p {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
}
.comments-area p textarea {
    resize: vertical;
}
.comments-area p input, .comments-area p textarea {
    border: 1px solid #bbbbbb;
    padding: 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #555555;
}
.comments-area p label {
    margin-bottom: 5px;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
}
.comments-area p input {
    height: 50px;
}
.screen-reader-text{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 20px;
}
.post-navigation{
    margin-top: 30px;
}
.navigation .nav-previous br, .navigation .nav-next br{
    display: none;
}
.comments-area p.comment-form-cookies-consent{
    flex-direction: row;
    align-items: center;
}
.comments-area p.comment-form-cookies-consent label{
    margin-left: 5px;
}
.comments-area p.form-submit input {
    display: inline-block;
    background: #61623c;
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    text-align: center;
    border-radius: 10px;
    padding: 12px 25px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
.comments-area p.form-submit:hover input {
    background: #283a5e;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
@media(max-width:680px){
    .pagination .nav-links .page-numbers {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
    }
    .pagination .nav-links .page-numbers.next {
        padding: 0 10px;
    }
    .pagination .nav-links .page-numbers .svg-icon {
        width: auto;
    }
}

@media(max-width: 480px){
    .pagination .nav-links .page-numbers {
    font-size: 15px;
    width: 30px;
    height:30px;
    line-height: 30px;
    margin-right: 4px;
    font-size: 13px;
    font-weight: bold;
     }
    .pagination .nav-links .page-numbers.next {
      padding: 0 5px; }
    .pagination .nav-links .page-numbers .svg-icon {
      width: 18px; } 
      .nav-prev-text, .nav-next-text{
        display: none;
      }
      .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
          padding: 0 10px;
      }
}

@media(max-width: 380px){
    .pagination .nav-links .page-numbers {
        width: 22px;
        height: 22px;
        line-height: 22px;
        margin-right: 4px; 
    }  
    .pagination .nav-links .page-numbers .svg-icon {
      width: 16px; 
    }
}
/* Blog css ends */

.excerpt-text p.link-more {
    display: none;
}

.single-post .admin-box .fa {
    padding-right: 5px;
}
/*--sidebar--*/
.recent-links-new .textbox {
    width: 75%;
    padding-left: 15px;
}

.recent-links-new .textbox p {
    color: #f53844;
    font-weight: 600;
    position: relative;
    top: -5px;
}
.recent-links-new .imagebox {
    width: 80px;
    height: 62px;
}
.recent-links-new .imagebox img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recent-links-new li a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 6px;
}
ul.recent-links-new li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
ul.recent-links-new li img {
    margin-right: 15px;
    margin-top: 6px;
    max-width: 80px;
    height: 60px;
}
ul.recent-links-new li .recent-post-link {
    text-decoration: none;
    color: #61623c;
    line-height: 20px;
    font-weight: 600;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    font-size: 14px;
    line-height: 21px;
}

.recent-content {
    margin-top: 20px;
}

.breadcrumb {
    background: #cfd2c3;
    padding: 10px 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a {
    color: #4b4c4c;
    font-size: 16px;
    line-height: 26px;
}

.single .list-text p a {
    color: #005aff;
}

.single .list-text ul{
    margin-bottom: 15px;
}
.single .list-text ul li{
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.single .list-text ul li:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a6ce40;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f05d";
}

.inner-banner .onediv {
    line-height: 0;
}

.heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
}

.btn-apply-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #c5e96b;
    border-radius: 10px 10px 0 0;
    color: #002b22;
    border-bottom: 0;
    z-index: 9999;
    padding: 10px 30px;
    text-decoration: none;
    box-shadow: 0 0px 5px 2px rgb(255 255 255 / 30%);
}


/* archive page */

.author .author-wrap, .archive .author-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.archive .author-wrap{margin-bottom: 30px;}
.author .author-wrap article, .archive .author-wrap article  {
  border: 1px solid #ddd;
}

.author .post-thumbnail img, .archive .post-thumbnail img {
    width: 100%;
    height: auto;
}
.author .page-header{
    padding: 50px 0;
}
.archive .page-header{
    padding: 30px 0;
}
.text-wrap-all h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.text-wrap-all {
    padding: 0 20px 20px 20px;
}

.author .post-thumbnail, .archive .post-thumbnail {
    height: 230px;
}
.author .post-thumbnail img, .archive .post-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

footer.entry-footer .cat-links, footer.entry-footer .tags-links, footer.entry-footer .comments-link, footer.entry-footer .edit-link, .posted-on time.updated {
    display: none;
}
.author footer.entry-footer, .archive footer.entry-footer {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 6px;
    padding-right: 15px;
    color: #f66430;
    font-size: 16px;
    background: transparent;
}
.author footer.entry-footer svg.svg-icon, .archive footer.entry-footer svg.svg-icon {
    fill: #002b22;
    position: relative;
    top: 6px;
    margin-right: 6px;
}

.author .more-link, .archive .more-link {
    border: 1px solid #002b22;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #002b22;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.author .more-link:hover, .archive .more-link:hover {
    background: #094514;
    color: #fff;
}
.saboxplugin-wrap .saboxplugin-gravatar{    padding: 0 20px 0px 20px !important;}

.single .has-avatar {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    color: #002b22;
    font-size: 15px;
}
.single .has-avatar .author-identity {
    margin-right: 15px;
}
.single .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.text-wrap-all h2 a {
    color: #333;
}
.author .entry-footer a {
    color: #002b22;
}
.author .pagination .nav-links .page-numbers.next {
    padding: 0 9px;
}

.author h1 {
    color: #fff;
    text-align: center;
}
.author .banner-loans {
    margin-bottom: 50px;
}
.author .entry-footer .byline, .author .entry-footer .posted-on {
    display: flex;
}
.author-2 .entry-content .link-more {
    display: none;
}
.author-identity a {
    color: #002b22;
}


.archive-description {
}
.author img.sab-custom-avatar {
    max-width: 100px !important;
    margin-right: 15px;
}
.author-data-box {
    display: flex;
    margin: 30px 0;
    border: 2px solid #ddd;
    padding: 15px;
}
.author-data-box img {
    margin-right: 15px;
}
/*arcive end */

.single .post-thumbnail {
    margin: 0;
}

.single .single-post-wrap ol{
    padding-left: 30px;
}




.single-post-wrap ul li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.single-post-wrap ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a6ce40;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f05d";
}