body {
    font-family: "Titillium Web", sans-serif;
    background: #181A1D;
    overflow-x: hidden;
}
.sections {
    padding: 100px 0;
}
.mobile {
    display: none;
}
.mobile-view {
    display: none;
}
.btn {
    padding: 12px 40px;
    border-radius: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.headings {
    position: relative;
    bottom: -40px;
}
.btn-warning {
    background-color: #FE8400 !important;
    border: #FE8400 !important;
}
.btn-primary {
    background-color: #fff !important;
    border: #fff !important;
}
.bg-primary {
    background-color: #fff !important;
}
#banner {
    background-color: #fff;
    height: 600px;
    position: relative;
}
#banner::after {
    content: '';
    background: #00000099;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#banner #banner-video {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    object-fit: cover;
    height: 875px;
    width: 100%;
}
#banner .main {
    position: relative;
    z-index: 9;
    max-width: 90%;
}
#banner h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-stroke: 4px #ffffffa3;
    text-shadow: 0px 103.062px 41.0903px rgba(0, 0, 0, 0.01), 0px 57.9306px 35.0278px rgba(0, 0, 0, 0.05), 0px 25.5972px 25.5972px rgba(0, 0, 0, 0.09), 0px 6.73611px 14.1458px rgba(0, 0, 0, 0.1);
}

#banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
}
#about-work {
    position: relative;
    max-width: 90%;
}
#about-work {
    padding: 0px 20px;
    transform: translateY(-130px);
    z-index: 9;
    overflow: visible;
}
#about-work h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
#about-work p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}
#about-work h4 {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: #25292D;
}
#about-work .quote {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}
#about-work .bg-secondary {
    background-color: #EDEDED !important;
    border-radius: 33px;
}
#about-work .bg-secondary::after {
    content: url(/assets/images/quotes.png);
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: translatey(20px);
}
#about-work .bg-secondary::before {
    content: url(/assets/images/quote_1.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: translatey(-20px);
}
#about-work  .img-fluid.author {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(320px) translatey(57px);
}
#Booths_mobile {
    max-width: 90%;
}
.accordion {
    background: #383D42;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    }
.accordions {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    align-items: start;
}

    .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
    }

    .accordion-header img {
    width: 30%;
    height: 100%;
    }

    .accordion-header .title {
        margin-left: 12px;
        width: 43%;
        color: #ffffff;
    }

    .accordion-header .title p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    }

    .accordion-header .title strong {
    display: block;
    font-size: 16px;
    color: #ffffff;
    }
    .accordion-header .arrow {
        width: 25px;
        height: 25px;
        background: #FE8300;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .accordion-header .arrow svg {
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    }

    .accordion.open .accordion-header .arrow {
    transform: rotate(180deg);
    }

    .accordion-body {
    padding: 0 16px 16px;
    font-family: 'Poppins';
    display: none;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    }
    .accordion-body p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        text-align: left;
    }

    .accordion.open .accordion-body {
    display: block;
    }

#Booths_mobile {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #Booths_mobile h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        text-align: center;
        color: #FFFFFF;
    }
     #Booths_mobile .purple {
        color: #8957B7;
    }

     #Booths_mobile .pink {
        color: #994FA9;
    }
    #Booths_mobile p {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 110%;
        color: #FFFFFF;
    }
    #Booths_mobile h3{
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #Booths_mobile .btn {
        padding: 8px 20px;
        font-size: 17px;
        line-height: 28px;
    }    
#Booths {
    position: relative;
    max-width: 90%;
    margin-top: 20px;
}
#Booths h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
}

#Booths h3 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #FF8400;
}
#Booths p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #000000;
}
#Booths .numbers {
    position: relative;
    bottom: -30px;
}
#portfolio-mobile {
    background-image: url(assets/images/gredient.png);
	background-color:#000;
    background-position: center;
    background-size: cover;
}
#portfolio {
    position: relative;
    background-image: url(/assets/images/gredient.png);
    background-position: center;
    background-size: cover;
}
#portfolio .container {
    max-width: 90%;
}
#portfolio h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 60px;
    color: #ffffff;
}
#portfolio .sticky {
    position: relative;
    bottom: 107px;
}
#about-work-event {
    position: relative;
    max-width: 90%;
}
#about-work-event h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
}
#about-work-event p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}
#about-work-event h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    /* identical to box height, or 142% */
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}
#about-work-event .quote {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    text-align: left;
    letter-spacing: -0.03em;
    color: #000000;
}
#about-work-event .bg-secondary {
    background-color: #EDEDED !important;
    border-radius: 33px;
}
#about-work-event .bg-secondary::after {
    content: url(/assets/images/icons/after.png);
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: translatey(40px) translatex(-80px);
}
#about-work-event .bg-secondary::before {
    content: url(/assets/images/icons/before.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: translatey(-40px) translatex(80px);
}
#about-work-event span{
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: #B4B4B4;
}
#about-work-event .auth {
    gap: 15px;
}

