@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name – HTML5 Template
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS
    03. MEAN MENU CSS
	04. SLIDER CSS
	05: ABOUT CSS
	06: SERVICES CSS
	07. FEATURE CSS
	08. COUNTER CSS
	09. CONTACT CSS
	10. TESTIMONIAL CSS
	11. BRAND CSS
	12. TEAM CSS
	13. PRICE CSS
	14. PORTFOLIO CSS
	15. BLOG CSS
	16. FOOTER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/




.text-green {
    color: limegreen
}

@font-face {
    font-family: "kalpurushregular";
    src: url("../../../font/Kalpurush.eot");
    src: url("../../../font/Kalpurush.woff") format("woff"),
        url("../../../font/Kalpurush.ttf") format("truetype"),
        url("../../../font/Kalpurush.svg#Kalpurush") format("svg"),
        url("../../../font/Kalpurush.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

:root {
    /**
  @font family declaration
  */
    --bd-ff-body: "Helvetica", sans-serif;
    --bd-ff-heading: "Helvetica", sans-serif;
    --bd-ff-p: "Helvetica", sans-serif;
    --bd-ff-fontawesome: "Font Awesome 6 Pro";
    /**

  @color declaration
  */
    --bd-common-white: #ffffff;
    --bd-common-black: #000;
    --bd-heading-primary: #000;
    --bd-grey-1: #f5f8fb;
    --bd-grey-2: #e2ebf4;
    --bd-text-body: #888888;
    --bd-text-1: #000;
    --bd-theme-primary: #0660bd;
    --bd-border-1: #888888;
    --bd-border-2: #b7c3cf;
    /*Added by Shams*/
    --bd-light-green: #006a4e;
    --bd-darker-green: #005e44;
    --bd-light-red: #f52b43;
    --bd-dark-red: #d92639;
    --bd-orange-yellow: #f9a73e;
    --bd-darker-blue: #264b96;
    --bd-grey-3: #434343;
    --bd-grey-4: #3d3d3d;
    /**
  @font weight declaration
  */
    --bd-fw-normal: normal;
    --bd-fw-elight: 200;
    --bd-fw-light: 300;
    --bd-fw-regular: 400;
    --bd-fw-medium: 500;
    --bd-fw-sbold: 600;
    --bd-fw-bold: 700;
    --bd-fw-ebold: 800;
    --bd-fw-black: 900;
    /**
  @font size declaration
  */
    --bd-fz-body: 14px;
    --bd-fz-p: 14px;
    --bd-fz-h1: 40px;
    --bd-fz-h2: 36px;
    --bd-fz-h3: 24px;
    --bd-fz-h4: 20px;
    --bd-fz-h5: 16px;
    --bd-fz-h6: 14px;
}

html:lang(bn) {
    --bd-ff-body: "kalpurushregular", sans-serif;
    --bd-ff-heading: "kalpurushregular", sans-serif;
    --bd-ff-p: "kalpurushregular", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
    font-family: var(--bd-ff-body);
    font-size: var(--bd-fz-body);
    font-weight: normal;
    color: var(--bd-text-body);
    line-height: 26px;
}


.official-light-green-bg {
    color: white;
    background-color: var(--bd-light-green);
}

.official-dark-green-bg {
    color: white;
    background-color: var(--bd-dark-green);
}

.official-light-red-bg {
    color: white;
    background-color: var(--bd-light-red);
}

.official-light-red-font {
    color: var(--bd-light-red) !important;
}

.official-dark-red-bg {
    color: white;
    background-color: var(--bd-dark-red);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bd-ff-heading);
    color: var(--bd-heading-primary);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: var(--bd-fz-h1);
}

h2 {
    font-size: var(--bd-fz-h2);
}

h3 {
    font-size: var(--bd-fz-h3);
}

h4 {
    font-size: var(--bd-fz-h4);
}

h5 {
    font-size: var(--bd-fz-h5);
}

h6 {
    font-size: var(--bd-fz-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--bd-ff-p);
    font-size: var(--bd-fz-p);
    font-weight: var(--bd-fw-normal);
    color: var(--bd-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

.ck.ck-editor__main a {
    color: blue;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--bd-common-black);
    color: var(--bd-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--bd-common-black);
    color: var(--bd-common-white);
    text-shadow: none;
}

::selection {
    background: var(--bd-common-black);
    color: var(--bd-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--bd-common-black);
    font-size: var(--bd-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--bd-common-black);
    font-size: var(--bd-fz-body);
    opacity: 1;
}

/*---------------------------------
    common classes css start
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.--bd-light-red {
    color: var(--bd-light-red);
}

/*----------------------------------------
    Body Overlay
-----------------------------------------*/
.body-overlay {
    background-color: var(--bd-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: crosshair;
}

.body-overlay.opened {
    opacity: 0.5;
    visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

.bd-basic-pagination ul li {
    display: inline-block;
}

.bd-basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-basic-pagination ul li:not(:last-child) {
        margin-right: 5px;
    }
}

.bd-basic-pagination ul li a,
.bd-basic-pagination ul li span {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d1dbe5;
    font-size: 18px;
    font-weight: 600;
}

.bd-basic-pagination ul li a:hover,
.bd-basic-pagination ul li a.current,
.bd-basic-pagination ul li span:hover,
.bd-basic-pagination ul li span.current {
    background: var(--bd-grey-2);
    border-color: transparent;
}

.border {
    border-style: solid;
    border-width: 1px;
    border-color: #d1dbe5;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    left: 903px;
    top: 1747px;
    width: 52px;
    height: 52px;
    z-index: 63;
}

.nice-select::after {
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    content: "\f107";
    font-family: var(--bd-ff-fontawesome);
    transform-origin: center;
    color: var(--bd-common-black);
    font-weight: 500;
    height: auto;
    width: auto;
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

/* cart plus minus default style css */
.cart-plus,
.cart-minus {
    width: 25px;
    height: 30px;
    border: 2px solid var(--bd-border-1);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.cart-plus:hover,
.cart-minus:hover {
    cursor: pointer;
    color: var(--bd-common-white);
    background: var(--bd-theme-1);
    border-color: var(--bd-theme-1);
}

.cart-input {
    height: 30px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-top: 2px solid var(--bd-border-1);
    border-bottom: 2px solid var(--bd-border-1);
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px;
    padding-bottom: 0px;
}

.cart-input:focus {
    outline: none;
}

/* dropcap */
.bd-dropcap {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    /* float: left; */
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--bd-common-black);
    background-color: var(--bd-common-white);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin-right: 20px;
}

/*--
    - Spacing
-----------------------------------------*/
/*----------------------------------------*/
/*  ALL CSS START
/*----------------------------------------*/
/* theme btn */
.heroBtn {
    display: inline-block;
    font-size: 17px;
    /* letter-spacing: 3px; */
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 16px 35px;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    background-color: #f42a41;
    border-radius: 3px;
    margin-top: 5px;
}

.heroBtn:hover {
    padding: 18px 37px;
    color: #e2e1e1;
}

.heroBtnIcn {
    color: white;
    background-color: var(----bd-light-green-light-red);
    border-radius: 50%;
    padding: 2px 4px;
}

.srvcBtn,
.srvcBtn2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: var(--bd-common-white);
    text-align: center;
    padding: 9px 40px 9px 40px;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    background-color: var(--bd-light-red);
}

.bg-bd-light-green {
    background-color: var(--bd-light-green);
}

.srvcBtn:hover {
    color: var(--bd-grey-2);
}

.srvcBtn2 {
    padding: 9px 0px;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .heroBtn {
        font-size: 12px;
        padding: 10px 20px;
    }
}

.bd-btn {
    display: inline-block;
    font-size: 14px;
    /* letter-spacing: 3px; */
    font-weight: 600;
    color: var(--bd-theme-primary);
    background-color: var(--bd-orange-yellow);
    text-align: center;
    padding: 8px 35px 8px 35px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid var(--bd-theme-primary);
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
}

.bd-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: var(--bd-theme-primary);
    z-index: -1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.bd-btn span {
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px;
    border-left: 1px solid var(--bd-theme-primary);
    display: inline-block;
}

.bd-btn span::after {
    width: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.bd-btn:hover {
    color: var(--bd-common-white);
}

.bd-btn:hover::after {
    width: 100%;
}

.bd-btn:hover span {
    color: var(--bd-theme-primary);
    background-color: var(--bd-common-white);
    transition-delay: 0.5s;
    transition-duration: 0.7s;
}

/* pulse btn */
.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--bd-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--bd-common-black);
    animation: pulse 2s infinite;
}

.pulse-btn:hover {
    background-color: var(--bd-common-black);
    color: var(--bd-common-black);
}

.pulse-btn i {
    padding-left: 2px;
}

/* hambur btn */
.hamburger-btn {
    width: 45px;
    /* Increase width to accommodate padding */
    height: 45px;
    /* Increase height to accommodate padding */
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /* background: #006A4E; */
    border: 0;
    outline: 0;
    border-radius: 50%;
    /* Make button circular */
}

.hamburger-btn span {
    display: inline-block;
    width: 55%;
    background: #006a4e;
    display: block;
    position: absolute;
    height: 2px;
    opacity: 1;
    left: 50%;
    /* Center horizontally */
    top: 50%;
    /* Center vertically */
    transform: translate(-50%, -50%);
    /* Center the span inside the button */
}

.hamburger-btn span:nth-child(1) {
    top: 30%;
}

.hamburger-btn span:nth-child(2) {
    top: 50%;
}

.hamburger-btn span:nth-child(3) {
    top: 70%;
}

@media only screen and (max-width: 575px) {
    .hamburger-btn {
        width: 35px;
        height: 35px;
    }
}

/* link btn style 1 */
.link-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--bd-text-3);
    background: transparent;
    border: 1px solid var(--bd-border-2);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    padding-right: 25px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    overflow: hidden;
}

