/* icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* font */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rambla:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black-color--: #000;
    --white-color--: #fff;
    --bg-theme-color--: #fb5a0f;
    --bg-modal-color--: #080b0f;
    --border-color--: #d8d8d8;
    --border-gray--: #f4f4f4;
    --border-blue--: #011940;
    --input-color--: #838383;
    --input-newslatter-color--: #f0e6e4;
    --font-body--: "Ubuntu", sans-serif;
    --font-Rambla--: "Rambla", sans-serif;
    --blog-span-color--: #a0aec0;
    --search-span-color--: #323232;
    --border-red--: red;
}

body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--font-body--);
    color: var(--black-color--);
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat var(--white-color--);
    background-size: 100px;
}

header {
    top: 0;
    position: sticky;
    z-index: 999;
    background-color: var(--bg-theme-color--);
}

form#subscribeForm input:focus-visible{
    outline: none;
}

a:focus{
    border: none;
    box-shadow: none;
}
p {
    margin: 0;
}
section{
    overflow: hidden;
}
h2 {
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    text-transform: uppercase;
    color: var(--black-color--);
    font-family: var(--font-Rambla--);
    margin-top: 21px;
}

h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: var(--black-color--);
    font-family: var(--font-Rambla--);
    text-transform: uppercase;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: var(--black-color--);
    font-family: var(--font-Rambla--);
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black-color--);
    font-family: var(--font-body--);
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.text-theme {
    color: var(--bg-theme-color--) !important;
}

.gap-30 {
    gap: 30px;
}

.gap-20 {
    gap: 20px;
}

.col {
    padding: 0;
}

li {
    list-style: none;
}

.all-margin {
    margin: 130px 0;
}

.tb-margin {
    margin: 130px 0;
}

col {
    padding: 0;
}


/* .text-up p {
    padding: 2.5em 21em 4em 21em;
}

.text-down p {
    padding: 2.5em 21em 0em 21em;
} */

img {
    max-width: 100%;
    object-fit: cover;
}

.img .inner-img {
    overflow: hidden;
}

.img .inner-img img {
    transform: scale(1);
    transition: all .5s ease-in-out 0s;
}

.img:hover .inner-img img {
    transform: scale(1.1);
}


.container {
    max-width: 1300px !important;
}

/* header */

.navbar .container-fluid {
    padding: 0 60px;
}

.navbar-bottom {
    background-color: var(--bg-theme-color--);
    position: sticky;
    top: 0;
}

.contact-header {
    color: var(--white-color--);
}

header nav .contact-header span {
    font-size: 19px;
}

header nav .contact-header span svg {
    width: 1em;
    height: 1em;
}

.navbar-top a,
p {
    font-weight: 400 !important;
}

.navbar-top .logo img {
    width: 198px;
    height: 90px;
}

.navbar-top .container-top {
    padding: 17.5px 0;
}

.navbar a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white-color--);
    font-family: var(--font-body--);
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.navbar a:hover {
    color: var(--border-blue--);
}

.navbar .nav-item .dropdown .btn {
    padding: 30px 20px !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    background-color: var(--bg-theme-color--);
    color: var(--black-color--);
    width: 200px;
    height: auto;
    position: absolute;
    top: 100%;
}

.navbar .dropdown-menu li .dropdown-item {
    transition: all .3s ease-in-out;
}

.navbar .dropdown-menu li .dropdown-item:hover {
    background-color: var(--border-blue--);
    color: var(--white-color--);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 14.5px;
    margin: 0 0 1px;
    transition: all .3s ease-in-out;
}

.modal-content {
    background-color: var(--bg-modal-color--);
    opacity: 98%;
}

.modal-backdrop {
    position: relative;
    background-color: transparent;
}

.modal-header .btn-close {
    background-image: url('../img/close.png');
    padding: 20px !important;
}

.btn-close {
    opacity: 100% !important;
    box-shadow: none !important;
    padding: 5px !important;
}