#Services {
    position: relative;
    max-width: 90%;
}
#Services h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
}

#Services h3 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #FE8300;
}
.services-image-hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 15px;
    opacity: 0;
    transition:0.4s;
}
.services-box:hover .services-image-hover {
    opacity: 1;
    transition:0.6s;
    cursor: pointer;
}
#blogs {
    background-image: url(/assets/images/gredient.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#blogs h2{

font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
font-size: 75px;
line-height: 75px;
text-align: center;
color: #FFFFFF;
}
.about-work-mobilee {
    padding: 50px 0px 130px !important;
    transform: none !important;
}
#Services .headings {
    position: relative;
    bottom: -40px;
    width: 29%;
}
#Contact {
    position: relative;
    max-width: 100%;
}
#Contact .container{
    position: relative;
    max-width: 75%;
}
#Contact img {
    width: 30% !important;
}
#Contact h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    color: #ffffff;
}
#Contact h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;

}
#Contact h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 97px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

#Contact p {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
#Contact p a{
    color: #FFFFFF;
}

#Contact .contact-details {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 37px;
    margin: 40px 0px;
}

#Contact .contact-details li, 
#Contact .contact-details li a {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer {
    background-color: #181A1D;
    padding-top: 80px;
    padding-bottom:20px;
}
#footer .container {
    position: relative;
    max-width: 75%;
}
#footer .main {
    padding-bottom: 50px;
}
#footer h4{
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 124.25%;
    /* or 27px */
    text-transform: capitalize;
    color: #FE8300;
    padding-bottom: 35px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
#footer ul li,
#footer ul li a {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124.25%;
    text-transform: capitalize;
    color: #FFFFFF;
}
#footer ul li a:hover{
    color: #FE8300;
    text-decoration: none;
}

#footer .social-icons {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 30px 0px 0px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

#footer .social-icons li{
    border: 1px solid #C4C5C6;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:30px ;
}
#footer .social-icons li:hover{
    background-color: #FE8300;
    border-color: #FE8300;
}
#footer .social-icons li:hover .fa{
    color: #FFFFFF;
}
#footer .social-icons li .fa {
    color: #C4C5C6;
}

#footer .footer-bottom p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}
#footer .newsletter {
    display: flex;
    gap: 10px;
}
#footer .newsletter .form-control {
    border-radius: 50px;
    padding: 0 20px;
    font-family: "Titillium Web";
     font-size: 18px;
}
#footer  .newsletter .btn {
    padding: 8px 50px;
    font-size: 18px;
    font-family: "Titillium Web";
    font-weight: 400;
}
#theme {
    max-width: 90%;
    color: white;
}
@media only screen and (max-width:1580px) {

#banner h2 {
    font-size: 85px;
    line-height: 100px;
}
#banner p {
    font-size: 25px;
    line-height: 39px;
}
.headings {
    position: relative;
    bottom: -30px;
    width: 70%;
}
.sections {
    padding: 70px 0;
}
#about-work h2,
#Booths h2,
#portfolio h2,
#about-work-event h2,
#Services h2,
#Contact h2{
    font-size: 65px;
    line-height: 60px;
}
#about-work .img-fluid.author {
    transform: translateX(258px) translatey(50px);
}
#Booths h3 {
    font-size: 26px;
    line-height: 36px;
}
#Booths p {
    font-size: 17px;
    line-height: 28px;
}
#about-work-event .quote {
    font-size: 20px;
    line-height: 32px;
}
#about-work-event h4 {
    font-size: 25px;
    line-height: 34px;
}
#about-work-event span {
    font-size: 23px;
    line-height: 23px;
}
#Contact .container {
    position: relative;
    max-width: 90%;
}
#footer .container {
    position: relative;
    max-width: 90%;
}
#Booths .numbers {
    position: relative;
    bottom: -20px;
}
}

@media only screen and (max-width:1440px) {
#banner .main {
    max-width: 95%;
}
.btn {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 28px;
}   
#banner h2 {
    font-size: 75px;
    line-height: 90px;
}
#banner p {
    font-size: 22px;
    line-height: 32px;
}
#about-work .bg-secondary {
    max-width: 60% !important;
    flex: 0 0 60%;
}
#about-work .img-fluid.author {
    transform: translateX(350px) translatey(50px);
}
#Services h3 {
    font-size: 27px;
    line-height: 38px;
}
.headings {
    position: relative;
    bottom: -30px;
    width: 50%;
}
#Contact::before {
    content: '';
    background: #fff;
    top: 0;
    width: 100%;
    height: 86px;
    background-image: url(/assets/images/after-image-shape.png);
    background-size: cover;
    background-position: top;
}
#Contact h3 {
    font-size: 60px;
    line-height: 90px;
}
#portfolio .headings {
    width: 90%;
}
#banner {
    height: 575px;
}
.accordions {
    width: 90%;
}
#Services .headings {
    position: relative;
    bottom: -20px;
    width: 39%;
}
}