.link-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.link-btn i:last-child {
    left: 0%;
    visibility: hidden;
    opacity: 0;
}

.link-btn:hover {
    color: var(--bd-common-white);
    background-color: var(--bd-theme-1);
    border-color: var(--bd-theme-1);
}

.link-btn:hover i {
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

.link-btn:hover i:last-child {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

/* link btn style 2 */
.link-btn-2 {
    position: relative;
    font-size: 16px;
    color: var(--bd-light-green);
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.abtsec-btn {
    display: inline-block;
    border-bottom: 2px solid var(--bd-light-green);
    margin-top: 10px;
    padding-bottom: 3px;
}

.link-btn-2 i {
    font-size: 14px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.link-btn-2 i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2 i:last-child {
    right: 0;
}

.link-btn-2:hover {
    color: var(--bd-grey-3);
}

.link-btn-2:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.link-btn-2:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2.link-prev {
    padding-right: 0;
    padding-left: 21px;
}

.link-btn-2.link-prev i:first-child {
    left: 10%;
    right: auto;
}

.link-btn-2.link-prev i:last-child {
    left: 0;
    right: auto;
}

.link-btn-2.link-prev:hover i:first-child {
    left: 0%;
    right: auto;
}

.link-btn-2.link-prev:hover i:last-child {
    left: -10%;
    right: auto;
}

.link-btn-3 {
    position: relative;
    font-size: 14px;
    color: var(--bd-theme-primary);
    font-weight: 500;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
}

.link-btn-3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: var(--bd-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-btn-3:hover {
    color: var(--bd-theme-primary);
}

.link-btn-3:hover::after {
    width: 30%;
}

.bd-border-btn {
    position: relative;
    background-color: var(--bd-orange-yellow);
    font-size: 14px;
    color: var(--bd-darker-blue);
    font-weight: 500;
    padding-left: 40px;
    padding-right: 60px;
    display: inline-block;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    height: 60px;
    line-height: 60px;
}

.bd-border-btn i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.bd-border-btn i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0;
}

.bd-border-btn i:last-child {
    right: 0;
}

.bd-border-btn:hover {
    background-color: var(--bd-common-white);
    color: var(--bd-common-black);
    border-color: transparent;
}

.bd-border-btn:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.bd-border-btn:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0;
}

.bd-border-btn.link-prev {
    padding-right: 0;
    padding-left: 21px;
}

.bd-border-btn.link-prev i:first-child {
    left: 10%;
    right: auto;
}

.bd-border-btn.link-prev i:last-child {
    left: 0;
    right: auto;
}

.bd-border-btn.link-prev:hover i:first-child {
    left: 0%;
    right: auto;
}

.bd-border-btn.link-prev:hover i:last-child {
    left: -10%;
    right: auto;
}

/* pulse effect animation */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes scale {
    0% {
        width: 5px;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 5px;
    }
}

@keyframes scale {
    0% {
        width: 5px;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 5px;
    }
}

@-webkit-keyframes zoom {
    0% {
        scale: 0.5;
    }

    50% {
        scale: 1;
    }

    100% {
        scale: 0.5;
    }
}

@keyframes zoom {
    0% {
        scale: 0.5;
    }

    50% {
        scale: 0.8;
    }

    100% {
        scale: 0.5;
    }
}

@media (max-width: 575px) {
    .bd-border-btn {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 50px;
        font-size: 13px;
    }

    .bd-cta__section .bd-cta__title {
        font-size: 19px !important;
    }

    .bd-cta__info span {
        font-size: 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bd-border-btn {
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .bd-cta__section .bd-cta__title {
        font-size: 21px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .bd-border-btn {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 60px;
    }

    .bd-cta__section .bd-cta__title {
        font-size: 21px !important;
    }
}

/*----------------------------------------*/
/*  PRELOADER CSS START
/*----------------------------------------*/
.bd-preloader {
    background-color: var(--bd-common-white);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-preloader__center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bd-preloader img,
.bd-preloader svg {
    width: 150px;
    animation: zoom 1s infinite;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: var(--bd-grey-1);
}

.grey-bg-2 {
    background: var(--bd-grey-2);
}

.white-bg {
    background: var(--bd-common-white);
}

.black-bg {
    background: var(--bd-common-black);
}

.theme-bg {
    background-color: var(--bd-grey-1);
}

.theme-bg-2 {
    background-color: var(--bd-grey-2);
}

.primary-bg {
    background-color: var(--bd-theme-primary);
}

.brand-red {
    color: #f42a41;
}

.brand-red-bg {
    background-color: #f42a41;
}

.brand-light-green {
    color: #006a4e;
}

.brand-light-green-bg {
    background-color: #006a4e;
}

.brand-dark-green {
    color: #004332;
}

.brand-dark-green-bg {
    background-color: #004332;
}

/* tp range slider css */
.bd-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}

.bd-range-slider .noUi-target {
    background-color: #191c3c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}

.bd-range-slider .noUi-connect {
    background-color: var(--bd-theme-1);
}

.bd-range-slider .noUi-horizontal {
    height: 6px;
}

.bd-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: var(--bd-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid var(--bd-common-white);
    box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
    top: -9px;
}

.bd-range-slider .noUi-handle:hover {
    cursor: pointer;
}

.bd-range-slider .noUi-handle::before,
.bd-range-slider .noUi-handle::after {
    display: none;
}

.bd-range-slider-dark .noUi-handle {
    border: 4px solid #2d314b;
}

/* tp swiper slider dot */
.bd-swiper-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--bd-grey-1);
    opacity: 1;
    margin: 0 9px;
    position: relative;
}

.bd-swiper-dot .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.bd-swiper-dot .swiper-pagination-bullet button {
    font-size: 0;
}

.bd-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bd-theme-1);
}

.bd-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border-color: var(--bd-theme-1);
    transform: translate(-50%, -50%) scale(1);
}

.bd-swiper-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    background-color: var(--bd-common-white);
    color: var(--bd-common-black);
}

.bd-swiper-arrow:hover {
    background-color: var(--bd-common-black);
    color: var(--bd-common-white);
}

/* tp slick arrow */
/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__area {
    position: fixed;
    right: -490px;
    top: 0;
    width: 450px;
    height: 100%;
    min-height: 768px;
    background: var(--bd-common-white) none repeat scroll 0 0;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 1s;
    z-index: 9999;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

.offcanvas__area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
    right: 0px;
}

@media (max-width: 575px) {
    .offcanvas__area {
        width: 290px;
    }
}

.offcanvas__wrapper {
    position: relative;
    padding: 45px;
    background-color: var(--bd-common-white);
    overflow: auto;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    background: var(--bd-common-black);
    color: #fff;
}

.offcanvas__close-btn:hover {
    background: #da0820;
}

.offcanvas__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.offcanvas__color {
    margin-bottom: 40px;
}

.offcanvas__color h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.offcanvas__color input {
    display: none;
}

.offcanvas__color label {
    width: 100%;
    height: 60px;
    background-color: var(--bd-theme-primary);
}

.offcanvas__color label:hover {
    cursor: pointer;
}

.offcanvas__search {
    position: relative;
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    color: var(--bd-common-black);
}

.offcanvas__search input::placeholder {
    color: var(--bd-text-1);
}

.offcanvas__search input:focus {
    border-color: var(--bd-theme-primary);
}

.offcanvas__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--bd-text-1);
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--bd-common-black);
}