.navbar input {
    font-size: 20px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.navbar input::placeholder {
    color: var(--input-color--);
    font-size: 20px;
}

.navbar-responsive img {
    width: 150px;
    margin: 1rem 0;
}


/* offcanvas */

.offcanvas .btn-close {
    height: 2em;
    opacity: 100%;
    box-shadow: none;
}

.offcanvas .btn {
    position: relative;
    left: 51%;
}

.offcanvas .btn.show {
    transform: rotate(180deg) !important;
    margin-left: 3rem !important;
}

.offcanvas {
    padding: 0 1rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black-color--);
    text-transform: uppercase;
    font-family: var(--font-Rambla--);
    z-index: 99999;
    width: 300px !important;
}

.offcanvas li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black-color--);
    text-transform: uppercase;
    font-family: var(--font-Rambla--);
}

.offcanvas .dropdown-item:hover {
    color: var(--black-color--);
    background-color: var(--white-color--);
}

.offcanvas .nav-link,
.dropdown-item {
    color: var(--black-color--);
}

.offcanvas .dropdown {
    overflow-x: hidden;
}

.dropdown-menu.show {
    position: relative !important;
    transform: translate(13px, -12px) !important;
}

.navbar .modal-btn {
    color: var(--black-color--);
}

header .navbar .modal-btn i {
    color: var(--white-color--);
}

/* header .navbar.navbar-responsive {
    height: 80px;
} */

/* banner */

.slider-img {
    height: 100vh;
    object-fit: cover;
}

.banner .owl-carousel-1 .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
}

.banner .owl-carousel-1 .owl-nav .owl-prev,
.banner .owl-carousel-1 .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    width: 40px;
    height: 40px;
    background: var(--bg-theme-color--);
    color: var(--white-color--);
    border-radius: 0;
    font-size: 15px;
}

.banner .owl-carousel-1 .owl-nav .owl-next {
    right: 30px;
    left: auto;
}

.banner .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
}

.btn.read-more {
    padding: 13px 38.5px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    background: var(--bg-theme-color--);
    color: var(--white-color--);
}
.btn.read-more:hover{
    background: var(--border-blue--);
}

.banner .item .card-img-overlay .text h5 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

.banner .item .card-img-overlay .text a.btn {
    margin-top: 2em;
}

@media screen and (max-width: 1470px) {
    .banner .owl-carousel-1 .owl-nav {
        display: none;
    }
}

/* about */

.about .icon-box .btn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    color: var(--bg-theme-color--);
    text-decoration: underline;
    padding: 0;
}

.about .icon-box {
    padding: 43px 70px 43px 30px;
}

.about .item-1.icon-box {
    background: var(--border-gray--);
}

.about .item-2.icon-box {
    background: var(--border-blue--);
}

.about .vc-image-bg {
    position: relative;
}

.about .vc-image-bg .main-vc-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    height: fit-content;
}

.about .counter-main {
    display: flex;
}

.about h3 p.counter-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-body--);
    text-transform: capitalize;
}

.about h3 {
    font-family: var(--font-body--);
}

.about .col-5 {
    width: 43.667%;
}

.about .about-vc-btn {
    width: 25.8%;
    padding: 0;
}

.about .about-icon-box {
    width: 25.8%;
    padding: 0;
}


.about .col-5 .d-flex {
    gap: 50px;
}

.about .text-content p.about-txt {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 5em;
}

.about .history-txt {
    padding-right: 7em;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 90%;
    max-width: 700px;
    background: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-content iframe {
    width: 100%;
    height: 400px;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}


/* why choose us */

.progress-container {
    max-width: 500px;
}

.progress-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.progress-bar {
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 38px;
    height: 7px;
    border: 1px solid var(--bg-theme-color--);
}

.progress-fill {
    height: 100%;
    background-color: var(--bg-theme-color--);
    width: 0;
    line-height: 30px;
    color: white;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    transition: width 1s ease-in-out;
}

.chose-title {
    padding-right: 4em;
}

.chose-txt {
    padding-right: 13.1em;
    padding-top: 13px;
    padding-bottom: 55px;
}

/* Our Approach */

.our-approach .col-4.col {
    width: 31.79% !important;
}

.approach-txt {
    padding-right: 6em;
    padding-top: 15px;
    padding-bottom: 20px;
}

.our-approach .img-box-txt {
    padding-right: 5.1em;
}


/* Fueling progress  */

.fueling-progress {
    border-top: 1px solid var(--border-color--);
}

.fueling-progress .text-content {
    padding: 5.4em 20.8em 5.4em 3.2em;
}

.fueling-progress .fueling-txt {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 3em;
}

.fueling-progress .text-content ul {
    padding: 0;
    display: grid;
    gap: 10px;
    margin-bottom: 43px;
}

.fueling-progress .text-content ul li::before {
    content: '';
    width: 11px;
    height: 11px;
    display: flex;
    background: var(--bg-theme-color--);
    border-radius: 20px;
    margin-right: 10px;
}


/* Energy redefined */

.Energy-redefined {
    border-bottom: 1px solid var(--border-color--);
}

.Energy-redefined .counter-main {
    display: flex;
    justify-content: space-between;
}

.Energy-redefined h3 p.counter-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-body--);
    text-transform: capitalize;
}