@media only screen and (max-width: 1366px) {
    #about-work h2, #Booths h2, #portfolio h2, #about-work-event h2, #Services h2, #Contact h2 {
        font-size: 60px;
        line-height: 60px;
    }
    #Contact h3 {
        font-size: 56px;
        line-height: 90px;
    }
    #Contact .contact-details li, #Contact .contact-details li a {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1024px) {
.btn {
    padding: 10px 40px;
    font-size: 17px;
    line-height: 28px;
}   
#banner h2 {
    font-size: 60px;
    line-height: 80px;
}
#banner p {
    font-size: 20px;
    line-height: 30px;
}
#about-work .img-fluid.author {
    transform: translateX(240px) translatey(50px);
}
#about-work h2, #Booths h2, #portfolio h2, #about-work-event h2, #Services h2, #Contact h2 {
        font-size: 46px;
        line-height: 54px;
    }
     #Booths .numbers {
        position: relative;
        bottom: -20px;
        width: 40%;
    }
#about-work-event .quote {
        font-size: 16px;
        line-height: 27px;
    }
     #Booths p {
        font-size: 16px;
        line-height: 27px;
    }          
#about-work .quote {
    font-size: 16px;
    line-height: 27px;
}   
 #about-work-event .bg-secondary::before {
    transform: translatey(-40px) translatex(40px);
}
#about-work-event .bg-secondary::after {
    transform: translatey(40px) translatex(-40px);
}
#Services h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #Contact h3 {
        font-size: 42px;
        line-height: 68px;
    }    
    #Contact p {
    font-size: 23px;
    line-height: 34px;
}
#Contact .contact-details li, #Contact .contact-details li a {
        font-size: 23px;
        line-height: 24px;
    }
 #Contact .contact-details {
    gap: 31px;
    margin: 30px 0px;
} 
#footer .main {
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
} 
#footer .main .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    padding-bottom: 30px;
}
#footer .social-icons {
    gap: 20px;
    margin: 20px 0px 0px;
    justify-content: flex-start;
}
#footer .main .col-12 .img-fluid.w-50 {
    width: 20% !important;
}
#footer .newsletter {
    display: flex;
    gap: 10px;
    width: 60%;
}
    #Contact::before {
        content: '';
        top: -1px;
        height: 92px;
        background-image: url(/assets/images/after-image-shape.png);
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (max-width: 490px) {
    body{
        background: #181A1D;
    }
    #banner {
        height: 744px;
        display: flex;
        align-items: center;
    }
    #banner .container {
        max-width: 100%  !important;
    }
    #banner h2 br {
        display: none;
    }
    #banner h2 {
        display: none;
    }
    #banner p {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        font-weight: bold;
    }
    #banner .row.pt-lg-5.mt-lg-5 {
        text-align: center;
    }
    #banner img {
        padding-bottom: 20px;
    }
    #about-work {
        max-width: 100%;
        padding: 0px 20px;
        transform: translateY(-130px);
        z-index: 9;
        overflow: visible;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: table;
        margin: 0 auto;
    }
    .mobile-view {
        display: block;
    }
    .headings {
        position: relative;
        bottom: -25px;
        width: 100%;
    }
    #about-work h2, #Booths h2, #portfolio h2, #about-work-event h2, #Services h2, #Contact h2 {
        font-size: 32px;
        line-height: 36px;
    }
    #about-work h2 {
        color: #ffffff;
    }
    #about-work p {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
    }
    #about-work .bg-secondary {
        max-width: 90% !important;
        flex: 0 0 100%;
        border-radius: 15px;
        padding: 30px 20px 80px !important;
    }
    #about-work .quote {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
    }
    #about-work h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #25292D;
    }
    #about-work .bg-secondary::before {
        content: url(/assets/images/mobile/quote.png);
        position: absolute;
        left: 0;
        top: 0;
        transform: translatey(-10px) translateX(20px) ;
    }
    #about-work .bg-secondary::after {
        content: url(/assets/images/mobile/quote-2.png);
        position: absolute;
        right: 0;
        bottom: 0px;
         transform: translatey(15px) translateX(-20px) ;
    }
    #about-work .img-fluid.author {
        transform: translateX(140px) translatey(50px);
    }
    #Booths_mobile {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #Booths_mobile h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }
     #Booths_mobile .purple {
        color: #8957B7;
    }

     #Booths_mobile .pink {
        color: #994FA9;
    }
    #Booths_mobile p {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 110%;
        color: #FFFFFF;
    }
    #Booths_mobile h3{
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #Booths_mobile .btn {
        padding: 8px 20px;
        font-size: 17px;
        line-height: 28px;
    }
    #portfolio-mobile {
        background-image: url(/assets/images/gredient.png);
        background-position: center;
        background-size: cover;
    }
     #portfolio-mobile h2{
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 99.12%;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
     }
     #portfolio-mobile .headings {
        width: 80%;
        bottom: -15px;
     }
     #about-work-event h2 {
        text-align: center;
        color: #ffffff;
    }
     #about-work-event .headings {
        width: 100%;
        bottom: -25px;
     }
    #about-work-event .bg-secondary {
        border-radius: 15px;
        padding: 40px 20px !important;
        max-width: 100% !important;
        flex: 0 0 90%;
    }
    #about-work-event .bg-secondary::before {
        content: url(/assets/images/mobile/quote.png);
        position: absolute;
        left: 0;
        top: 0;
        transform: translatey(-10px) translatex(20px);
    }
    #about-work-event .bg-secondary::after {
        content: url(/assets/images/mobile/quote-2.png);
        position: absolute;
        right: 0;
        bottom: 0px;
        transform: translatey(15px) translatex(-25px);
    }
    #about-work-event .quote {
        font-size: 18px;
        line-height: 22px;
    }
    #about-work-event .row.justify-content-center.mt-4 {
        margin-top: 10px !important;
    }
    #about-work-event .row.justify-content-center.pb-5 {
        padding-bottom: 20px !important;
    }
    #Services #main_heading {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #Services .headings {
        position: relative;
        bottom: -25px;
        width: 76%;
        margin: 0 auto;
    }
    #Services h2 {
        color: #FFFFFF;
    }
    .sections {
        padding: 50px 0;
    }
    #Contact img {
        width: 100% !important;
    }
    #theme h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #FFFFFF;
    }
    .accordion {
      background: #383D42;
      border-radius: 12px;
      width: 100%;
      max-width: 400px;
      margin: auto;
      overflow: hidden;
    }

    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      cursor: pointer;
    }
    .accordions {
        width: 100%;
        margin: 0 auto;
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1rem;
        align-items: start;
    }

    .accordion-header img {
      width: 40%;
      height: 100%;
    }

    .accordion-header .title {
        margin-left: 12px;
        width: 43%;
    }

    .accordion-header .title p {
      margin: 0;
      font-size: 14px;
    }

    .accordion-header .title strong {
      display: block;
      font-size: 16px;
    }
    .accordion-header .arrow {
        width: 25px;
        height: 25px;
        background: #FE8300;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .accordion-header .arrow svg {
      color: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 24px;
      font-weight: bold;
      transform: rotate(0deg);
      transition: transform 0.3s ease;
    }

    .accordion.open .accordion-header .arrow {
      transform: rotate(180deg);
    }

    .accordion-body {
      padding: 0 16px 16px;
      font-family: 'Poppins';
      display: none;
      font-size: 14px;
      line-height: 1.5;
      text-align: left;
    }
    .accordion-body p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        text-align: left;
    }

    .accordion.open .accordion-body {
      display: block;
    }
    .about-work-mobilee {
        transform: none !important;
        padding: 0px 13px 120px !important;
    }
    .about-work-mobilee .img-fluid.author {
        transform: translateX(147px) translatey(50px);
    }
    #Services h3 {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }
    #Services .services-box {
        padding-top: 20px;
    }
    #blogs {
        background-image: url(/assets/images/grad.png);
        background-position: top;
        background-size: cover;
    }
     #blogs h2{

        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 50px;
        text-align: center;
        color: #FFFFFF;
    }
    #Contact::before {
        display: none;
    }
    #Contact h3{
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 43px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #Contact p {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    #Contact p a {
        font-family: 'poppins';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    #footer .logo {
        margin: 0 auto;
        display: table;
    }
    #footer img.img-fluid.w-25 {
        margin: 0 auto;
        display: table;
        width: 45% !important;
    }
    #footer .social-icons {
        gap: 20px;
        margin: 20px 0px 0px;
        justify-content: center;
    }
    #footer h4 {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        text-transform: capitalize;
        color: #FE8300;
        padding-bottom: 10px;
        text-align: center;
    }
    #footer ul {
        align-items: center;
    }
    #footer ul li, #footer ul li a {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    #footer .footer-bottom p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        margin: 0;
    }

}

    

