.dflt-content {
    position: relative;
}

.dflt-content h1 {
    font-size: 52px;
}
.dflt-content h1 span.txt {
    font-size: 52px;
    color: #FF823E;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.dflt-content h2 {
    font-size: 50px;
    color: #000;
}
.dflt-content h2 span.txt {
    font-size: 50px;
    color: #FF823E;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.dflt-content h3 {
    font-size: 16px;
}
.dflt-content h4 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
}
.dflt-content p {
    font-size: 18px;
    width: 65%;
    margin: auto;
}
a.dflt-btn1 {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #FFB48D;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
a.dflt-btn1:hover {
    transform: scale(1.05);
}
a.dflt-btn1 i {
    color: #FFB48D;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
a.dflt-btn1:hover i {
    transform: rotate(360deg);
}
a.dflt-btn2 {
    display: inline-block;
    padding: 12px 24px;
    color: #000;
    font-weight: 500;
    background-color: #FFB48D;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
a.dflt-btn2:hover {
    transform: scale(1.05);
}
a.dflt-btn2 i {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.hero-content .bdf-text span,
.dflt-content .bdf-text span {
    display: inline-block;
    padding: 5px 16px;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
}


/* Hero section */

.hero {
    padding: 0;
    position: relative;
}
.hero-bg {
    overflow: hidden;
}
.hero-video {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    border-radius: 40px;
    margin: 0 16px;
}
.hero-video video {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    display: block;
}
.vid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 41.63%, #231b3a 100.7%);
}
.hero-content .bdf-text span {
    color: #fff;
    border: 1px solid #fff;
}
.hero-content {
    position: absolute;
    left: 60px;
    top: 50%;
    max-width: 700px;
    width: 100%;
    transform: translateY(-50%);
    padding: 50px 50px;
}
.hero-main h1 {
    font-size: 54px;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #fff;
}
.hero-main h1 span {
    font-size: 54px;
    color: #FFB48D;
    font-weight: 600;
}
.hero-main p {
    font-size: 21px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #fff;
}

.abs-line1 img {
    filter: invert(1);
    width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
}
.absp p {
    font-size: 20px;
    color: #000;
}


/* features section  */

.feature {
    padding: 24px 0 150px;
    position: relative;
}
.ml-600 {
    text-indent: 300px;
}
.feature-content .abs-line1 {
    width: 150px;
    left: 100px;
}
.fbbs-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding: 30px;
    min-height: 450px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.fbbs-content::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.63%, #231b3a 96.7%);
}
.fbbs-content:hover {
    transform: scale(1.032) rotate(4deg);
}
.fbbs-box1 {
    background-image: url("../images/about1.webp")
}
.fbbs-box2 {
    background-image: url("../images/about2.webp")
}
.fbbs-box3 {
    background-image: url("../images/about3.webp")
}
.fbbs-cont {
    position: relative;
    z-index: 1;
}
.fbbs-cont i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00000026;
    color: #000000;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.fbbs-cont a:hover i {
    transform: rotate(0deg);
}
.fbbs-cont1 img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.fbbs-content:hover img {
    transform: rotate(30deg);
}
.fbbs-cont img {
    width: 55px;
    transition: all 0.3s ease-in-out;
    /* filter: drop-shadow(rgba(0,0,0,0.3) 1rem 1rem 10px); */

}
.fbbs-cont h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}
.fbbs-cont p {
    font-size: 18px;
    margin: 0;
    color: #000;
}




/* my-service section  */