.Energy-redefined h3 {
    font-family: var(--font-body--);
}

.Energy-redefined .text-content {
    padding-left: 14em;
    padding-right: 9em;
}

.Energy-redefined .Energy-txt {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 4em;
}

.Energy-redefined .counter-main {
    margin-bottom: 70px;
}


/* teastimonial */

.test-carousel .user-img {
    max-width: 100px;
}

.test-carousel {
    background-color: var(--border-blue--);
}

.test-carousel .item {
    padding: 4.8em 21em 4em 5em;
}

.test-carousel .user-content {
    gap: 20px;
    margin-top: 37px;
}

.user-details {
    margin: auto 0;
}

.test-carousel .item svg {
    margin-bottom: 40px;
}

.test-tab {
    gap: 30px;
}
.test-tab a{
    width: fit-content;
}
@media  (min-width: 773px) {
    .testi-user{
        padding-left: 60px;
    }
}
.testimonial .heding-title {
    margin-bottom: 60px;
}
.testimonial .test-tab a.active{
    position: relative;
    transition: .3s;
}

.testimonial .test-tab a.active::before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 90, 15, 0.5);
    position: absolute;
    border-radius: 50%;
}
/* image carousel */
.images-carousel{
    margin-bottom: 30px;
    padding-inline: 30px;
}

/* blog */

.blog .blog-content .btn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    color: var(--bg-theme-color--);
    text-decoration: underline;
    padding: 0;
}

.blog .blog-img {
    max-width: 192px;
    min-height: 192px;
}

.blog .blog-item {
    gap: 30px;
}

.blog .heding-title {
    margin-bottom: 60px;
}

.blog .blog-item .blog-img {
    position: relative;
    transition: .3s;
}

.blog .blog-item .blog-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FB5A0F57;
    opacity: 0;
}

.blog .blog-item:hover .blog-img::before {
    opacity: 1;
}

.blog .blog-item:hover .blog-content h4 {
    color: var(--bg-theme-color--);
}

.blog .blog-item:hover .blog-content a.btn {
    color: var(--black-color--);
}


/***** image hover *****/

.hover-img {
    overflow: hidden;
    position: relative;
}

.hover-img::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(248, 245, 245, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.hover-img:hover::before {
    animation: shine .75s;
    opacity: 1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* footer */

.footer {
    background-color: var(--border-blue--);
}

.footer-social .social a {
    width: 40px;
    height: 40px;
    display: flex;
}

.footer-social .social a svg {
    height: 1em;
    width: 1em;
    font-size: 20px;
}

.footer .footer-txt {
    margin-block: 30px;
}

.footer .footer-contact {
    display: grid;
    gap: 15px;
}

.footer .footer-contact li a i.bi {
    font-size: 20px;
}

.footer .footer-contact li a {
    display: flex;
    gap: 10px;
}

form#subscribeForm {
    width: 290px;
}

.footer form .main-btn button {
    background-color: var(--bg-theme-color--);
    font-size: 15px;
    font-weight: 500;
    padding: 14px 39px;
    border-radius: 0;
    color: var(--white-color--);
}
.footer form .main-btn button:hover{
    background-color: var(--white-color--);
    color: var(--bg-theme-color--);
}

.footer form input#email {
    background-color: transparent;
    border: none;
    width: 100%;
    color: var(--white-color--);
    border-bottom: 1px solid var(--white-color--);
    padding: 15px;
    padding-left: 0 !important;
}
.footer .footer-2 ul li{
    margin-bottom: 15px;
}
.footer ul li a:hover{
    color: var(--bg-theme-color--);
}