.offcanvas__contact ul li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.offcanvas__contact ul li i {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* .offcanvas__contact ul li:hover i {
  background: var(--bd-theme-primary);
  color: var(--bd-common-white);
  border-color: var(--bd-theme-primary);
}
.offcanvas__contact ul li:hover a {
  color: var(--bd-theme-primary);
} */
.offcanvas__contact-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: white;
    line-height: 40px;
    text-align: center;
    background-color: black;
    /* border: 1px solid var(--bd-border-1); */
}

.offcanvas__contact-text a {
    font-size: 14px;
    color: var(--bd-text-1);
}

.offcanvas__contact-text a:hover {
    color: var(--bd-text-1);
}

.offcanvas__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}

.offcanvas__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--bd-grey-1);
    color: var(--bd-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas__social ul li a:hover {
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--bd-common-black);
    position: relative;
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--bd-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--bd-common-white);
    text-align: center;
}

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--bd-common-black);
    font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
    color: var(--bd-theme-primary);
}

.offcanvas__notification-text p a {
    color: var(--bd-theme-primary);
}

.offcanvas__btn a {
    margin-bottom: 20px;
}

/*----------------------------------------*/
/*  BREADCRUMB CSS START
/*----------------------------------------*/
/* .breadcrumb__section {
    min-height: 224px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--bd-light-green);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 542px 22px;
    border-bottom-right-radius: 542px 22px;
} */
.breadcrumb__section {
    min-height: 90px;
    padding-top: 26px;
    padding-bottom: 0;
    background-color: var(--bd-light-green);
    background-size: cover;
    border-radius: 0px 0px 10px 10px;
    background-repeat: no-repeat;
    /* border-bottom-left-radius: 7px 0px; */
}

.breadcrumb__title {
    /* font-size: 48px; */
    font-size: 42px;
    color: var(--bd-common-white);

    text-transform: uppercase;
}

.breadcrumb__list span {
    font-size: 16px;
    color: var(--bd-common-black);
    font-weight: 600;
    padding-right: 3px;
    margin-right: 3px;
    text-transform: capitalize;
}

.breadcrumb__list span a:hover {
    color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  ACCORDION CSS START
/*----------------------------------------*/
.bd-accordion .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bd-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bd-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bd-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bd-accordion .accordion-button {
    padding: 30px 0;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 500;
    color: var(--bd-common-white);
    background-color: transparent;
}

.bd-accordion .accordion-button::after {
    position: absolute;
    content: "\f107";
    font-family: var(--bd-ff-fontawesome);
    background-image: none;
    top: 28%;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--bd-theme-1);
    width: auto;
    height: auto;
    font-weight: 500;
}

.bd-accordion .accordion-button.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: var(--bd-common-white);
}

.bd-accordion .accordion-button:not(.collapsed) {
    color: var(--bd-theme-1);
    background-color: transparent;
    box-shadow: none;
}

.bd-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.bd-accordion .accordion-button:hover {
    color: var(--bd-theme-1);
}

.bd-accordion .accordion-button:hover::after {
    color: var(--bd-theme-1);
}

.bd-accordion .accordion-body {
    padding: 0 0 25px;
}

.bd-accordion .accordion-body p {
    font-size: 16px;
    color: var(--bd-text-1);
}

/*----------------------------------------*/
/*  NAV TAB CSS START
/*----------------------------------------*/
.bd-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}

.bd-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
}

/*----------------------------------------*/
/*  MODAL CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/

.bd-section__subtitle p span {
    color: white !important;
}

.bd-section__subtitle {
    font-size: 20px;
    font-weight: 400;
    color: var(--bd-grey-4);
    text-transform: capitalize;
    letter-spacing: 1px;
}

.bd-section__title {
    font-size: 40px;
    color: var(--bd-darker-green);
    font-weight: 600;
    text-transform: capitalize;
    /* letter-spacing: 2px; */
    line-height: 1.5;
}

.bd-section__title-white {
    font-size: 40px;
    color: var(--bd-common-white);
    font-weight: 600;
    text-transform: capitalize;
    /* letter-spacing: 2px; */
    line-height: 1.5;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .bd-section__title,
    .bd-section__title-white {
        letter-spacing: 2px;
    }

    .bd-section__title br {
        display: none;
    }
}

.bd-section__title.bd-title-border {
    position: relative;
}

/* .bd-section__title.bd-title-border::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 30px;
  height: 3px;
  display: inline-block;
  background-color: var(--bd-grey-4);
  animation: scale infinite 3s;
} */
.bd-section__subtitle-lg {
    font-size: 21px;
    color: var(--bd-theme-primary);
    font-weight: 400;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-section__subtitle-lg {
        letter-spacing: 2px;
    }

    .bd-section__subtitle-lg br {
        display: none;
    }
}

.bd-section__title-lg {
    font-size: 36px;
    color: var(--bd-common-black);
    font-weight: 500;
    text-transform: uppercase;

    line-height: 1.2;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-section__title-lg {
        letter-spacing: 2px;
    }

    .bd-section__title-lg br {
        display: none;
    }
}

