html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    text-decoration: none;
}
a, 
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
p:last-child {
    margin-bottom: 0 !important;
}

/* Common Style :start */
.btn-style-1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background-color: #3c6600;
    border: 1px solid #3c6600;
    border-radius: 87px;
    padding: 11px 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.btn-style-1 svg path {
    fill: #ffffff;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #3c6600;
    background-color: transparent;
}
.btn-style-1:hover svg path {
    fill: #3c6600;
}

.link-style-1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #6ab500;
    display: flex;
    align-items: center;
    gap: 12px;
}
.link-style-1 svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
            fill:#6ab500;
}
.link-style-1:hover {
    color: #ffffff
}
.link-style-1:hover svg path {
    fill: #ffffff;
}

.section-title {}
.section-title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #1F3347;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.section-title h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.9px;
    color: #6ab500;
    margin-bottom: 5px;
}
.section-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    /* text-transform: capitalize; */
    color: #818181;
    margin-top: 10px;
}

.gmap {
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.frm-style-1 .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background: #FAFAFA;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 16px;
}
.frm-style-1 textarea.form-control {
    height: 117px;
}
.frm-style-1 .form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #3c6600;
    outline: 0;
    box-shadow: none;
}

/* pagination-s1 :start */
.pagination-s1 .pagination {
    gap: 15px;
}
.pagination-s1 .pagination .page-item {}
.pagination-s1 .pagination .page-item .page-link {
    min-width: 48px;
    min-height: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #818181;
    background: transparent;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pagination-s1 .pagination .page-item .page-link:focus {
    box-shadow: none;
}
.pagination-s1 .pagination .page-item:hover .page-link,
.pagination-s1 .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #3c6600;
    border-color: #3c6600;
}
.pagination-s1 .pagination .page-item.prev .page-link, 
.pagination-s1 .pagination .page-item.next .page-link {
    border: 0;
}
.pagination-s1 .pagination .page-item.prev:hover .page-link, 
.pagination-s1 .pagination .page-item.next:hover .page-link, 
.pagination-s1 .pagination .page-item.prev.active .page-link, 
.pagination-s1 .pagination .page-item.next.active .page-link {
    color: #3c6600;
    background: transparent;
}
/* pagination-s1 :start */

/* Common Style :end */

header {
    background-color: #ffffff;
}

/* footer :start */
footer {
    color: #ffffff;
    background-color: #252E1B;
}
footer .ftop {
    padding: 55px 0px;
}
footer .ftop .ftmain-block  {}
footer .ftop .ftmain-block .flogo {
    margin-bottom: 24px;
}
footer .ftop .ftmain-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.8;
}

footer .ftop .ft-block h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 24px;
}
footer .fsocialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 30px;
}
footer .fsocialmedia li a {
    color: inherit;
}
footer .fsocialmedia li a:hover {
    color: #3c6600;
}

footer .flinks {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff;
}
footer .flinks li {
    margin-bottom: 20px;
}
footer .flinks li:last-child {
    margin-bottom: 0px;
}
footer .flinks li a {
    color: inherit;
}
footer .flinks li a:hover {
    color: #3c6600;
}

footer .fcontact {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .fcontact li {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
footer .fcontact li:last-child {
    margin-bottom: 0;
}
footer .fcontact li div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: rgba(132, 198, 2, 0.16);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .fcontact li a {
    color: inherit;
}
footer .fcontact li a:hover {
    color: #3c6600;
}


footer .fcopyright {
    padding: 24px 0px;
    border-top: 1px solid #ffffff;
}
footer .fcopyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
/* footer :end */

/* latest blogs :start */
.latestblogs-section {
    padding: 140px 0px;
}
.latestblogs-section .lblogs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.latblogs-block {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 16px;
}
.latblogs-block .lbb-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    overflow: hidden;
}
.latblogs-block .lbb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latblogs-block .lbb-txt time {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #818181;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.latblogs-block .lbb-txt h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #1F3347;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latblogs-block .lbb-txt p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #818181;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latblogs-block .lbb-txt .btnreadmore {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #3c6600;
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latblogs-block .lbb-txt .btnreadmore svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latblogs-block:hover .lbb-img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.latblogs-block:hover .lbb-txt h3 {
    color: #3c6600;
}
.latblogs-block:hover .lbb-txt .btnreadmore {
    color: #000000;
}
.latblogs-block:hover .lbb-txt .btnreadmore svg path {
    fill: #000000;
}
/* latest blogs :end */

/* our activities section :start */
.ouractivities-section {
    padding: 140px 0px;
    overflow: hidden;
}
.ouractivities-section .oasec-left img {
    width: 100%;
}
.ouractivities-section .oasec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.ouractivities-section .oasec-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #818181;
    opacity: 0.8;
}

.ouractivities-wrap {
    margin-top: 50px;
}
.ouractivities-wrap .ouractw-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.ouractivities-wrap .ouractw-list li {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 12px;
}
.ouractivities-wrap .ouractw-list li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    background: rgba(132, 198, 2, 0.16);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px;
}
.ouractivities-wrap .ouractw-list li > div:first-child img {
    max-width: 100%;
    max-height: 100%;
}
.ouractivities-wrap .ouractw-list li > div:last-child p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #1F3347;
}
/* our activities section :end */