.footer form input#email::placeholder {
    text-transform: capitalize;
    color: var(--white-color--);
}

.footer .footer-bottom {
    border-top: 1px solid var(--white-color--);
}

.footer h2.accordion-header {
    margin: 0;
}

footer .footer-2 ul li {
    padding-block: 10px;
}

.footer .footer-2 li.my-2 {
    margin: 0 !important;
}

.footer .footer-2 li a {
    text-transform: capitalize;
}
.footer .padding-footer {
    padding: 130px 0 120px;
}

.footer a {
    color: var(--white-color--);
}

.footer .fix-btn .btn {
    background-color: var(--bg-theme-color--);
    color: var(--white-color--);
    margin: 0;
    padding: 4px 10px;
    bottom: 2%;
    right: 1%;
    z-index: 999;
    border: 1px solid var(--white-color--) !important;
}

.footer .accordion-item,
.accordion-button.accordion-footer {
    font-size: 26px;
    line-height: 36px;
    color: var(--white-color--);
    background-color: transparent;
    box-shadow: none;
}

.footer .accordion-body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}


/* inner-page-top */

.top-img {
    background-image: url('../img/bredcum-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.top-bg {
    background-color: var(--black-color--);
    min-height: 400px;
}

.top {
    height: 100px;
}

.top .top-text {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top h2 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--font-body--);
}

.top i {
    font-size: 12px;
    letter-spacing: 2px;
    transform: translateY(-3px);
}

.top a {
    color: var(--white-color--);
    margin: 1em 0;
    transition: all .2s ease-in-out;
}

.top p {
    margin: 1em 0;
}

.top a:hover {
    color: var(--bg-theme-color--);
}



/* FAQ Page ---------------------------------------------------*/

.accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    padding-block: 23px;
}

.questions .accordion .accordion-item {
    border: 1px solid var(--border-color--);
    border-radius: 0;
    margin-bottom: 30px;
}

.accordion .accordion-item .accordion-header {
    --bs-accordion-border-width: 0px;
}

.accordion .accordion-item .accordion-header h4 {
    margin: 0;
}

.accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}





/* galley-page----------------------------------------- */