.service{
    border-radius: 40px 40px 0 0;
    padding: 100px 0 150px;
    background-color: #030306;
    margin-top: -50px;
}
.service-content .bdf-text span {
    color: #fff;
    border: 1px solid #fff;
}
.service-content h2 {
    color: #fff;
    margin: 24px 0 30px;
}
.service-content p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px;
    width: 100%;
}
.single-service {
    height: 620px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
/* .single-service:hover {
    transform: scale(1.03);
} */
.single-service1 {
    background-color: #FFFFFF;
}
.single-service2 {
    background-image: linear-gradient(to right, #E5E5E5, #fff);
}
.single-service3 {
    background-color: #F2F2F2;
}
.single-service4 {
    background-color: #FEF5F6;
}
.single-service5 {
    background-color: #D7DFE5;
    background-image: linear-gradient(to right, #BBC9D2, #e6ebee);
}
.service-img img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}
.service-list,
.service-hdd {
    padding-left: 30px;
    padding-right: 30px;
}

.service-hdd h2 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #000;
}
.service-hdd p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.service-list ul {
    margin: 0;
    padding: 0;
}
.service-list ul li {
    list-style: none;
    margin-bottom: 16px;
    font-size: 16px;
}
.service-list ul li i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00000026;
    color: #000000;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.single-service1 .service-list ul li:hover i {
    color: #fff;
    background-color: #499eff;
}
.single-service2 .service-list ul li:hover i {
    color: #fff;
    background-color: #3775A9;
}
.single-service3 .service-list ul li:hover i {
    color: #fff;
    background-color: #88CFDC;
}
.single-service4 .service-list ul li:hover i {
    color: #fff;
    background-color: #F08C35;
}
.single-service5 .service-list ul li:hover i {
    color: #fff;
    background-color: #4E8BAF;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}


/* work-area section  */

.works-area {
    padding: 100px 0 120px;
    border-radius: 40px 40px 0;
    margin-top: -50px;
    background-color: #fff;
}
.works-content .bdf-text span {
    display: inline-block;
    padding: 5px 16px;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    margin-top: 16px;
}
.works-content p {
    font-size: 18px;
    margin: 0;
    width: 70%;
}
.work-step {
    border: 1px solid #FFB48D;
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 30px;
}
.work-step h3 {
    font-size: 22px;
    margin-bottom: 24px;
    color: #000;
}
.work-step p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}
.works-img img {
    width: 100%;
    border-radius: 24px;
}



/* qna-area section  */

.qna-area {
    padding: 100px 0 120px;
    border-radius: 40px 40px 0;
    margin-top: -50px;
    background-color: #f5f1ff;
}
.qna-content h2 {
    margin-bottom: 30px;
}
.qna-content p {
    width: 100%;
    margin: 0 0 30px;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.accordion-button i {
    margin-right: 8px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00000026;
    color: #000000;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.accordion-button:not(.collapsed) {
    color: #ff8d50;
    background-color: #ffe6d9;
}
.accordion-button:not(.collapsed) i {
    color: #ff8d50;
    background-color: #fff;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
    border: none;
}
.accordion-body {
    background-color: #fff6f2;
}
.accordion-item>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-body p {
    font-size: 18px;
}

/* web section  */

.web-used {
    padding: 70px 0;
    position: relative;
}
.mb-100 {
    margin-bottom: 100px;
}
.web-img img {
    border-radius: 50%;
    width: 100%;
    border: 7px solid #1abc9c;
}
.web-box {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #00000006;
    transition: all 0.2s ease-in-out;
}
.abt-box1 {
    background-color: #46DFEC;
}
.abt-box2 {
    background-color: #EEF7FB;
}
.abt-box3 {
    background-color: #F8F5E6;
}
.abt-box4 {
    background-color: #FF7F0D;
}
.web-box span {
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: block;
    color: #000000;
    text-align: center;
    font-weight: 500;
    box-shadow: 3px 9px 10px rgba(0,0,0,0.4);
}
.web-box h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #000000;
}
.abt-box4 h3 {
    color: #fff;
}
.web-box p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}
.abt-box4 p {
    color: #fff;
}
.web-text h2,
.web-text h2 span {
    font-size: 36px;
    font-weight: 500;
}


/* pricing page */

.price-main{
    padding: 60px 0 160px;
    border-radius: 40px 40px 0;
    margin-top: -50px;
    background-color: #F6F6F6;
}
.price-bg {
    margin: 0;
    background-color: #fffcf9;
}
.p-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    border-radius: 30px;
    background-color: #FFB48D;
}
.p-card.bg-gre {
    background-color: #9f9fff;
}

.ico-area i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00000026;
    color: #000000;
    background-color: #fff;
    transition: all 0.3s