/*[added by shams]*/
@media only screen and (max-width: 575px) {
    .bd-section__subtitle {
        font-size: 18px;
    }

    .bd-section__title,
    .bd-section__title-white {
        font-size: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-section__subtitle {
        font-size: 18px;
    }

    .bd-section__title,
    .bd-section__title-white {
        font-size: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-section__subtitle {
        font-size: 20px;
    }

    .bd-section__title .bd-section__title-white {
        font-size: 35px;
    }
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.bd-header__transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
}

.bd-header__search-form {
    position: absolute;
    right: 0;
    top: 60px;
    width: 400px;
    padding: 40px;
    background-color: var(--bd-common-black);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-header__search-form form {
    position: relative;
}

.bd-header__search-form form input {
    width: 100%;
    height: 50px;
    padding-right: 50px;
    padding-left: 20px;
    border: 2px solid transparent;
}

.bd-header__search-form form input::-webkit-input-placeholder {
    color: gray;
}

.bd-header__search-form form input:-moz-placeholder {
    color: gray;
}

.bd-header__search-form form input::-moz-placeholder {
    color: gray;
}

.bd-header__search-form form input:-ms-input-placeholder {
    color: gray;
}

.bd-header__search-form form input:focus {
    outline: none;
    border-color: var(--bd-theme-primary);
}

.bd-header__search-form form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.bd-header__search-form form button:hover {
    color: var(--bd-common-black);
}

.bd-header__search-form.show {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.bd-header__search-btn {
    font-size: 18px;
    color: var(--bd-common-black);
}

.bd-header__search-btn-close {
    position: absolute;
    left: 0;
    transform: scale(0);
    font-size: 20px;
    color: var(--bd-common-black);
}

.bd-header__search.show .bd-header__search-btn {
    opacity: 0;
}

.bd-header__search.show .bd-header__search-btn-close {
    transform: scale(1);
}

.bd-header__hamburger {
    margin-top: 3px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-header__main {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.bd-header__main.header-sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: var(--bd-common-white);
}

/* logo */
.logo img {
    max-width: 150px;
    height: auto;
    margin: 20px 0;
}

.icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid rgba(0, 66, 50, 0.4);
    color: #004232;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.select-dir {
    color: #080808;
    padding: 0 3px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

@media only screen and (max-width: 575px) {
    .logo img {
        width: 100px;
        margin: 0;
    }
}

/* main menu css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu {
        margin-left: 30px;
    }
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 20px;
    }
}

.main-menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: var(--bd-common-black);
    padding: 23px 0;
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    position: relative;
}

.main-menu ul li a::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 0;
    height: 2px;
    display: inline-block;
    background-color: var(--bd-darker-green);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
}

.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: var(--bd-common-black);
    font-family: var(--bd-ff-fontawesome);
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 300px;
    background: var(--bd-common-white);
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.main-menu ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a {
    padding: 10px 25px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: var(--bd-common-black);
    width: 100%;
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--bd-light-green);
    z-index: -1;
}

.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
    color: var(--bd-common-white);
}

.main-menu ul li .submenu li:hover>a::after {
    color: var(--bd-common-white);
}

.main-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover>a {
    color: var(--bd-darker-green);
}

.main-menu ul li:hover>a::after {
    color: var(--bd-darker-green);
}

.main-menu ul li:hover>a::before {
    width: 20px;
}

.main-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 16px 0 16px 10px;
    color: var(--bd-common-black);
    border-top: 1px solid #ebebeb;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

.mean-container .mean-nav ul li a:hover {
    color: white;
    background-color: #006a4e;
}

.mean-container .mean-nav ul li .blood-btn:hover {
    background-color: #f42a41;
    color: #fff !important;
    font-weight: 700;
}

.mean-container .mean-nav ul li .blood-btn {
    border: 1px solid #f42a41 !important;
    padding: 10px 20px !important;
    border-radius: 5px;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 14px;
    margin-right: 10px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--bd-common-white);
    background-color: var(--bd-light-green);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--bd-darker-green);
    color: var(--bd-common-white);
    border-color: var(--bd-common-white);
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--bd-common-white);
    background-color: var(--bd-darker-green);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--bd-common-white);
}

.header-auth-btn {
    color: #fff !important;
    padding: 3px 10px !important;
    border: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    width: 90px;
    display: inline-block;
}

.header-login-btn:hover {
    background-color: rgba(190, 7, 7, 0.846);
    color: #e0e0e0;
    /* Slightly lighter text color on hover */
}

.header-login-btn:focus {
    outline: none;
    /* Remove outline on focus */
    box-shadow: 0 0 0 3px rgba(199, 6, 6, 0.25);
    /* Add shadow on focus */
}

.header-login-btn:active {
    background-color: #e0082f;
    /* Even darker shade for active state */
}

.header-register-btn:hover {
    background-color: rgba(10, 79, 40, 0.941);
    color: #e0e0e0;
    /* Slightly lighter text color on hover */
}

.header-register-btn:focus {
    outline: none;
    /* Remove outline on focus */
    box-shadow: 0 0 0 3px rgba(10, 136, 65, 0.455);
    /* Add shadow on focus */
}

.header-register-btn:active {
    background-color: #145934df;
    /* Even darker shade for active state */
}

/*----------------------------------------*/
/* 04. SLIDER CSS
/*----------------------------------------*/
.bd-slider__item {
    background-size: cover;
    background-repeat: no-repeat;
}

.bd-slider__height {
    min-height: 850px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-slider__height {
        min-height: 750px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-slider__height {
        min-height: 650px;
    }
}

@media (max-width: 575px) {
    .bd-slider__height {
        min-height: 650px;
    }
}

.bd-slider__overlay {
    position: relative;
    z-index: 1;
}

.bd-slider__overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
}

.bd-slider__subtitle {
    font-size: 22px;
    font-weight: 300;
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    /* letter-spacing: 5px; */
    line-height: 1.2;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-slider__subtitle {
        letter-spacing: 1px;
        font-size: 17px;
    }
}

.bd-slider__title {
    font-size: 65px;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-transform: uppercase;
    /* letter-spacing: 5px; */
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-slider__title {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .bd-slider__title {
        font-size: 33px;
    }
}

.bd-slider__content p {
    font-size: 22px;
    margin-bottom: 20px;
    color: rgb(235, 235, 235);
    font-weight: 300;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-slider__content p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .bd-slider__pagination {
        display: none;
    }
}

.bd-slider__pagination button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bd-slider__pagination button.slider-button-next {
    left: auto;
    right: 0;
}

.bd-slider__dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
}

.bd-slider__dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--bd-common-white);
    margin: 0 8px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slider-play-btn {
    font-size: 14px;
    color: var(--bd-common-dark-3);
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 575px) {
    .slider-play-btn {
        display: block;
    }
}

.slider-play-btn .slider-play-btn-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--bd-common-white);
    color: var(--bd-common-dark-3);
    border-radius: 50%;
}

.slider-play-btn .slider-play-btn-text {
    margin-left: 20px;
}

.slider-play-btn:hover {
    color: var(--bd-common-white);
}

/* bdmap svg */
#dot1 {
    animation: dotsAnime 0.2s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot2 {
    animation: dotsAnime 0.3s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot3 {
    animation: dotsAnime 0.4s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot4 {
    animation: dotsAnime 0.5s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot5 {
    animation: dotsAnime 0.5s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot6 {
    animation: dotsAnime 0.6s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot7 {
    animation: dotsAnime 0.7s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot8 {
    animation: dotsAnime 0.8s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot9 {
    animation: dotsAnime 0.9s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot10 {
    animation: dotsAnime 1s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot11 {
    animation: dotsAnime 1.1s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot12 {
    animation: dotsAnime 1.2s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot13 {
    animation: dotsAnime 1.3s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot14 {
    animation: dotsAnime 1.4s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot15 {
    animation: dotsAnime 1.5s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot16 {
    animation: dotsAnime 1.6s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot17 {
    animation: dotsAnime 1.8s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot18 {
    animation: dotsAnime 1.9s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot19 {
    animation: dotsAnime 2s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot20 {
    animation: dotsAnime 2.1s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot21 {
    animation: dotsAnime 2.2s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

#dot22 {
    animation: dotsAnime 2.3s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes dotsAnime {
    from {
        scale: 1 1;
        opacity: 0;
    }

    to {
        scale: 2 2;
        opacity: 1;
    }
}

/*----------------------------------------*/
/*  05: ABOUT CSS
/*----------------------------------------*/
.bd-about__section {
    background-image: url("../img/home/abtsecbg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bd-about__img {
    margin-right: 20px;
}

.bd-about__img img {
    max-width: 100%;
}

.goal-img {
    width: 400px;
}

.founder__img {
    max-width: 100%;
}

@media (max-width: 360px) {
    .goal-img {
        width: 100%;
    }
}

@media (min-width: 361px) and (max-width: 575px) {
    .goal-img {
        width: 360px;
    }
}

@media (max-width: 575) {
    .bd-about__img {
        margin-right: 0;
    }

    .bd-about__img img {
        max-width: 280px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-about__img img {
        max-width: 300px;
        margin-right: 0;
    }

    .goal-img {
        width: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-about__img img {
        max-width: 300px;
        margin-right: 0;
    }

    .goal-img {
        width: 350px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-about-2__text {
        margin-left: 0;
    }
}

.founder-div {
    background-image: url("../img/about/tiltbg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

/*----------------------------------------*/
/*  06: SERVICES CSS
/*----------------------------------------*/
.bd-services__item {
    padding: 10px;
}

.bd-services__icon {
    width: 60px;
    height: 60px;
    background-color: var(--bd-grey-1);
    font-size: 25px;
    color: var(--bd-common-black);
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

.bd-services__title {
    font-size: 24px;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    font-weight: 500;
    margin-bottom: 10px;
}

.bd-services__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.bd-services__title a:hover {
    background-size: 0% 1px, 100% 1px;
}

.bd-services__content p {
    margin-bottom: 30px;
}

.bd-services-2__item {
    padding: 40px 35px;
    position: relative;
    border: 3px solid var(--bd-darker-green);
}

.bd-services-2__item_focus {
    background-color: var(--bd-darker-green);
}

.bd-services-2__item_focus .bd-services-2__title {
    color: var(--bd-common-white);
}

.bd-services-2__item_focus .bd-services-2__content p {
    color: var(--bd-common-white);
}

.bd-services-2__item::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 3px;
    width: 0;
    display: inline-block;
    background-color: var(--bd-light-red);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-services-2__item:hover::before {
    right: auto;
    width: 100%;
    left: 0;
}

.bd-services-2__icon {
    width: 60px;
    height: 60px;
    background-color: var(--bd-grey-1);
    font-size: 25px;
    color: var(--bd-common-black);
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

.bd-services-2__title {
    font-size: 20px;
    color: var(--bd-grey-4);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bd-services-2__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.bd-services-2__title a:hover {
    background-size: 0% 1px, 100% 1px;
}

.bd-services-2__content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--bd-grey-4);
}

.common__p {
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
    color: var(--bd-grey-4);
}

.common__p p span {
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
    color: var(--bd-grey-4) !important;
}

.icnDivService img {
    padding: 8px;
    width: 85px;
}

.bd-section__inner-list ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.bd-section__inner-list ul li span {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--bd-theme-primary);
}

.bd-section__inner-title {
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .bd-services-2__title {
        font-size: 17px;
    }

    .bd-services-2__content p {
        font-size: 14px;
    }

    .common__p {
        font-size: 14px;
    }

    .icnDivService img {
        width: 47px;
    }

    .bd-services-2__item {
        max-width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-services-2__title {
        font-size: 17px;
    }

    .bd-services-2__content p {
        font-size: 14px;
    }

    .common__p {
        font-size: 14px;
    }

    .icnDivService img {
        width: 47px;
    }

    .bd-services-2__item {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-services-2__title {
        font-size: 21px;
    }

    .bd-services-2__content p {
        font-size: 15px;
    }

    .common__p {
        font-size: 15px;
    }

    .icnDivService img {
        width: 50px;
    }
}

/* digital services start  */
.bd-services-2__item_digital {
    padding: 30px 20px;
    position: relative;
    border: 3px solid var(--bd-darker-green);
    /* max-width: 310px;
    min-width: 240px; */
    border-radius: 12px;
    /* margin: 0 20px 0px 0px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#prevBtn {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    color: rgb(99, 99, 99);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.533);
    border: none;
    border-radius: 20px;
    padding: 10px 13px;
    cursor: pointer;
    z-index: 10;
}

#nextBtn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    color: rgb(99, 99, 99);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.533);
    border: none;
    border-radius: 20px;
    padding: 10px 13px;
    cursor: pointer;
    z-index: 10;
}

.icnDivService i {
    font-size: 35px;
    color: var(--bd-common-white);
}

/* .icnDivService div{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  } */
.icnDivService div {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: var(--bd-light-green);
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

/* digital services end  */

/*----------------------------------------*/
/*  07. FEATURE CSS
/*----------------------------------------*/
.bd-feature__section {
    position: relative;
}

.bd-feature__section::after {
    content: "";
    background-color: #e2ebf4;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-feature__section::after {
        display: none;
    }
}

.bd-feature__item {
    margin-bottom: 30px;
}

.bd-feature__icon {
    margin-right: 30px;
    flex: 0 0 auto;
}

.bd-feature__icon span {
    font-size: 20px;
    color: var(--bd-common-black);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(191, 205, 219);
    background-color: rgba(255, 255, 255, 0);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    color: var(--bd-common-black);
}

.bd-feature__title {
    font-size: 17px;
    font-weight: 500;
    color: var(--bd-common-black);
    text-transform: uppercase;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-feature__img img {
        width: 100%;
    }
}

/*----------------------------------------*/
/*  08. COUNTER CSS
/*----------------------------------------*/
.bd-counter__item {
    border-right: 1px solid var(--bd-border-2);
    margin-left: 25px;
    margin-right: 25px;
}

.bd-counter__icon {
    margin-right: 20px;
}

.bd-counter__icon span {
    font-size: 48px;
    color: var(--bd-common-black);
}

.bd-counter__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;

}

.bd-counter__info span {
    font-size: 21px;
    color: var(--tp-text-1);
    display: inline-block;
    margin-bottom: 5px;
}

.achievements {
    position: relative;
    box-shadow: 0px 0px 10px 0px #44625452;
}

.achievements img {
    max-width: 50%;
}

.ele1 {
    position: absolute;
    top: 0;
    left: 0;
}

.ele1 img {
    width: 20%;
}

.ele2 img {
    width: 20%;
}

.ele2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 575px) {
    .achievements img {
        max-width: 80%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .achievements img {
        max-width: 80%;
    }
}

/*----------------------------------------*/
/* 09. CONTACT CSS
/*----------------------------------------*/
.bd-cta__info span {
    color: var(--bd-common-white);
    font-size: 16px;
}

.bd-cta__section {
    background-color: #005e44;
}

.bd-cta__section .bd-cta__title {
    font-size: 24px;
    font-weight: 500;
}

.bd-contact__map iframe {
    width: 100%;
    height: 250px;
}

/*----------------------------------------*/
/*  10. TESTIMONIAL CSS
/*----------------------------------------*/
.bd-testimonial__area {
    position: relative;
    background-image: url("../img/home/qt.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position-x: left;
}

.bd-testimonial__item {
    background-color: var(--bd-common-white);
    padding: 50px 20px;
    box-shadow: 1px 1px 4px 0px rgba(1, 1, 1, 0.25);
    border-radius: 15px;
}

.bd-testimonial__icon {
    text-align: center;
    margin-bottom: 30px;
}

.bd-testimonial__icon span {
    font-size: 46px;
}

.bd-testimonial__review {
    margin-bottom: 30px;
}

.bd-testimonial__revirwer-avata {
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.bd-testimonial__revirwer-avata img {
    border: 2px solid var(--bd-darker-green);
    border-radius: 50%;
}

.bd-testimonial__revirwer-name {
    line-height: 1;
}

.bd-testimonial__revirwer-name h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--bd-grey-3);
}

.bd-testimonial__revirwer-name span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--bd-grey-3);
}

.testimonial-slider-button-prev {
    /* position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%); */
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--bd-grey-2);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    z-index: 1;
}

/* .slider_btn_div{
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
} */

@media (max-width: 575px) {
    .bd-testimonial__area {
        background-size: 200px;
    }

    .breadcrumb__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 42px;
    }

    .bd-testimonial__area {
        background-size: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-testimonial__area {
        background-size: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial__area {
        background-size: 400px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider-button-prev {
        position: static;
        transform: translateY(0%);
        top: auto;
        margin: 0 15px;
        bottom: -100px;
    }
}

.testimonial-slider-button-next {
    /* position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%); */
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--bd-grey-2);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    z-index: 1;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider-button-next {
        margin: 0 15px;
        transform: translateY(0%);
        position: static;
        top: auto;
        bottom: -100px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider-button-next {
        margin: 0 15px;
        transform: translateY(0%);
        position: static;
        top: auto;
        bottom: -100px;
    }
}

.testimonial3-slider-prev span,
.testimonial3-slider-next span {
    font-size: 20px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background-color: var(--bd-grey-2);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    display: inline-block;
}

.testimonial3-slider-prev {
    margin-right: 10px;
}

.bd-testimonial-3__title {
    font-size: 26px;
    color: var(--bd-common-black);
    text-transform: uppercase;

    margin-bottom: 25px;
    position: relative;
}

.bd-testimonial-3__title::before {
    content: "\f10d";
    position: absolute;
    top: -30px;
    left: -40px;
    font-family: var(--bd-ff-fontawesome);
    font-weight: 300;
    font-size: 25px;
}

.bd-testimonial-3__name {
    font-size: 18px;

    text-transform: uppercase;
}

/*----------------------------------------*/
/* 11. BRAND CSS
/*----------------------------------------*/
.bd-brand__item {
    border: 1px solid var(--bd-border-1);
    margin: -1px 0 0 -1px;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-brand__item img {
    max-width: 100%;
}

.bd-brand__section .container-fluid {
    padding: 0 120px;
}

.blog_plate {
    box-shadow: 1px 1px 4px 0px rgba(1, 1, 1, 0.25);
    position: relative;
}

.blog_plate_content {
    margin-bottom: 85px;
}

.blog_author {
    margin-top: 16px;
}

.blog_author img {
    width: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.content p {
    line-height: 1.6;
    font-size: 1.1rem;
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}

.blog_plate_content_bottom {
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

.blog_p {
    font-size: 17px;
    line-height: 1.6;
}

.blog_icon {
    width: 20px;
}

.lotusicon {
    width: 24px;
    height: 18px;
}

.cmnticon {
    height: 16px;
}

.bkmrkicon {
    width: 16px;
    height: 26px;
}

@media (max-width: 575px) {
    .bd-brand__section .container-fluid {
        padding: 0 20px;
    }

    .blog_p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand__section .container-fluid {
        padding: 0 20px;
    }

    .blog_p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand__section .container-fluid {
        padding: 0 20px;
    }

    .blog_p {
        font-size: 16px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .project3-slider-prev {
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*  12. TEAM CSS
/*----------------------------------------*/
.bd-team-3__member:hover .bd-team-3__social {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.bd-team-3__member:hover .bd-team-3__img img {
    transform: scale(1.1);
}

.bd-team-3__img img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-team-3__social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-team-3__social span a {
    font-size: 18px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background-color: var(--bd-common-white);
    color: var(--bd-common-black);
    display: inline-block;
}

.bd-team-3__social span a:hover {
    color: var(--bd-theme-primary);
}

.bd-team-3__name {
    font-size: 18px;
    font-weight: 500;
    color: var(--bd-common-black);
}

.bd-team-3__name a:hover {
    color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  13. PRICE CSS
/*----------------------------------------*/
.bd-price__box {
    padding-bottom: 40px;
    box-shadow: 0px 3px 18px 0px rgba(6, 6, 6, 0.08);
}

.bd-price__box.active .bd-price__heading {
    background-color: var(--bd-theme-primary);
}

.bd-price__box.active .bd-price__title,
.bd-price__box.active .bd-price__subtitle {
    color: var(--bd-common-white);
}

.bd-price__box:hover .bd-price__heading {
    background-color: var(--bd-theme-primary);
}

.bd-price__box:hover .bd-price__title,
.bd-price__box:hover .bd-price__subtitle {
    color: var(--bd-common-white);
}

.bd-price__heading {
    background-color: var(--bd-grey-2);
    padding-top: 40px;
    padding-bottom: 70px;
    margin-bottom: -60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-price__subtitle {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bd-theme-primary);
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bd-price__title {
    font-size: 21px;

    text-transform: uppercase;
}

.bd-price__circle {
    display: inline-block;
    margin-bottom: 30px;
}

.bd-price__value {
    width: 120px;
    height: 120px;
    box-shadow: 0px 3px 12px 0px rgba(6, 6, 6, 0.06);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--bd-common-white);
}

.bd-price__value b {
    font-size: 30px;
    display: block;
    color: var(--bd-common-black);
    line-height: 1;
}

.bd-price__content ul {
    text-align: start;
    margin-bottom: 60px;
}

.bd-price__content ul li {
    list-style: none;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 10px;
}

.bd-price__content ul li span {
    float: right;
}

/*----------------------------------------*/
/*  14. PORTFOLIO CSS
/*----------------------------------------*/
.bd-portfolio__img img {
    border-radius: 50%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-portfolio__img {
        margin-left: 0;
        margin-right: 0;
    }
}

.bd-portfolio-2__menu button {
    margin: 25px;
    text-transform: uppercase;
    font-weight: 500;

    color: var(--bd-common-black);
}

.bd-portfolio-2__menu button.active {
    color: var(--bd-theme-primary);
}

.bd-portfolio-2__wrapper {
    position: relative;
    z-index: 1;
}

.bd-portfolio-2__wrapper:hover .bd-portfolio-2__thumb::after {
    width: 100%;
    height: 100%;
}

.bd-portfolio-2__wrapper:hover .bd-portfolio-2__content a {
    transform: scale(1);
}

.bd-portfolio-2__thumb {
    position: relative;
}

.bd-portfolio-2__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--bd-theme-primary);
    display: inline-block;
    z-index: 1;
    opacity: 0.3;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transition: 0.3s;
}

.bd-portfolio-2__content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.bd-portfolio-2__content a {
    width: 80px;
    height: 80px;
    background-color: var(--bd-theme-primary);
    display: inline-block;
    line-height: 80px;
    color: var(--bd-common-white);
    font-size: 20px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.6s;
}

.project3-slider-prev,
.project3-slider-next {
    font-size: 20px;
    width: 47px;
    height: 47px;
    background-color: var(--bd-grey-2);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project3-slider-prev:hover,
.project3-slider-next:hover {
    color: var(--bd-theme-primary);
}

.project3-slider-prev {
    margin-right: 10px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .project3-slider-prev {
        margin-bottom: 30px;
    }
}

.bd-portfolio__feature h3 {
    font-size: 18px;
    color: var(--bd-common-black);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
}

.bd-portfolio__feature-list {
    margin-bottom: 40px;
}

.bd-portfolio__feature-list span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
}

.bd-portfolio__feature-list span i {
    position: absolute;
    left: 0;
    top: 7px;
    margin-right: 15px;
    color: var(--bd-theme-primary);
}

.inner-social__links span {
    margin-right: 10px;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
}

.inner-social__links span.title {
    color: var(--bd-common-black);
    font-weight: 700;
}

.inner-social__links span a:hover {
    color: var(--bd-theme-primary);
}

.pt-inner-sidebar {
    padding: 40px;
    padding-bottom: 10px;
}

.tp-pt__inmner-step h4 {
    font-size: 16px;
    font-weight: 500;
}

/*----------------------------------------*/
/* 15. BLOG CSS
/*----------------------------------------*/
.bd-blog__date span {
    padding: 40px 40px;
    background-color: var(--bd-theme-primary);
    display: inline-block;
    color: var(--bd-common-white);
    text-align: center;
    font-size: 18px;
    margin-right: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-blog__date span {
        margin-bottom: 30px;
    }
}

.bd-blog__date span b {
    font-size: 36px;
    font-weight: 500;
}

.bd-blog__title {

    font-size: 18px;
    color: var(--bd-common-black);
    margin-bottom: 15px;
    line-height: 1.5;
    text-transform: uppercase;
}

.bd-blog__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.bd-blog__title a:hover {
    background-size: 0% 1px, 100% 1px;
}

.bd-blog-3__content {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0px 3px 48px 0px rgba(6, 6, 6, 0.08);
}

.bd-blog-3__title {

    font-size: 18px;
    color: var(--bd-common-black);
    margin-bottom: 15px;
    line-height: 1.5;
    text-transform: uppercase;
}

.bd-blog-3__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.bd-blog-3__title a:hover {
    background-size: 0% 1px, 100% 1px;
}

@media (max-width: 575px) {
    .postbox__wrapper {
        padding-right: 0;
    }
}

.postbox__thumb {
    position: relative;
}

.postbox__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--bd-theme-primary);
    display: inline-block;
}

.postbox__item {
    box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.08);
}

.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.postbox__content {
    padding: 40px 50px;
}

@media (max-width: 575px) {
    .postbox__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.postbox__title {
    font-size: 24px;
    margin-bottom: 20px;
    /* letter-spacing: 3px; */
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
}

.postbox__title a:hover {
    color: var(--bd-theme-primary);
}

.postbox__meta {
    padding: 10px 50px;
    margin-bottom: 5px;
}

.postbox__meta.no-padding {
    padding: 10px 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__meta {
        padding: 10px 0;
    }
}

.postbox__meta span {
    font-size: 14px;
    font-weight: 600;
    color: var(--bd-common-black);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .postbox__meta span {
        display: block;
        margin-bottom: 5px;
    }
}

.postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__meta span i {
    color: var(--bd-theme-1);
    margin-right: 3px;
}

.postbox__meta span:hover {
    color: var(--bd-theme-2);
}

.postbox__meta span:hover i {
    color: var(--bd-theme-2);
}

.postbox__meta img {
    margin-right: 5px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__author {
        display: none;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__datebox {
        margin-right: 0;
    }
}

.postbox__datebox span {
    background-color: var(--bd-theme-primary);
    display: inline-block;
    color: var(--bd-common-white);
    padding: 20px;
    flex: 0 0 auto;
    text-align: center;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__datebox span {
        display: none;
    }
}

.postbox__datebox span b {
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.postbox__text img {
    max-width: 100%;
}

.postbox__text p {
    margin-bottom: 28px;
}

.postbox__text-single p {
    margin-bottom: 15px;
}

.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--bd-common-white);
}

.postbox__slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}

@media (max-width: 575px) {
    .postbox__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .postbox__slider button {
        left: 10px;
    }
}

.postbox__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

.postbox__comment ul li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .postbox__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
    background: var(--bd-common-white);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__comment-form {
        padding: 40px 10px;
    }
}

.postbox__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--bd-light-green);
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}

.postbox__comment-input span {
    font-weight: 600;
    color: var(--bd-common-black);
    margin-bottom: 12px;
    display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--bd-common-black);
    outline: none;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #f7f7f7;
}

.postbox__comment-input input::-webkit-input-placeholder,
.postbox__comment-input textarea::-webkit-input-placeholder {
    color: grey;
}

.postbox__comment-input input:-moz-placeholder,
.postbox__comment-input textarea:-moz-placeholder {
    color: grey;
}

.postbox__comment-input input::-moz-placeholder,
.postbox__comment-input textarea::-moz-placeholder {
    color: grey;
}

.postbox__comment-input input:-ms-input-placeholder,
.postbox__comment-input textarea:-ms-input-placeholder {
    color: grey;
}

.postbox__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postbox__comment-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox__comment-box {
    padding: 30px;
    padding-right: 40px;
    padding-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.08);
}

.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.postbox__comment-name {
    margin-bottom: 5px;
    /* letter-spacing: 2px; */
}

.postbox__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.postbox__comment-name span {
    font-size: 14px;
    color: var(--bd-text-1);
}

@media (max-width: 575px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 16px;
    margin-bottom: 15px;
}

.postbox__comment-reply {
    margin-top: 10px;
}

.postbox__comment-reply a {
    display: inline-block;
    color: var(--bd-theme-primary);
    background: rgba(61, 108, 231, 0.1);
    padding: 5px 20px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    /* letter-spacing: 2px; */
}

.postbox__comment-reply a:hover {
    color: var(--bd-common-white);
    background: var(--bd-theme-primary);
}

.postbox__comment-agree {
    padding-left: 5px;
}

.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--bd-common-white);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--bd-theme-primary);
    border-color: transparent;
}

.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--bd-ff-fontawesome);
    font-size: 10px;
    color: var(--bd-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.postbox__comment-agree input:hover {
    cursor: pointer;
}

.postbox__comment-agree label {
    padding-left: 8px;
    color: var(--bd-text-1);
    line-height: 1;
}

.postbox__comment-agree label a {
    color: var(--bd-common-black);
    font-weight: 600;
    padding-left: 4px;
}

.postbox__comment-agree label a:hover {
    color: var(--bd-theme-1);
}

.postbox__comment-agree label:hover {
    cursor: pointer;
}

.postbox__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--bd-common-black);
    margin-right: 10px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-2__wrapper {
        padding-right: 0;
    }
}

.postbox-2__thumb {
    position: relative;
}

.postbox-2__thumb img {
    width: 100%;
}

.postbox-2__thumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--bd-theme-primary);
    display: inline-block;
}

.postbox-2__item {
    box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.08);
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.postbox-2__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.postbox-2__content {
    padding: 40px 20px;
    padding-bottom: 0;
    padding-top: 0;
}

@media (max-width: 575px) {
    .postbox-2__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.postbox-2__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-2__author {
        display: none;
    }
}

.postbox-2__title {
    font-size: 24px;
    margin-bottom: 20px;
    /* letter-spacing: 2px; */
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
}

.postbox-2__title a:hover {
    color: var(--bd-theme-primary);
}

.postbox-2__meta {
    padding: 10px 20px;
    margin-bottom: 5px;
}

.postbox-2__meta span {
    font-size: 14px;
    font-weight: 600;
    color: var(--bd-common-black);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}

.postbox-2__meta span:last-child {
    margin-right: 0;
}

.postbox-2__meta span i {
    color: var(--bd-theme-1);
    margin-right: 3px;
}

.postbox-2__meta span:hover {
    color: var(--bd-theme-2);
}

.postbox-2__meta span:hover i {
    color: var(--bd-theme-2);
}

.postbox-2__meta img {
    margin-right: 5px;
}

.postbox-2__datebox {
    position: absolute;
    margin-right: 0;
    right: -20px;
    top: 40px;
    z-index: 1;
}

.postbox-2__datebox span {
    background-color: var(--bd-theme-primary);
    display: inline-block;
    color: var(--bd-common-white);
    padding: 20px;
    flex: 0 0 auto;
    text-align: center;
}

.postbox-2__datebox span b {
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.postbox-2__text img {
    max-width: 100%;
}

.postbox-2__text p {
    margin-bottom: 28px;
}

.postbox-2__text-single p {
    margin-bottom: 15px;
}

.postbox-2__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--bd-common-white);
}

.postbox-2__slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}

@media (max-width: 575px) {
    .postbox-2__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .postbox-2__slider button {
        left: 10px;
    }
}

.postbox-2__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

.postbox-2__comment ul li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .postbox-2__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox-2__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
    background: var(--bd-common-white);
}

.postbox-2__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.postbox-2__comment-input {
    position: relative;
    margin-bottom: 20px;
}

.postbox-2__comment-input span {
    font-weight: 600;
    color: var(--bd-common-black);
    margin-bottom: 12px;
    display: block;
}

.postbox-2__comment-input input,
.postbox-2__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--bd-common-black);
    outline: none;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #f7f7f7;
}

.postbox-2__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postbox-2__comment-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox-2__comment-box {
    padding: 30px;
    padding-right: 40px;
    padding-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox-2__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.postbox-2__comment-name {
    margin-bottom: 5px;
}

.postbox-2__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.postbox-2__comment-name span {
    font-size: 14px;
    color: var(--bd-text-1);
}

@media (max-width: 575px) {
    .postbox-2__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox-2__comment-text p {
    font-size: 16px;
    color: var(--bd-text-11);
    margin-bottom: 15px;
}

.postbox-2__comment-reply {
    margin-top: 10px;
}

.postbox-2__comment-reply a {
    display: inline-block;
    color: var(--bd-theme-1);
    background: rgba(61, 108, 231, 0.1);
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox-2__comment-reply a:hover {
    color: var(--bd-common-white);
    background: var(--bd-theme-1);
}

.postbox-2__comment-agree {
    padding-left: 5px;
}

.postbox-2__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--bd-common-white);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.postbox-2__comment-agree input:checked {
    position: relative;
    background-color: var(--bd-theme-1);
    border-color: transparent;
}

.postbox-2__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--bd-ff-fontawesome);
    font-size: 10px;
    color: var(--bd-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.postbox-2__comment-agree input:hover {
    cursor: pointer;
}

.postbox-2__comment-agree label {
    padding-left: 8px;
    color: var(--bd-text-1);
    line-height: 1;
}

.postbox-2__comment-agree label a {
    color: var(--bd-common-black);
    font-weight: 600;
    padding-left: 4px;
}

.postbox-2__comment-agree label a:hover {
    color: var(--bd-theme-1);
}

.postbox-2__comment-agree label:hover {
    cursor: pointer;
}

.postbox-2__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--bd-common-black);
    margin-right: 10px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-4__wrapper {
        padding-right: 0;
    }
}

.postbox-4__thumb {
    position: relative;
}

.postbox-4__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--bd-theme-primary);
    display: inline-block;
}

.postbox-4__item {
    box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.08);
}

.postbox-4__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.postbox-4__content {
    padding: 40px 20px;
}

@media (max-width: 575px) {
    .postbox-4__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.postbox-4__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.postbox-4__title {
    font-size: 24px;
    margin-bottom: 20px;
    /* letter-spacing: 2px; */
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
}

.postbox-4__title a:hover {
    color: var(--bd-theme-primary);
}

.postbox-4__meta {
    padding: 10px 20px;
    margin-bottom: 5px;
}

.postbox-4__meta span {
    font-size: 14px;
    font-weight: 600;
    color: var(--bd-common-black);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}

.postbox-4__meta span:last-child {
    margin-right: 0;
}

.postbox-4__meta span i {
    color: var(--bd-theme-1);
    margin-right: 3px;
}

.postbox-4__meta span:hover {
    color: var(--bd-theme-2);
}

.postbox-4__meta span:hover i {
    color: var(--bd-theme-2);
}

.postbox-4__meta img {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .postbox-4__author {
        display: none;
    }
}

.postbox-4__datebox {
    position: absolute;
    bottom: -20px;
    right: 40px;
}

.postbox-4__datebox span {
    background-color: var(--bd-theme-primary);
    display: inline-block;
    color: var(--bd-common-white);
    padding: 20px;
    flex: 0 0 auto;
    text-align: center;
}

.postbox-4__datebox span b {
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.postbox-4__text img {
    max-width: 100%;
}

.postbox-4__text p {
    margin-bottom: 28px;
}

.postbox-4__text-single p {
    margin-bottom: 15px;
}

.postbox-4__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--bd-common-white);
}

.postbox-4__slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}

@media (max-width: 575px) {
    .postbox-4__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .postbox-4__slider button {
        left: 10px;
    }
}

.postbox-4__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

.postbox-4__comment ul li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .postbox-4__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox-4__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
    background: var(--bd-common-white);
}

.postbox-4__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.postbox-4__comment-input {
    position: relative;
    margin-bottom: 20px;
}

.postbox-4__comment-input span {
    font-weight: 600;
    color: var(--bd-common-black);
    margin-bottom: 12px;
    display: block;
}

.postbox-4__comment-input input,
.postbox-4__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--bd-common-black);
    outline: none;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #f7f7f7;
}

.postbox-4__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postbox-4__comment-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox-4__comment-box {
    padding: 30px;
    padding-right: 40px;
    padding-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox-4__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.postbox-4__comment-name {
    margin-bottom: 5px;
}

.postbox-4__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.postbox-4__comment-name span {
    font-size: 14px;
    color: var(--bd-text-1);
}

@media (max-width: 575px) {
    .postbox-4__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox-4__comment-text p {
    font-size: 16px;
    color: var(--bd-text-11);
    margin-bottom: 15px;
}

.postbox-4__comment-reply {
    margin-top: 10px;
}

.postbox-4__comment-reply a {
    display: inline-block;
    color: var(--bd-theme-1);
    background: rgba(61, 108, 231, 0.1);
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox-4__comment-reply a:hover {
    color: var(--bd-common-white);
    background: var(--bd-theme-1);
}

.postbox-4__comment-agree {
    padding-left: 5px;
}

.postbox-4__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--bd-common-white);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.postbox-4__comment-agree input:checked {
    position: relative;
    background-color: var(--bd-theme-1);
    border-color: transparent;
}

.postbox-4__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--bd-ff-fontawesome);
    font-size: 10px;
    color: var(--bd-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.postbox-4__comment-agree input:hover {
    cursor: pointer;
}

.postbox-4__comment-agree label {
    padding-left: 8px;
    color: var(--bd-text-1);
    line-height: 1;
}

.postbox-4__comment-agree label a {
    color: var(--bd-common-black);
    font-weight: 600;
    padding-left: 4px;
}

.postbox-4__comment-agree label a:hover {
    color: var(--bd-theme-1);
}

.postbox-4__comment-agree label:hover {
    cursor: pointer;
}

.postbox-4__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--bd-common-black);
    margin-right: 10px;
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc__post-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex: 0 0 auto;
}

.rc__post-title {
    margin-bottom: 6px;
    font-size: 17px;
}

.rc__post-title a:hover {
    color: var(--bd-theme-1);
}

.rc__meta span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar__widget {
    padding: 30px;
    box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.08);
}

.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;

    text-transform: uppercase;
}

.sidebar__widget ul li {
    list-style: none;
    padding-left: 19px;
    margin-bottom: 25px;
    line-height: 1;
}

.sidebar__widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar__widget ul li a {
    font-size: 14px;
    color: var(--bd-common-black);
    position: relative;
    font-weight: 500;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
}

.sidebar__widget ul li a::after {
    position: absolute;
    content: "\f105";
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--bd-common-black);
    font-family: var(--bd-ff-fontawesome);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar__widget ul li a:hover {
    color: var(--bd-theme-primary);
}

.sidebar__widget ul li a:hover::after {
    color: var(--bd-theme-primary);
    left: -14px;
}

.sidebar__widget ul li span {
    float: right;
}

.sidebar__widget ul li ul {
    padding-left: 25px;
    padding-top: 20px;
}

.sidebar__search {
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--bd-common-white);
    padding: 0 25px;
    text-transform: capitalize;
    border: 1px solid var(--bd-grey-1);
    outline: none;
    padding-top: 3px;
    padding-right: 80px;
}

.sidebar__search input:focus {
    border-color: var(--bd-theme-primary);
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    line-height: 60px;
    background: var(--bd-theme-primary);
}

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--bd-common-white);
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--bd-common-black);
    text-transform: uppercase;
    margin-bottom: 0;
}

.tagcloud a {
    background: var(--bd-grey-2);
    color: var(--bd-common-black);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 21px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border: 0;
}

.tagcloud a:hover {
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
}

blockquote {
    background: var(--bd-grey-1);
    padding: 35px 50px;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
}

blockquote p {
    line-height: 1.5;
    font-size: 20px;
    color: #57565e;
    font-weight: 400;
}

blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative;
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    color: var(--bd-theme-primary);
    padding-bottom: 0px;
    display: inline-block;
    background: var(--bd-theme-primary);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

/*----------------------------------------*/
/* 16. FOOTER CSS
/*----------------------------------------*/
.bd-footer__section {
    background-color: #eeeeee;
    padding: 100px 0 0 0;
}

.bd-footer__main {
    padding-bottom: 50px;
}

.ftr_col_1,
.ftr_col_2 {
    border-right: 1px solid #cecece;
}

.bd-footer-widget__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color:#434343;
}