.portfolio .portfolio-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-filter .filter-item {
    font-family: var(--font-Rambla--);
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px;
    padding-bottom: 3px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.portfolio .portfolio-filter .filter-item.active {
    border-color: var(--bg-theme-color--);
}

.portfolio .portfolio-item {
    width: calc(100% / 3);
    padding: 15px;
}

.portfolio .portfolio-item .img {
    position: relative;
}

.portfolio .portfolio-item .img .inner-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.portfolio .portfolio-item .img:hover .inner-img img {
    margin-left: 0;
}

.portfolio .portfolio-item .glightbox {
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio .portfolio-item .black-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.8s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0%;
    transform: scale(.2);
}

.portfolio .portfolio-item .glightbox:hover .black-box {
    opacity: 1;
    transform: scale(1);
}

.portfolio .portfolio-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.portfolio .portfolio-item.hide {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {
    .portfolio .portfolio-item {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .portfolio .portfolio-item {
        width: 100%;
    }

    .portfolio .portfolio-filter .filter-item {
        margin-bottom: 10px;
    }
}

.portfolio .end-btn {
    margin-top: 25px;
}

/* blog-page----------------------------------------- */


.blog-page .blog-sec input {
    height: 44px;
    outline: none;
}

.blog-page form button {
    width: 50px;
    height: 44px;
    background-color: var(--bg-theme-color--);
}

.blog-sec .img .inner-img img {
    height: 75px;
    object-fit: cover;
}

.blog-page .blog-sec p {
    font-weight: 500;
    color: var(--black-color--);
    transition: all .2s ease-in-out;
}

.blog-page .blog-sec p:hover {
    color: var(--bg-theme-color--);
}

.blog-page .blog-sec .form-date {
    font-size: 0.8125em;
    line-height: 23.4px;
}

.blog-page .col-8 .img .inner-img img {
    height: 195px;
}

.blog-page h4 {
    color: var(--black-color--);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3rem;
    transition: all .3s ease-in-out;
}

/* error-page----------------------------------------- */

.error-bg {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.error-bg h2 {
    font-size: 250px;
    line-height: 260px;
}

.error-bg h3 {
    margin-bottom: 30px;
}

.error-bg .btn {
    margin-top: 40px;
    background: var(--bg-theme-color--);
    color: var(--white-color--);
    font-size: 15px;
    font-weight: 500;
    padding: 13px 40px;
    border-radius: 0;
}

.fix-part {
    text-align: center;
}

/* about-page----------------------------------------- */

.about-page img {
    transition: all 1s ease-in-out;
}

.about-page img:hover {
    filter: brightness(80%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

/* blog-page----------------------------------------- */

.blog-page .container {
    max-width: 1300px !important;
}

.blog-page .col-3 {
    padding: 0 .8rem;
}

.blog-page .col-4,
.blog-page .col-10 {
    padding: 0 .8rem;
}

.blog-page .blog-sec input {
    min-width: 282px;
    height: 44px;
    outline: none;
}

.blog-page form a {
    width: 50px;
    height: 44px;
    background-color: var(--bg-theme-color--);
}

.blog-page form a:hover {
    background-color: var(--bg-theme-color--);
}

.blog-sec .img .inner-img img {
    height: 75px;
    object-fit: cover;
}

.blog-page .blog-sec p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color--);
    transition: all .2s ease-in-out;
}

.blog-page .blog-sec .form-date {
    font-size: 0.8125em;
    line-height: 23.4px;
}

.blog-page .col-8 .img .inner-img img {
    height: 200px;
}

.blog-page h4 {
    color: var(--black-color--);
}

.blog-page .date {
    font-size: 16px;
    line-height: 26px;
}

.blog-page .btn {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--bg-theme-color--);
}

.blog-page .btn:hover {
    color: var(--black-color--);
}

.blog-page .part-margin {
    margin: 48px 0;
}

.blog-page .info .blog-title:hover {
    color: var(--bg-theme-color--);
}



/* blog-inner-page */

.blog-inner .row {
    padding: 0px !important;
}

.blog-inner .blog-img {
    position: relative;
}

.blog-inner .rounded-circle {
    max-width: 100%;
    height: 25px;
    width: 25px;
}

.blog-top .container {
    background: #fff;
    transform: translateY(-70px);
    padding: 2rem;
}

.blog-top .reply {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.blog-top .next span {
    bottom: 33%;
}

.blog-inner h2 {
    font-size: 70px;
    line-height: 80px;
    text-align: start;
    text-transform: uppercase !important;
}

.blog-inner .uncategorized-btn {
    width: auto;
    font-size: 11.9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0.25rem;
    margin: 0 13px 22px;
    border-radius: 0.25rem;
}

.blog-inner .part {
    font-size: 15px;
    line-height: 25px;
}

.blog-inner span {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-inline: 4px;
}

.blog-inner p span::before {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner span::after {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner .un-btn {
    transform: translatex(-5px);
}

.blog-inner p {
    margin-bottom: 2rem;
}

.blog-inner ul {
    margin-bottom: 2rem;
}

.blog-inner ul li {
    list-style: disc;
    margin-left: 2.3rem;
}

.blog-inner .blog-img1 .col-4 {
    padding: 0 0 0 1.5rem;
}

.blog-inner .blog-img1 img {
    width: 369px;
    height: 483px;
}

.blog-inner .blog-img1 .col-8 {
    padding-left: 30px;
}

.blog-inner .blog-img2 .col-4 {
    padding: 0 0 0 1.5rem;
}

.blog-inner .blog-img2 .col-8 {
    padding: 0 0 0 1.5rem;
}

.blog-inner .blog-img2 img {
    width: 369px;
    height: 389px;
}

.blog-inner .blog-img2 .col-8 {
    padding-right: 15px;
}

.blog-inner .blog-img3 .col-6 {
    padding: 0 0 0 1.5rem;
}

.blog-inner .theme-box {
    background-color: var(--bg-theme-color--);
    padding: 4em 0;
    margin: 0 0 30px;
    position: relative;
    z-index: 999;
}

.blog-inner .theme-box .inner {
    padding: 5em;
}

.blog-inner .theme-box .inner img {
    position: absolute;
    left: 88px;
    top: 100px;
    z-index: -999;
}

.blog-inner .theme-box .inner .first {
    font-size: 29px;
    line-height: 46.8px;
    font-style: italic;
}

.blog-inner .theme-box .inner,
.inner2 p {
    font-size: 13px;
    line-height: 23px;
}

.blog-inner .theme-box .inner2 {
    padding: 2em 3em;
}

.blog-inner .theme-box .inner2 img {
    position: absolute;
    left: 48px;
    top: 69px;
    z-index: -999;
}

.blog-inner .theme-box .inner2 .first {
    font-size: 20px;
    line-height: 31.2px;
    font-style: italic;
}

.blog-inner .theme-box.last {
    padding: 2rem 0 0;
}

.blog-inner .theme-box .inner3 {
    padding: 0 1em;
}

.blog-inner .theme-box .inner3 h4 {
    font-family: var(--font-body--);
    font-weight: 400;
}

.next {
    position: relative;
}

.next .row {
    padding: 0 .7rem;
}

.next .col-6 a {
    color: var(--black-color--);
}

.next .icon {
    font-size: 80% !important;
    line-height: 19.2px;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
}

.next span {
    position: absolute;
    color: var(--blog-span-color--);
    left: 48.6%;
    bottom: 43%;
}

.next span::before {
    content: '|';
}

.reply p {
    font-size: 13.6px;
    line-height: 14.6px;
    font-style: italic;
    margin: .8rem 0 1.3rem;
}

.reply input {
    outline: none;
}

.reply .form-check-label {
    font-size: 90%;
    line-height: 19.8833px;
}

.reply .btn {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    background-color: var(--bg-theme-color--);
    padding: 15px 50px;
    transition: all .3s ease-in-out;
    color: var(--white-color--);
}

.reply .btn:hover {
    background-color: var(--border-blue--);
}

.bg-box {
    background: #eea482;
    padding-block: 15px;
}

/* uncategorized-page----------------------------------------- */


/* contact-page----------------------------------------- */

.contact-top img {
    transition: all .3s ease-in-out;
}

.contact-top .img .contact-icon {
    font-size: 40px;
}

.contact-top .img .contact-icon svg {
    width: 1em;
    height: 1em;
}

.contact-top img:hover {
    filter: brightness(71%) contrast(100%) saturate(63%) blur(0px) hue-rotate(0deg);
    transform: rotate(4deg);
}

.contact-page img {
    transition: all .3s ease-in-out;
}

.contact-page img:hover {
    filter: brightness(100%) contrast(100%) saturate(65%) blur(1px) hue-rotate(0deg);
}

.contact-page input,
textarea {
    outline: none;
    padding: 15px 10px;
}

.contact-page input::placeholder,
textarea::placeholder {
    opacity: 100%;
}

.contact-page input {
    border: 1px solid var(--border-color--);
}

.contact-page textarea {
    border: 1px solid var(--border-color--);
    height: 150px;
}

.contact-page input::placeholder,
.contact-page textarea::placeholder {
    color: var(--black-color--);
    text-transform: capitalize;
}

.contact-page .error-border {
    border: 1px solid var(--border-red--);
}

.contact-page .error-message {
    color: var(--border-red--);
    display: none;
}

.contact-page .btn {
    padding: 17px 59px;
    background-color: var(--bg-theme-color--);
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color--);
}

.contact-page .btn:hover {
    color: var(--white-color--);
    background-color: var(--border-blue--);
}




/* search-page----------------------------------------- */

.section .text {
    padding: 1rem 0 0;
}

.section span::before {
    margin: .5rem .4rem;
    content: "";
    background-color: var(--search-span-color--);
    height: .25rem;
    width: .25rem;
    border-radius: 50%;
}

.section .col-4 {
    padding: 0 1.5rem;
}

.section .col-4 .img .inner-img img {
    width: 100%;
    height: 78px;
}

.section .col-4 .img .inner-img.blog-img-sec img {
    width: 100%;
    height: 118px;
}

.section .d-flex {
    font-size: 13.6px;
    line-height: 21.7667px;
}

.section .Uncategorized-btn {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: var(--black-color--);
}