ease-in-out;
}
.ico-area span {
    color: #fff;
    background-color: #ff823e;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    padding: 10px 24px;
    border-radius: 20px;
}
.ico-area2 span {
    background-color: #5b5bff;
}
.pmf-box {
    background-color: #e1e1ff;
    padding: 24px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.bg-gre .pmf-box {
    background-color: #f8ecd6;
}
.pmf-box span {
    display: block;
    font-size: 16px;
    text-align: left;
}
.pmf-box p {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    /* margin-top: 10px; */
}
.price-area h2 {
    font-size: 48px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 16px;
}
.price-area h2 span {
    font-size: 14px;
    color: #00000056;
}
.price-txt p {
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: 400;
}
.price-area p b {
    color: #000000;
}
.price-f p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    border-radius: 40px;
    margin-bottom: 24px;

}
.price-f p i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00000026;
    color: #5B5BFF;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.bg-gre .price-f p i {
    color: #FF823E;
}
.price-f p:hover i {
    background: #5B5BFF;
    color: #fff;
}
.bg-gre .price-f p:hover i {
    background: #FF823E;
    color: #fff;
}
.arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.arrow-box img {
    width: 100%;
    opacity: 0.5;
}
.rcmp p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.code-box img {
    width: 250px;
    opacity: 0.5;
    transform: rotate(-20deg);
}
.ptop-bx a,
.buy-btn a {
    padding: 10px 30px;
    background-color: #9F9FFF;
}
.buy-btn2 a {
    padding: 10px 30px;
}
.price-content-box {
    background-color: #d6d6f8;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 30px 30px 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ptop-bx {
    margin-bottom: 24px;
}
.ptop-bx h3 {
    font-size: 26px;
    margin-bottom: 24px;
}
.img-bx img {
    width: 80%;
    border-radius: 30px;
}



/* Contact page */


.contact-form {
    padding: 50px 0 80px;
    border-radius: 40px 40px 0 0;
    background-color: #ffeadf;
}
.contact-img img {
    width: 100%;
    border-radius: 30px;
}
.con-address,
.cfs-box {
    height: 100%;
    border-radius: 22px;
    padding: 24px;
    background-color: #fff;
    border: 1px solif #ffb48d;
    box-shadow:  0 0 4px #ffb48d;
    transition: all 0.2s ease-in-out;
}
.cfs-box p {
    margin: 0;
    color: #000;
}
.cfs-box p a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.con-address img,
.cfs-box img {
    width: 55px;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(6px 9px 10px rgba(0,0,0,0.4));
}
.cdfs-cont h3 {
    font-size: 21px;
    margin-bottom: 24px;
}
.con-address p {
    color: #000;
    font-size: 18px;
    margin: 0;
}

.my-form {
    border-radius: 24px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #FFB48D;
    box-shadow:  0 0 4px #ffb48d;
}
.common {
    margin-bottom: 24px;
}
.common label, .message label {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}
.common input, .message textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #00000056;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 40px;
    outline: none;
    color: #000000;
}
.message textarea {
    border-radius: 20px;
}
.common input:focus, .message textarea:focus {
    border-color: #00000096;
}
.submit-btn {
    position: relative;
    width: 195px;
    border-radius: 50px;
}
.submit-btn input {
    display: inline-block;
    padding: 14px 24px;
    color: #000;
    font-weight: 500;
    background-color: #FFB48D;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.submit-btn input:hover {
    transform: scale(1.05);
}

/* about page  */


.about-top {
    padding-bottom: 150px;
}
.about-video {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    border-radius: 40px;
    margin: 0 16px;
}
.about-video video {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    display: block;
}
.about-vid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.63%, #231b3a 100.7%);
}

.abmpl-img img {
    width: 100%;
    border-radius: 30px;
}
.abtb-cont {
    display: block;
}

.about-top-main {
    margin-top: -240px;
}
.about-main-content h1 {
    color: #fff;
}
.about-main-content p {
    color: #fff;
    width: 100%;
    margin: 0 0 30px;
}
.about-main-content .about-btn .dflt-btn1 i {
    font-size: 20px;
    margin-right: 5px;
}