/* about us section :start */
.aboutus-section {
    padding: 140px 0px;
    overflow: hidden;
}
.aboutus-section .abtusec-left .ausl-txt {
    margin-top: 12px;
}
.aboutus-section .abtusec-left .ausl-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #818181;
    opacity: 0.8;
}
.aboutus-section .abtusec-right {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.aboutus-section .abtusec-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* about us section :end */

/* our services section :start */
.ourservices-section {
    background-color: #262f1d;
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0px;
    overflow: hidden;
}
.ourservices-section .ossec-left img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.ourservices-section .ossec-right .section-title h3 {
    color: #ffffff;
}
.ourservices-section .ossec-right .ossr-txt {
    margin-top: 8px;
}
.ourservices-section .ossec-right .ossr-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    opacity: 0.8;
}

.oservicelist-wrap {
    margin-top: 56px;
}
.oservice-block {
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 24px 24px;
}
.oservice-block .osericon {
    width: 64px;
    height: 64px;
    background: rgba(132, 198, 2, 0.16);
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.oservice-block h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #1F3347;
    margin-bottom: 8px;
}
.oservice-block p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #818181;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* our services section :end */

/* home banner section :start */
.homebanner-section {}
.homebanner-section .hbanner-inner {
    width: 100%;
    height: auto;
    position: relative;
}
.homebanner-section .hbanner-inner .hbimg {
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: calc(100vh - 106px);
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbanner-inner .hbcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.homebanner-section .hbanner-inner .hbcaption h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.homebanner-section .hbanner-inner .hbcaption h4 {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: transparent;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #FFFFFF;
    margin-bottom: 24px;
}
.homebanner-section .hbanner-inner .hbcaption p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    opacity: 0.8;
}
/* home banner section :end */

/* Gallery section :start */
.gallery-section {
    background-color: #262f1d;
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0px;
}
.gallery-section .galsec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
.gallery-section .galsec-head .section-title h3 {
    color: #ffffff;
}

.gbrow {
    width: 100%;
    height: 100%;
}
.gbrow .gblock {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.gbrow .gblock > a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gbrow .gblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gbrow .gblock:hover > a::after {
    opacity: 0.5;
}

.gbrow.rows-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gbrow.rows-2 .gblock {
    width: 100%;
    height: calc(50% - 12px);
    object-fit: cover;
    object-position: center;
}
/* Gallery section :end */


/* our activities page :start */
.ouractivities-page {
    padding: 120px 0px;
    background-color: #F4F4F4;
}
.ouractivities-page .oapg-head {
    margin-bottom: 40px;
}
.ouractivitieslist-wrap > .container {
    position: relative;
}
.ouractivitieslist-wrap > .container::before {
    content: '';
    position: absolute;
    top: -25px;
    left: -70px;
    width: 174px;
    height: 160px;
    background-image: url('../images/dots-1.png');
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
}
.ouractivitieslist-wrap > .container > .row {
    position: relative;
}
.box-style-1 {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 24px 24px;
}
.box-style-1 .bxsimg {
    width: 64px;
    height: 64px;
    background: rgba(132, 198, 2, 0.16);
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 12px;
}
.box-style-1 .bxsimg img {
    max-width: 100%;
    max-height: 100%;
}
.box-style-1 h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #1F3347;
    margin-bottom: 10px;
}
.box-style-1 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    /* text-transform: capitalize;     */
    color: #818181;
}
/* our activities page :end */

/* Gallery page :start */
.gallery-page {
    padding: 80px 0px 140px;
    background-color: #F4F4F4;
}
.gallery-page .gallerypg-head {
    margin-bottom: 40px;
}
.gallerylist-wrap {}
.gallery-block {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.gallery-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gallery-block .gbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-block:hover::after {
    opacity: 0.5;
}

.gallerypgfilter-wrap {
    margin-bottom: 16px;
}
.gallery-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 8px 8px;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.gallery-filter ul li {}
.gallery-filter ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #1F3347;
    border-radius: 108px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
}
.gallery-filter ul li a:hover {
    color: #ffffff;
    background: #3c6600;
}
.gallery-filter ul li a.active {
    color: #ffffff;
    background: #3c6600;
}
/* Gallery page :end */

