/* .banner .text {
    position: relative;
}

.banner .second-text {
    overflow: hidden;
    animation: fade 4s steps(12) infinite;
}

.banner .second-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 0;
    border-left: 2px solid #ffffff;
    animation: animate 4s steps(12) infinite;
}

@keyframes animate-border {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
} */

.space-pt img {
    border-radius: 10%;
    width: 90%;
}

 .values-info img {
    /* font-size: 50px; */
    color: #ffc610;
    width: 50px;
}

.values-info p {
    color: #000000;
    font-size: 16px;
}

.feature-info .services-category {
    font-size: 18px;
    font-weight: 800;
}
/*.section-title p {
    font-weight: 400;
} */

/* .values-info .feature-info-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1.1px;
} */


.services h3 {
    color: #1c2a47;
    font-size: 35px;
    line-height: 38px;
}

.services p {
    font-size: 16px;
    color: #ffffff;
    /* font-weight: 500; */
}

.services-images img {
    border-radius: 10%;
}

.marketing .carousel1 .items .case-study-style-04 {
    border-radius: 10%;
    position: relative;
}
/* .about-section p {
    font-size: 17px;
    font-weight: 600;
} */

/* .about-section .about-section-details {
    padding-left: 60px;
    padding-right: 60px;
} */

@media (min-width: 400px) {
    .about-section .about-section-details {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1100px) {
    .about-section .about-section-details {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1800px) {
    .about-section .about-section-details {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 400px) {
    .about-section .about-section-details p{
        text-align: center;
        font-weight: 500;
    }
}
.about-section .about-section-details p{
    font-size: 15px;
    color:#000000;
    font-weight: 600;
    /* margin-top: -150px; */
}

/* .about-section .about-section-details .about-figures .about-figure-content {
    text-align: center;
} */

@media (max-width: 767px) {
    .about-section .about-section-details .about-figures .counter1{
        font-size: 4vh;
    }
}

@media (max-width: 767px) {
    .about-section .about-section-details .about-figures .counter-operator{
        font-size: 4vh;
    }
}

.about-section .about-section-details .about-figures span{
    font-size: 50px;
    color: #f65403;
    font-weight: 700;
}

.space-padding {
    padding: 30px 0;
}

.about-section .about-title {
    z-index: 0;
}

.about-section .about-title h1 {
    font-family: "Montserrat", sans-serif;
    /* font-size: 140px; */
        /* font-weight: 800; */
    font-style: normal;
}

@media (min-width: 400px) {
    .about-section .about-title h1 {
        font-size: 38px;
    }
}

@media (min-width: 700px) {
    .about-section .about-title h1 {
        font-size: 73px;
    }
}

@media (min-width: 1100px) {
    .about-section .about-title h1 {
        font-size: 110px;
    }
}

@media (min-width: 1800px) {
    .about-section .about-title h1 {
        font-size: 155px;
        font-weight: 800;
    }
}

.about-section .about-title .about-title2 {
    line-height: 0.9;
    /* letter-spacing: -5px; */
    font-weight: 900;
}

@media (max-width: 400px) {
    .about-section .about-title .about-title2 {
        letter-spacing: 0px;
        font-size: 35px;
        line-height: 1.2;
    }

}

/* .about-section .about-image {
    padding-left: 60px;
    padding-right: 60px;
} */

@media (max-width: 400px) {
    #blockContainer .blockContainer2 {
        order: 1;
        -webkit-order: 1;
    }
}

@media (max-width: 400px) {
    #blockContainer .blockContainer1 {
        order: 2;
        -webkit-order: 2;
    }
}

@media (max-width: 400px) {
    #blockContainer .blockContainer3 {
        order: 3;
        -webkit-order: 3;
        display: block;
        text-align: center;
    }
    .about-section .about-section-details .about-button {
        display: none;
    }
}

@media (min-width: 700px) {
    .about-section .about-section-details .about-button {
        display: block;
    }
    #blockContainer .blockContainer3 {
        display: none;
    }
}

@media (min-width: 400px) {
    .about-section .about-section-details .about-button {
        display: block;
    }
    #blockContainer .blockContainer3 {
        display: none;
    }
}

@media (max-width: 700px) {
    .case-study .case-study-img.case-study-lg {
        min-height: 250px;
    }
}
/* @media (max-width: 400px) {
    #blockContainer .blockContainer3 {
        order: 3;
        -webkit-order: 3;
    }
} */