/* Responsive */

@media all and (max-width: 1399px){
    .dflt-content h1 span.txt,
    .dflt-content h1 {
        font-size: 45px;
    }
    .dflt-content .abs-line1 {
        bottom: 30px;
    }
    .mt-500 {
        margin-top: 140px;
    }
    /* hero  */
    .hero-main-img {
        margin-top: -200px;
    }
    .hocd-btm h4 {
        font-size: 22px;
    }
    .hocd-box1 {
        min-height: 245px;
    }

    /* about section  */
    .about-content h2 span, .about-content h2 {
        font-size: 40px;
    }
    .abs-line1 img {
        top: 87px;
    }
    /* service  */

    /* web  */
    .dflt-content .absp {
        width: 440px;
    }
    .web-text h2, .web-text h2 span {
        font-size: 36px;
    }
}
@media all and (max-width: 1199px){
    .dflt-content h1 span.txt, .dflt-content h1 {
        font-size: 40px;
    }
    .dflt-content h2 span.txt,
    .dflt-content h2 {
        font-size: 40px;
    }
    .works-content p {
        font-size: 16px;
        width: 80%;
    }
    /* hero */

    .hero-content {
        left: 40px;
    }
    .hero-main h1 span,
    .hero-main h1 {
        font-size: 54px;
    }
    .hero-main p {
        font-size: 22px;
    }
    /* about section  */
    .about-content p {
        font-size: 18px;
    }
    .abs-line1 img {
        top: 72px;
        width: 85px;
        left: 80px;
    }
    .about-spn span {
        font-size: 14px;
    }
    .about-content h2 span, .about-content h2 {
        font-size: 36px;
    }
    .abtb-img img {
        width: 300px;
        height: 300px;
    }
    .price-main .dflt-content .absp,
    .about-main .dflt-content .absp {
        font-size: 14px;
    }
    /* service section  */
    .service-list ul li {
        font-size: 16px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 6px;
    }
    .work-step p {
        font-size: 16px;
    }
    /* price page  */
    .price-main {
        padding: 60px 0 100px;
    }
    .price-desp p {
        font-size: 16px;
    }
    /* about page  */
    .vision-box h3,
    .mission-box h3 {
        font-size: 22px;
    }
    .vision-box p,
    .mission-box p {
        font-size: 14px;
    }
    .ablg-box h3 {
        font-size: 24px;
    }
    .ablg-box ul li {
        font-size: 14px;
    }
}

@media all and (max-width: 991px){
    .dflt-content h1 span.txt, .dflt-content h1 {
        margin-bottom: 24px;
    }
    .dflt-content h2 span.txt, .dflt-content h2 {
        margin-bottom: 8px;
    }
    .dflt-content p {
        width: 100%;
    }
    /* hero  */
    .hero {
        padding: 8px 0 16px;
    }
    .hero-content {
        max-width: 600px;
    }
    .hero-video {
        max-width: 100%;
    }
    .hero-video video {
        height: 600px;
        object-fit: cover;
    }
    .hero-main p {
        width: 100%;
        font-size: 20px;
        position: static;
        margin-bottom: 40px;
    }
    .hero-main h1 span, .hero-main h1 {
        font-size: 48px;
    }
    /* .feature */
    .fbbs-content {
        margin-bottom: 30px;
    }
    /* about section  */
    .about-content h2 span, .about-content h2 {
        margin-bottom: 40px;
        text-align: left;
    }
    .about-spn {
        text-align: center;
        margin-bottom: 24px;
    }
    .abtb-img {
        margin-bottom: 30px;
    }
    /* service  */
    .service-box {
        height: auto;
    }
    .service-box3, .service-box4 {
        margin-bottom: 24px;
    }
    .works-area {
        padding: 60px 0 80px;
    }
    /* .web */
    .web-used {
        padding: 50px 0;
    }
    .mb-100 {
        margin-bottom: 0;
    }
    .web-img,
    .web {
        margin-bottom: 40px;
    }

    /* contact page  */
    .contact-form {
        padding: 50px 0;
        margin-top: 0;
    }
    .con-address p,
    .cfs-box p a {
        font-size: 16px;
    }
    /* about page  */
    .about-top {
        padding-bottom: 70px;
        position: relative;
    }
    .about-video {
        max-width: 100%;
        max-height: auto;
    }
    .about-video video {
        width: auto;
        height: 600px;
    }
    .about-top-main {
        position: absolute;
        bottom: 170px;
        left: 0;
        margin: 0;
        padding: 0 80px;
    }
    .qna-area {
        padding: 70px 0 120px;
    }


}