.bd-footer-widget__title img {
    margin-bottom: 12px;
}

.bd-footer-widget__content p {
    text-align: justify;
    color:#434343;
}

.bd-footer-widget__content div ul li {
    color: #434343;
    margin-bottom: 6px;
}

.socialicons {
    margin-top: 8px;
}

.socialicons img {
    width: 25px;
    margin-right: 3px;
}

.conicon img {
    width: 20px;
    height: 23px;
    margin-right: 12px;
    margin-top: 5px;
}

.conicon3 img {
    width: 20px;
    height: 17px;
    margin-top: 5px;
}

.conicon p {
    margin-bottom: 15px;
}

.bd-footer-widget__content div div {
    max-width: 350px;
}

.bd-footer-widget__form {
    margin-bottom: 40px;
    max-width: 350px;
}

.bd-footer-widget__form h3 {
    margin-bottom: 20px;
}

.bd-footer-widget__form input {
    display: inline-block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfcddb;
    padding-left: 10px;
}

.bd-footer-widget__form input::-webkit-input-placeholder {
    color: #8888;
}

.bd-footer-widget__form input:-moz-placeholder {
    color: #8888;
}

.bd-footer-widget__form input::-moz-placeholder {
    color: #8888;
}

.bd-footer-widget__form input:-ms-input-placeholder {
    color: #8888;
}