@media (min-width: 400px) {
    .about-section .carousel1 .items {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (min-width: 1100px) {
    .about-section .carousel1 .items {
        padding-left: 30px;
        padding-right: 30px;
        /* order: 2; */
    }
}

@media (min-width: 1800px) {
    .about-section .carousel1 .items {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.about-section .about-image img {
    margin-top: -27px;
    border-radius: 30px;
    width: 100%;
}

/*.about-section .carousel1 {*/
/*    margin-top: -28px;*/
/*}*/

@media (max-width: 400px) {
    .about-section .carousel1 {
        margin-top: 20px;
    }
}

.about-section .carousel1 .items .case-study-style-03 {
    position: relative;
    border-radius: 30px;
    width: 100%;
}

/* .about-section .about-section-details p {
    color: #000000;
} */
/* .header-inner .header-inner-title h1 {
    letter-spacing: -2px;
} */

.header-inner-title p {
    font-weight: 400;
    font-size: 16px;
}

/* .section-title p {
    font-weight: 400;
} */

.owl-carousel .testimonial-center i {
    color: black;
}

.office-section img {
    border-radius: 10%;
    width: 90%;
    height: 100%;
}

.office-section h2 {
    font-size: 35px;
    line-height: 38px;
}

.office-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.office-section-button {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.footer-section h2 {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 18px;
        text-transform: uppercase;
}

.footer-section h2::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    margin-top: 20px;
    width: 100px;
    height: 4px;
    background-color: #f65403;
}

.footer-section .social-icon-style-02 {
    padding: 0px;
    /* position: relative; */
}
/* About */

.about-core .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    justify-content: center;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.about-core .card {
    background: #F1F2F5;
    border-radius: 50px;
    /* border: none; */
    margin-bottom: 30px;
    padding: 30px 36px;
    min-height: 200px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.about-core .card .icon {
    margin-bottom: 15px;
    max-width: 40px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.about-core .card h4{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: normal;
    color: #052A42;
    margin-bottom: 10px;
}

.about-core .card p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #606A70;
    margin-bottom: 0px;
    text-align: left;
}

/* About */

/* Contact  */

.contant_page .con_img {
    padding: 60px 0px;
}

.contant_page .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.contant_page h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 16px;
    color: #ffc610;
    display: flex;
    align-items: center;
}

.contant_page h3 i{
    margin-right: 11px;
}

.contant_page p a{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #606A70;
}

/* Contact  */

/* Career Page */

.career-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #F2F2F2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.career-section .container .section-wrap {
    padding-top: 10px;
    /* margin-left: 10px; */
    text-align: center;
    flex-basis: 30%;
    margin: 10px;
}

.career-section .container .section-content {
    padding-left: 20px;
    border-left: 1px solid #F2F2F2;
}

.career-section.container.section-wrap:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.career-section-02 .container{
    padding: 10px;
    text-align: center;
    background-color: #FCB900;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.career-section-02 .container .section-wrap {
    padding-top: 10px;
    flex-basis: 30%;
    margin: 10px;
    margin-left: 0;
}

.career-section-02 .container .section-wrap a{
    background-color: #f65403;
    color: #fff;
    padding: 20px 30px;
    /* border-radius: 5px;*/
    text-decoration: none;
    border-color: #f65403;
}

.career-section-02 .container .section-wrap a:hover{
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.career-section-02.container.section-wrap:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.career-form {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}

.career-form .career-heading {
    text-align: center;
}

.career-form .career-heading h1{
    font-size: 40px;
}

/* Career Page */
/*
.footer-section h2::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
} */

.footer-section .footer-text {
    position: relative;
    color: #fff;
    line-height: 1.8em;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    width: 75%;
}

.footer-section .footer-link li {
    margin-bottom: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.footer-section .footer-link li:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*** Social Icon One ***/

.footer-section .social-icon-one{
	position:relative;
}

.footer-section .social-icon-one li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.footer-section .social-icon-one li a{
	position:relative;
	font-size:14px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-section .social-icon-one li a:hover{
	color:#f65403;
}

/***/

/***

====================================================================
	Conatact Footer Section
====================================================================

 ***/

 .contact-inner{
	position:relative;
	padding-left:55px;
	padding-top:8px;
	min-height:75px;
}

.contact-inner .image{
	position:absolute;
	left:8px;
	top:-4px;
	width:75px;
	height:75px;
	font-size: 40px;
}

.contact-inner h3{
	position:relative;
	color:#fff;
	font-size:18px;
	margin-bottom:3px;
	font-weight:700;
}

.contact-inner .contact-subtitle{
	position:relative;
	color:#fff;
	font-size:16px;
	font-weight:400;
}

.footer-line hr {
    border-top: 1px solid #ffffff;
}

/* portfolio */

.portfolio .container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 768px) {
    .portfolio.container.portfolio-gallery[data-col="100"] {
        width: 100%;
    }
}

.portfolio .container .portfolio-gallery .image-gallery-filter {
    padding: 10px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 20px;
}

.portfolio-gallery ul.gallery-category{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-gallery ul.gallery-category li {
    margin-right: 20px;
}

.portfolio-gallery ul.gallery-category li a {
    text-decoration: none;
    color: #333;
}

.portfolio-gallery ul.gallery-category li a.active {
    color: #f65403;
}

.portfolio-gallery ul.gallery-category li a.inactive {
    color: #000000;
}

.portfolio .portfolio-gallery .image-gallery-container {
    position: relative;
    height: 861.657px;
}

.portfolio .portfolio-gallery .image-gallery-container .image-gallery {
    position: absolute;
    left: 0%;
    top: 0px;
}

.portfolio .portfolio-gallery .image-gallery-container .image-container {
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9D9D9;
}

.portfolio .portfolio-gallery .image-gallery-container .image-container img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.portfolio .tab-content .blog-post-image img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.portfolio .tab-content .blog-post-image img:hover {
    opacity: 0.7;
}

/* .portfolio .tab-content .blog-post-image .modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.portfolio .tab-content .blog-post-image .modal .modal-content {
    margin: auto;
    display: block;
    width: 50%;
}

.portfolio .tab-content .blog-post-image .modal .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@media only screen and (max-width: 700px){
    .portfolio .tab-content .blog-post-image .modal .modal-content {
        width: 100%;
    }
}

.portfolio .tab-content .blog-post-image .modal #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 999;
} */

/* .zoom-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 999;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
} */
.footer-section h2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0pc;
    padding-bottom: 25px;
}

.footer-section h2:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #ffc610;
    overflow: hidden;
    content: "";
    bottom: 10px;
}

.footer-section h2:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@keyframes animborder {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(113px);
    }
}
/* .animated-quick-links {
    position: relative;
  }

  .animated-quick-links::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
    background-size: 20px 2px;
    background-position: 0 0;
    animation: line-movement 3s infinite;
  }

  .animated-quick-links::after {
    content: "";
    position: absolute;
    top: 94%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    animation: dot-movement 3s infinite;
    transform: translateY(-50%);
  }

  @keyframes line-movement {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 20px 0;
    }
  }

  @keyframes dot-movement {
    0% {
      left: 0px;
    }
    50% {
      left: 35%;
    }
    100% {
      left: 35%;
      transform: translateX(-10px);
    }
  }

  .animated-quick-links .dot-2 {
    position: absolute;
    top: 100%;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    animation: dot-movement-2 3s infinite;
    transform: translateY(-50%);
  }

  @keyframes dot-movement-2 {
    0% {
      left: 20px;
    }
    50% {
      left: 35%;
    }
    100% {
      left: 35%;
      transform: translateX(-10px);
    }
  } */
/* @-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@-webkit-keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
} */

/* portfolio */

.proposal-section p{
    font-size: 20px;
    font-weight: 400;
    line-break: auto;
    line-height: 2rem;
}

.proposal-section a{
    background-color: #F2F2F2;
    color: #000000;
    border: #F2F2F2;
}

.proposal-section a:hover{
    background-color: #000000;
    color: #F2F2F2;
    border: #000000;
}

.proposal-section img{
    width: 100%;
    height: 100%;
    margin-left: 230px;
    margin-top: -60px;
}

.proposal-section02 img{
    /* width: 80%; */
    /* height: 80%; */
    margin-left: 230px;
    /* margin-top: -15px; */
}

.proposal-section .proposal-form hr{
    height: 1px;
    color: #000000;
    margin-top: 5px;
    margin-left: 140px;
    margin-right: 140px;
}

.proposal-section .proposal-form label {
    color: #000000;
}

@media (max-width: 1800px){
    .proposal-section02 .package-img {
        width: 50%;
        margin-left: -160px;
    }
}

@media (max-width: 1200px){
    .proposal-section02 .package-img {
        width: 55%;
        margin-left: -220px;
    }
}

@media (max-width: 900px){
    .proposal-section02 .package-img {
        width: 80%;
        margin-left: -180px;
    }
}

@media (max-width: 375px){
    .proposal-section02 .package-img {
        width: 80%;
        margin-left: -200px;
    }
}

/* .packages a{
    background-color: #000000;
    color: #ffffff;
}

.packages a:hover{
    background-color: #ffffff;
    color: #000000;
}

.packages i{
    margin-bottom: 40px;
    background-color: #f65403;
    color: #ffffff;
    font-size: 30px;
    padding: 40px;
    border-radius: 50%;
}

.monthly-packages {
    border-radius: 10px;
}
.monthly-packages .packages-toh-header h4{
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
}

.monthly-packages .packages-toh-header span{
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.monthly-packages-content i{
    color: #61CE70;
    background-color: #ffffff;
} */

.packages ul li .check{
    color: #61CE70;
    margin-inline-end: 10px;
    font-size: 1.3em;
}

.packages ul li .times{
    color: #f65403;
    margin-inline-end: 10px;
    font-size: 1.3em;
}

.packages ul {
    text-align: left;
}

.packages ul hr {
    height: 1px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.packages ul li b {
    font-size: 16px;
    line-height: 1.5em;
}

.packages a {
    background-color: #000000;
    color: #ffffff
}

.packages a:hover{
    background-color: #ffffff;
    color: #000000;
}


.packages .packages-logo{
    margin-bottom: 40px;
    background-color: #f65403;
    color: #ffffff;
    font-size: 30px;
    padding: 40px;
    border-radius: 50%;
}

.header .topbar a i {
    margin-inline-end: 10px;
    font-size: 1.3em;
}

/* .feature-info .feature-info-content a i{
    font-size: 30px;
} */

.feature-info .feature-info-content a i:hover{
    color: #ffffff;
}


.bg-overlay-black-60::before {
    background: rgb(40 39 39 / 68%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.4;
}

.bg-dark-01 {
    background-color: #000000 !important; }


.banner a{
    color: #000000;
}

.banner a:hover{
    color: #ffffff;
    background-color: #f65403;
}

.client-container {
    padding-right: 15%;
}

.client-container-next {
    padding-left: 15%;
}

.header-inner2 {
    padding: 150px 0px;
    background-size: cover;
    background-position: center center;
}

.bg-primary2 {
    background-color: #ffc610;
}

.border2 {
    border-color: #ffc610;
}

.testimonial .owl-nav .owl-prev i,
.testimonial .owl-nav .owl-next i{
    color: #ffffff;
    display: none;
}

.marketing .services p {
    margin: 0px;
}

.marketing .case-study-style-04 .case-study-img {
    min-height: 400px;
}


.services-title {
    font-size: 40px !important;
}

.header-inner .about_s .about-card{
    border: 30px solid #fff;
    background: #F1F2F5;
    padding: 60px 50px 45px;
    margin-top: -146px;
}

.header-inner .about_s .about-card h4{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #052A42;
    margin-bottom: 20px;
}

.header-inner .about_s .about-card p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #606A70;
    margin-bottom: 15px;
}

.header-inner .about_s .about-section{
    padding: 60px 20px;
}

.header-inner .about_s .about-section h4{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #052A42;
    margin-bottom: 20px;
    border-left: 8px solid #ffc610;
    padding-left: 26px;
}

.header-inner .about_s .about-section p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #606A70;
}

.blog-post .blog-post-content .blog-post-details p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #606A70;
    margin-bottom: 20px;
}

.blog-post .blog-post-content .blog-post-details .blog-icon{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #ffc610;
}

.blog-post .blog-post-content .blog-post-details .blog-icon svg{
    margin-left: 10px;
}

.space-pt01{
    padding: 50px 0 0;
}

.blog-post .content02 {
    padding: 20px 0px 0;}

.portfolio .nav-category {
    font-size: 25px;
    font-weight: 900;
}
.space-pt-new {
    padding: 50px 0 0;
}

.contact-inner .contact-subtitle a {
color: #ffffff;
}

.dynamic-bg {
        width: 100%; /* Full width */
        height: auto; /* Auto height */
        background-size: cover; /* Cover the entire div */
        background-position: center; /* Center the image */
        background-repeat: no-repeat;
        aspect-ratio: 16/9; /* Maintain aspect ratio */
    }

    @media (max-width: 768px) {
        .dynamic-bg {
            aspect-ratio: 4/3; /* Adjust aspect ratio for tablets */
        }
    }

    @media (max-width: 480px) {
        .dynamic-bg {
            aspect-ratio: 1/1; /* Adjust aspect ratio for mobile */
        }
    }