@media all and (max-width: 767px){
    a.dflt-btn1 {
        padding: 9px 18px;
        font-size: 16px;
    }
    a.dflt-btn2 {
        padding: 11px 18px;
        font-size: 16px;
    }
    .dflt-content h2 span.txt,
    .dflt-content h2 {
        font-size: 32px;
    }
    .dflt-hdd h1 {
        font-size: 36px;
    }
    .dflt-content span.dfl-box {
        font-size: 16px;
    }
    .dflt-content p {
        font-size: 16px;
    }
    .dflt-content .absp {
        width: 100%;
    }
    /* hero */
    .hero-content {
        max-width: 500px;
        padding: 24px 30px;
    }
    .hero-content .bdf-text span, .dflt-content .bdf-text span {
        font-size: 16px;
    }
    .hero-main h1 span, .hero-main h1 {
        font-size: 40px;
    }
    .hero-main p {
        font-size: 16px;
    }

    /* about section */
    .about-area {
        padding: 50px 0;
    }

    /* about */
    .about {
        padding: 40px 0;
    }
    .about-anh h3 {
        font-size: 18px;
    }
    .about-anh p {
        width: 100%;
    }
    /* service */
    .service-content p {
        font-size: 16px;
    }
    .service-hdd h2 {
        font-size: 22px;
    }
    .work-step h3 {
        font-size: 20px;
    }
    .work-step p {
        font-size: 16px;
    }
    /* web  */
    .web-used {
        padding: 50px 0 24px;
    }
   .web-box h3 {
        font-size: 20px;
    }
    /* price  */
    .price-f {
        margin-top: 30px;
    }
    /* contact  */
    .cfs-box p a {
        font-size: 16px;
    }
    .con-address p {
        font-size: 16px;
    }
    /* about page  */
    .about-top-main {
        padding: 0 50px;
    }

}
@media all and (max-width: 575px){
    .dflt-content h1 span.txt, .dflt-content h1 {
        font-size: 32px;
    }
    .dflt-content p {
        font-size: 16px;
    }
    a.dflt-btn1,
    a.dflt-btn2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .works-content p {
        width: 100%;
    }
    /* hero section  */
    .hero-main h1 span, .hero-main h1 {
        font-size: 36px;
    }
    .hero-content {
        left: 0;
    }
    .hero-btn a {
        margin-bottom: 12px;
    }
    .fbbs-cont h4 {
        font-size: 24px;
    }
    .fbbs-cont p {
        font-size: 16px;
    }
    .about-content p {
        font-size: 16px;
    }
    /* service section */
    .service {
        padding: 60px 0 90px;
    }
    .service-hdd h2 {
        font-size: 20px;
    }
    .service-hdd p {
        font-size: 16px;
    }
    .single-service {
        height: auto;
    }
    .service-list {
        padding-bottom: 30px;
    }
    /* price section */
    .ico-area span {
        font-size: 18px;
    }
    .price-area h2 {
        font-size: 42px;
    }
    .pmf-box p {
        font-size: 18px;
    }
    .price-f p {
        font-size: 16px;
    }
    .ptop-bx h3 {
        font-size: 20px;
    }
    /* Contact section */
    .my-form {
        padding: 40px 24px;
    }
    .hero-main-cont h2 {
        font-size: 30px;
    }
    /* about page  */
    .about-top-main {
        padding: 0 20px;
        bottom: 150px;
    }
    .accordion-body p {
        font-size: 16px;
    }

}
@media all and (max-width: 480px){
    .fbbs-content {
        min-height: 360px;
    }
}

 .footer-link ul li, .footer-address ul li {
  list-style: none !important;
}