/* Contact Us page :start */
.contactus-page {
    padding: 100px 0px 140px;
    background-color: #F4F4F4;
}
.contactus-page .cupg-contactinfo .continfo-inner {
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 40px 40px;
    margin-top: 40px;
    overflow: hidden;
}
.cinfo-block {
    display: flex;
    align-items: center;
    gap: 24px;
}
.cinfo-block .cib-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    color: #3c6600;
    background: rgba(132, 198, 2, 0.16);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cinfo-block .cib-image i {
    font-size: 21px;
}
.cinfo-block .cib-text {}
.cinfo-block .cib-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #1F3347;
}
.cinfo-block .cib-text p a {
    color: inherit;
}
.cinfo-block .cib-text p a:hover {
    color: #3c6600;
}

.cupg-contactfrm {
    margin-top: 40px;
}
.cupg-contactfrm .gmap iframe {
    border-radius: 12px;
    overflow: hidden;
}
.cupg-contactfrm .contact-form {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 13px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 40px 40px;
}
/* Contact Us page :end */

/* Blog page :start */
.blog-page {}
.blog-page .blogpg-featured {
    background-color: #F4F4F4;
    padding: 100px 0px;
}
.blog-page .blogpg-featured .featblog-left {}
.blog-page .blogpg-featured .featblog-left time {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #818181;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 16px;
}
.blog-page .blogpg-featured .featblog-left .fbl-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #818181;
}
.blog-page .blogpg-featured .featblog-left .fbl-txt .btnReadmore {
    margin-top: 20px;
}

.blog-page .blogpg-featured .featblog-right {
    width: 100%;
    height: 100%;
}
.blog-page .blogpg-featured .featblog-right .fbimg {
    width: 100%;
    height: auto;
}

.blog-page .blogpg-list {
    padding: 100px 0px 120px;
}
/* Blog page :end */

/* About Us Page :start */
.abtpgtop-section {
    padding: 120px 0px;
    overflow: hidden;
}
.abtpgtop-section .atopsec-left .section-title {
    margin-bottom: 20px;
}
.abtpgtop-section .atopsec-left .atstxt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #818181;
}

.abtpgtop-section .atopsec-right {
    width: 100%;
    height: 100%;
}
.abtpgtop-section .atopsec-right .atsr-inner {
    width: 100%;
    height: 444px;
}
.abtpgtop-section .atopsec-right .atsr-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 16px solid rgba(237, 237, 237, 0.73);
    border-right: 0;
    border-radius: 238px 0px 0px 238px;
    overflow: hidden;
}

.abtpgvm-section {
    background-color: #F4F4F4;
    padding: 100px 0px 140px;
}
.abtpgvm-section .box-style-1 .bxsimg {
    border-radius: 8px;
}
/* About Us Page :end */

/* blog single page :start */
.blogsingle-page {
    background: #F9F9F9;
}
.blogsingle-page .bsingle-details {
    padding: 100px 0px 60px;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-head {
    margin-bottom: 24px;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-head h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-transform: capitalize;
    color: #1F3347;
    margin-bottom: 10px;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-head time {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #818181;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body {}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1F3347;
    margin: 40px 0px;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #818181;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    margin: 40px 0px;
}

.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body ul {
    list-style: none;
    padding: 0;
    margin: 24px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #1F3347;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body ul li {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 24px 0px;
    position: relative;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body ul li:last-child {
    margin-bottom: 0px;
}
.blogsingle-page .bsingle-details .bsdetails-wrap .bsdet-body ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    line-height: 20px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

.blogsingle-page .bsingle-similar {
    padding-bottom: 100px;
}
/* blog single page :end */

/* services page :start */

.serpg-details {
    padding: 100px 0px;
    overflow: hidden;
}
.serpg-details .serdet-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.serpg-details .serdet-left .sdl-text {
    margin-top: 20px;
}
.serpg-details .serdet-left .sdl-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* text-transform: capitalize; */
    color: #818181;
    opacity: 0.8;
}

.serpg-details .serdet-right {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 24px;
    position: relative;
}
.serpg-details .serdet-right .sdr-col {
    flex: 1;
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.serpg-details .serdet-right .sdr-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    overflow: hidden;
}
.serpg-details .serdet-right .sdr-col.images-2 img {
    width: 100%;
    height: calc(50% - 12px);
}


.serpg-details .serdet-right::before {
    content: '';
    position: absolute;
    top: -45px;
    left: -55px;
    width: 174px;
    height: 160px;
    background-image: url('../images/dots-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.serpg-details .serdet-right::after {
    content: '';
    position: absolute;
    bottom: -45px;
    right: -45px;
    width: 174px;
    height: 160px;
    background-image: url('../images/dots-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}




.serpg-whatwedo {
    background-color: #F4F4F4;
    padding: 100px 0px 140px;
}
.serpg-whatwedo .section-title {
    margin-bottom: 40px;
}
.secpadding {
    padding: 120px 0px;
}

.emptybox {
    width: 100%;
    /* height: calc(100vh - 0px); */
    text-align: center;
}
.emptybox .ebx-image img {
    width: auto;
    max-width: 100%;
}
.emptybox .ebx-text h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 5px;
}
.emptybox .ebx-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #202937;
}
/* services page :end */