/* #subscribeForm div{
  width: 0%;
} */
.bd-footer-widget__form button,
.ctabtn2 {
    display: inline-block;
    border: 1px solid #bfcddb;
    padding: 5px 0px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    background-color: #f9a73e;
    color: #434343;
}

.ctabtn2 {
    padding: 5px 30px;
    border-radius: 4px;
}

.bd-footer-widget__form button:hover {
    color: #0660bd;
}

.bd-footer-widget__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f5f8fb;
    color: #888;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 15px;
}

.bd-footer-widget__social a:hover {
    background: #0660bd;
    color: #f5f8fb;
}

.bd-footer-widget__menu ul li {
    list-style: none;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.bd-footer-widget__menu ul li a {
    display: inline-block;
}

.bd-footer-widget__menu ul li a:hover {
    color:#0660bd;
}

.bd-footer-widget__blog-thum {
    flex: 0 0 auto;
    width: 80px;
    height: 100%;
}

.bd-footer-widget__blog-thum img {
    object-fit: cover;
    width: 100%;
}

.bd-footer-widget__blog-title {
    font-size: 14px;
    font-weight: 500;

    text-transform: uppercase;
    line-height: 1.7;
}

.bd-footer-widget__blog-title a:hover {
    color: #0660bd;
}

.bd-footer__copyright {
    padding: 40px 20px !important;
}

.bd-footer__copyright a {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}

.bd-footer__copyright.bd-border-top {
    border-top: 1px solid #bfcddb;
}

.footer-col-2 {
    display: inline-block;
    padding: 0 50px;
}

.horizontal__line {
    display: none;
    width: 95%;
    margin: 30px auto;
    height: 1px;
    background-color: #bfcddb;
}

@media (max-width: 575px) {
    .bd-footer__copyright {
        padding: 20px 20px;
    }

    .bd-footer__section {
        padding: 50px 20px 0px 20px;
    }

    .bd-footer__main {
        padding-bottom: 0;
    }

    .ftr-col-3 {
        margin-bottom: 30px;
    }

    .horizontal__line {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .bd-footer__copyright {
        padding: 25px 20px;
    }

    .bd-footer__section {
        padding: 70px 40px 0px 40px;
    }

    .bd-footer__main {
        padding-bottom: 0;
    }

    .ftr-col-3 {
        margin-bottom: 0;
    }

    .horizontal__line {
        display: block;
    }
}

@media (min-width: 992px) {
    .ftr-col-1 {
        padding-right: 30px;
    }

    .ftr-col-3 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2 {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1492px) {
    .ftr_links {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2 {
        padding: 0 10px;
    }

    .ftr_links {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .ftr_col_1,
    .ftr_col_2 {
        border-right: 0px solid #cecece;
    }
}

/*# sourceMappingURL=main.css.map */
