.professional_web_design {
    padding-top: 40px;
}

.teko-font-medium {
    font-family: var(--teko-font) !important;
    font-weight: 500 !important;
}

.text-description a.teko-font-medium {
    padding: 24px 10px;
    min-width: 172px;
}

.main-header .other-links .link-box .link {
    /*padding-top: 12px;*/
}

.main-header .header-upper .logo-box.other {
    padding: 18px 0px;
}

.page-banner {
    /* background-image: url(../images/background/newpage_1.webp); */
    background-size: cover !important;
    background-position: center center !important;
}

.page-banner p {
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 68px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.main-menu .navigation > li > ul > li.dropdown > a::after {
    content: '>';
    width: 10px;
    height: 10px;
    font-family: inherit;
}

.page-banner h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
}

.page-banner .inner-container {
    padding: 220px 0px 130px;
}

.text-description a {
    background-color: #222429;
    padding: 20px 10px;
    display: inline-block;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    min-width: 276px;
    text-align: center;
    letter-spacing: 0;
    font-family: var(--thm-font);
    transition: all .5s ease 0s;
}

.text-description a:hover {
    background-color: #FFAA17
}

.text-description p {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #686A6F;
}

.text-description h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #222429;
    font-family: var(--thm-b-font);
    font-weight: 500;
}

.about-review {
    padding: 75px 0;
}

.background-img-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.background-img-section .free-content p {
    color: white;
}

ul.arrow-right li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #A56800;
}

ul.arrow-right li {
    position: relative;
    list-style: none !important;
}

.free-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #686A6F;
}

.free-content.larger p {
    font-size: 20px;
    line-height: 30px;
}

.free-content h4 {
    color: var(--thm-base-darker);
    font-weight: 500;
}

.free-content ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #686A6F;
    list-style: disc;
}

.free-content ol li {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #686A6F;
    list-style: numbered;
}

.free-content.larger ul li, .free-content.larger ol li {
    font-size: 20px;
    line-height: 30px;
}

.free-content ul.numberedList, .free-content ul.numberedList li {
    list-style: numbered;
}

.free-content ul li h3, .free-content ol li h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    color: #686A6F;
    display: inline;
}

.free-content.white p {
    color: white;
}

.free-content a, .listing-content a {
    background-color: #222429;
    padding: 20px 44px;
    display: inline-block;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    /* transition: all .5s ease 0s; */
    font-family: var(--thm-font);
}

.free-content a:hover, .listing-content a:hover {
    background-color: #FFAA17;
}

.section-title h1 {
    text-align: center;
    font-size: 32px;
    font-family: var(--thm-b-font);
    text-transform: uppercase;
    line-height: 38px;
    color: var(--thm-base-darker);
    font-weight: 600;
}

.section-title h2, .section-title .section-title-h2 {
    text-align: center;
    font-size: 32px;
    font-family: var(--thm-b-font);
    text-transform: uppercase;
    line-height: 38px;
    color: var(--thm-base-darker);
    font-weight: 600;
}

.top_sermain {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.left-icon {
    /* box-shadow: 0 0 15px rgba(0,0,0,.09);
    padding: 10px;
    border-radius: 12px; */
}

.right-text {
    margin-left: 15px;
}

.right-text h3 {
    margin: 0;
    color: #222429;
    font-family: var(--thm-b-font);
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}

.right-text h4 {
    margin: 0;
    color: #222429;
    font-family: var(--thm-b-font);
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}

.left-text {

}

.left-text h3 {
    margin: 0;
    color: #222429;
    font-family: var(--thm-b-font);
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}

.featured_webservice > .row {
    margin-bottom: 25px;
}

.service-mains p, .service-mains li {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}

.featured_webservice {
    padding-top: 20px;
    padding-bottom: 20px;
}

.website_that_design .free-content {
    padding: 10%;
}

.website_that_design .row {
    align-items: center;
}

.free-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    font-family: var(--thm-b-font);
    text-transform: uppercase;
}

.section-title.line h2 {
    font-family: var(--thm-font);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.section-title.line h2::before, .section-title.line h2::after {
    content: '';
    left: 0;
    top: 50%;
    width: 150px;
    height: 3px;
    background-color: #FFAA17;
    position: relative;
    display: inline-block;
    margin: 0 35px;
}

#readySection p {
    line-height: 25px;
}

.makes_our_design .row {
    align-items: center;
}

.makes_our_design {
    padding: 75px 0;
}

.popular_industries {
    background-color: #222429;
    padding: 45px 0;
}

#web_deservice.popular_industries {
    background-image: url(../images/background/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.popular_industries h2 span {
    color: #FFAA17;
}

.popular_industries h2 {
    color: #fff;
}

.icon_boxes {
    background-color: #1D1F24;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.icon_boxes img {
    width: 34px;
    height: 34px;
}

.icon_boxes h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-b-font);
    margin: 0;
}

.icon_boxes h3 a {
    color: #fff;
}

.popular_industries .auto-container {
    max-width: 1200px;
}

.faq-section {
    padding: 30px 0;
    background-size: cover;
}

.accordion-box .block .content .text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-family: var(--thm-b-font);
}

.accordion-box .block .acc-btn {
    font-family: var(--thm-b-font);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .30px;
    color: var(--thm-base-darker);
    font-weight: 500;
}

.banner-section.banner-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.banner-section.banner-four .p-1 {
    padding: 0 1rem !important;
}

.banner-section.banner-four .banner-carousel .slide-item::before {
    opacity: 0;
}

.banner-section.banner-four .banner-carousel .slide-item {
    background-color: transparent;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 100%;
    text-align: center;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 54px;
    line-height: 60px;
    font-weight: 500;
    transform: inherit;
    margin: 0 auto;
}

.banner-carousel .content-box .inner .row {
    justify-content: center;
}

.banner-carousel .content-box .row {
    justify-content: center;
    align-items: center;
}

.banner-carousel .content-box .content {
    text-align: center;
}

.banner-carousel img {
    height: unset;
}

.btn-style-two1, .btn-style-two {
    letter-spacing: 0;
    background: #fff;
    color: #222429;
    border-radius: 5px;
    font-size: 22px;
    line-height: 26px;
}

.banner-section .left-based-text .social-links ul li {
    margin-left: 35px;
    margin-right: 0;
}

.banner-section .left-based-text .social-links {
    position: static;
}

.banner-section .left-based-text .hours ul li {
    margin-right: 35px;
    margin-left: 0;
    font-weight: 400;
}

.banner-section .left-based-text .hours {
    position: static;
}

.banner-section .left-based-text .base-inner {
    width: 100%;
    transform: inherit;
    display: flex;
    justify-content: space-between;
}

.banner-section .left-based-text {
    left: 50px;
    bottom: 30px;
    right: 50px;
    top: auto;
}

.banner-carousel .content-box {

}

.free-content .row a {
    min-width: 260px;
}

#grow_business {
    padding: 20px 0 0px 0;
}

.popular_industries .p-1, .why_ajroni_enterprise .p-1 {
    padding: 0 15px !important;
    width: 50%;
}

.popular_industries .p-1 a, .why_ajroni_enterprise .p-1 a {
    display: block;
}

.section-title p.leftSubtitle, #web_dservice .section-title p.leftSubtitle {
    font-weight: 400;
    font-size: 22px;
    color: #222429;
    text-align: left;
    text-transform: uppercase;
}

.section-title h2.topSubtitle, #web_dservice .section-title h2.topSubtitle {
    font-weight: 400;
    font-size: 22px;
    color: #222429;
    text-align: center;
    text-transform: uppercase;
}

.section-title p.topSubtitle {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.section-title p.topSubtitle2, #webdevpage .section-title p.topSubtitle2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: black !important;
    margin-bottom: 20px;
}

.section-title p.topSubtitle3, #webdevpage .section-title p.topSubtitle3 {
    color: black;
    font-weight: 500;
}

.section-title p {
    font-size: 17px;
    text-align: left;
    margin-bottom: 45px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
}

#web_dservice {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-bottom-70 {
    padding-bottom: 70px;;
}

#web_dservice .section-title p {
    font-weight: 300;
    color: #686A6F;
    text-align: left;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

#web_dservice .section-title.text-center p {
    text-align: center;
}

.list-content h3 {
    font-size: 20px;
    color: #222429;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thm-b-font);
    letter-spacing: .30px;
}

.list-content p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.list-content p span {
    color: #FFAA17;
    font-weight: 400;
}

.list-content h3 span {
    color: #FFAA17;
}

#web_dservice .section-title {
    padding-bottom: 20px;
    padding-top: 0px;
}

#web_dservice .row {
    align-items: start;
}

.how_does_it_works {
    padding: 80px 0;
}

.how_does_it_works .section-title p {
    font-size: 17px;
    color: #686A6F;
    max-width: 1027px;
    margin-left: auto;
    margin-right: auto;
}

.card_boxes {
    background-color: rgba(255, 170, 23, .15);
    border-radius: 6px;
    padding: 30px;
    min-height: 205px;
    margin-bottom: 30px;
}

.card_boxes h3, .card_boxes h4 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: var(--thm-base-darker);
    font-family: var(--thm-b-font);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_boxes p, .card_boxes ul, .card_boxes li {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.card_boxes h3:before {
    content: "\f131";
    font-family: "Flaticon";
    width: 22px;
    height: 22px;
    background-color: #222429;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 22px;
    margin-right: 5px;
    transition: all .5s ease 0s;
}

.card_boxes:hover h3:before {
    background-color: #FFAA17;
}

.how_does_it_works .row {
    align-items: center;
}

.testimonials-section-two {
    padding: 80px 0px;
}

.testi-block-two .button {
    position: absolute;
    right: 0;
    top: 13px;
}

.testi-block-two .icon {
    font-size: 187px;
}

.testi-block-two .text {
    font-size: 38px;
    line-height: 50px;
}

.sec-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

.sec-title .lower-text {
    line-height: 34px;
    font-weight: 300;
}

.about-section-two .image-box {
    margin-top: -270px;
    margin-bottom: -60px;
}

.counter-block .graph-outer::before {
    border: 3px solid #FFAA17;
}

.counter-block .graph-outer {
    width: 103px;
    height: 103px;
}

.counter-block .graph-outer .count-box {
    font-size: 20px;
    font-weight: 500;
    line-height: 62px;
    font-family: var(--thm-b-font);
}

.counter-block .inner-box {
    padding-left: 120px;
    min-height: 110px;
    padding-top: 24px;
}

.counter-block h3 {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .03em;
    font-family: var(--thm-b-font);
}

.testimonials-section-two .carousel-box {
    padding-right: 0;
}

.parallax-section .jarallax-img, .parallax-section .image-layer {
    opacity: 1;
}

.parallax-section {
    background: transparent;
    padding: 170px 0;
}

.parallax-section .content-box img {
    max-width: 358px;
    width: 100%;
    margin-bottom: 50px;
}

.parallax-section .content-box h2 {
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 20px;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}

.parallax-section .content-box {
    max-width: 916px;
}

.parallax-section .content-box p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

.easier-tomanage {
    background-image: url(../images/background/low-poly-grid-haikei01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
    text-align: center;
}

.easier-tomanage p {
    color: #686A6F;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}

.awards_section img {
    max-width: 200px;
    max-height: 160px;
}

.reach_section {
    background-color: #222429;
    padding: 40px 0;
    color: #fff;
}

.reach_section .section-title h2, .reach_section h3 {
    color: var(--thm-base);
}

.reach_section .free-content p {
    color: #fff;
    font-weight: 300;
    line-height: 23px;
}

.listing-content p {
    color: #686A6F;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}

.listing-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.listing-content ul li {
    position: relative;
    padding-left: 30px;
    color: #222429;
    font-weight: 400;
}

.listing-content ul li::before {
    content: "\f131";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-color: #FFAA17;
    border-radius: 50%;
    font-family: "Flaticon";
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

#westplambeach .section-title h2 {
    line-height: 44px;;
}

.reach_section .row {
    align-items: center;
}

.main-header .header-upper .logo-box {
    padding: 30px 0px;
}

.left-icon img {
    padding: 0px;
    width: 46px;
}

.btn-style-two1 .btn-curve, .btn-style-two .btn-curve {
    background: var(--thm-base);
}

.banner-section .left-based-text .social-links ul li a:hover img {
    transform: scale(1.3);
}

.banner-section .left-based-text .social-links ul li a img {
    transition: all .5s ease 0s;
}

.icon_boxes:hover {
    background-color: rgba(255, 170, 23, .15);
}

.double-button a {
    transition: all .5s ease 0s;
    background-color: #222429;
    margin-right: 25px;
    margin-bottom: 0;
}

.double-button a:hover {
    background-color: #FFAA17;
}

.icon_boxes {
    transition: all .5s ease 0s;
}

.align-center {
    align-items: center;
}

.full-link a {
    display: block;
}

#grow_your_business h2 {
    line-height: 40px;;
}

.min-height {
    min-height: 314px;
}

#webdevpage {
    padding-top: 40px;
}

.makes_our_design .section-title p {

}

#webdevpage p {
    color: var(--thm-text);
}

#web_deservice .row .theme-btn.btn-style-two1 {
    display: block;
    margin-bottom: 30px;
}

.makes_our_designs {
    padding: 75px 0;
}

.equal-height .icon_boxes {
    height: calc(100% - 30px);
}

.equal-height .icon_boxes p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #d7d7d7;
    margin-top: 10px;
    margin-bottom: 0;
}

.equal-height .icon_boxes h3 span {
    color: var(--thm-base);
}

.section-title.line-heights h2 {
    line-height: 40px;
}

.makes_our_design2 .row.equal-height .col-md-6 {
    height: 100%;
}

.black_featured {
    background-color: #222429;
    border-radius: 6px;
    padding: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

#web_deservice.popular_industries .theme-btn.btn-style-two {
    display: block;
}

.black_featured h2, .black_featured h3 {
    color: #fff;
    font-size: 18px;
    font-family: var(--thm-b-font);
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.black_featured p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.black_featured h2 span {
    color: #FFAA17;
}

.makes_our_designs .section-title:last-child {
    margin-top: 60px;
}

.makes_our_designs .section-title p {
    font-size: 17px;
    font-weight: 300;
    color: var(--thm-text);
}

.why_ajroni_enterprise {
    padding: 40px 0;
    background-color: #222429;
    color: #fff;
    text-align: left;

}

.why_ajroni_enterprise .section-title h2 {
    text-transform: uppercase;
    line-height: 58px;
    color: #fff;
    font-family: var(--thm-font);
}

.why_ajroni_enterprise .list-content h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.why_ajroni_enterprise .list-content h3 span {
    color: #fff;
}

.why_ajroni_enterprise .list-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
}

.free-content a.black-button {
    background-color: #222429;
    transition: all .5s ease 0s;
}

.free-content a.black-button:hover {
    background-color: #FFAA17;
}

.text-center .top_sermain {
    justify-content: center;
}

.professional_web_design .section-title p, #customwdservice .section-title p, #testimonialssection .section-title p, .portfolio-sections .section-title p {
    color: var(--thm-text);
}

.professional_web_design.dark {
    background-color: #222429;
}

.professional_web_design.dark p, .professional_web_design.dark h3, .professional_web_design.dark h2 {
    color: white;
}

.professional_web_design.dark .left-icon {
    background-color: white;
}

#customwdservice .card_boxes h3::before {
    display: none;
}

#customwdservice .card_boxes h3 {
    color: var(--thm-base-darker);
    text-align: left;
    justify-content: flex-start;
}

#customwdservice .card_boxes h3 span {
    color: var(--thm-base);
    margin-right: 5px;;
}

#customwdservice {
    padding: 20px 0;
    background-image: url(../images/homenew/low-poly-grid-haikei.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#testimonialssection .card_boxes h4::before {
    display: none;
}

#testimonialssection .card_boxes h4 {
    text-align: left;
    justify-content: flex-start;
}

#testimonialssection .card_boxes h4 span {
    color: var(--thm-base);
    margin-right: 5px;;
}

#testimonialssection {
    padding: 20px 0;
}

#testimonialssection h2 span, .portfolio-sections h2 span {
    /* color: #FFAA17;
    font-weight: 700; */
}

.professional_web_design h2 span {
    color: var(--thm-base-darker);
}

.portfolio_showcase {
    padding: 20px 0;
}

.portfolio_showcase .img-div {
    background-color: #eeeeee;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #dddddd;
    padding: 20px;
}

.portfolio_showcase .project-subtitle {
    color: black;
    font-weight: 500;
}

.portfolio_showcase .project-heading {
    font-size: 22px;
    font-weight: 500;
    color: var(--thm-base-darker);
    margin-bottom: 0;
}

.portfolio_showcase .project-subheading {
    font-size: 18px;
    font-weight: 400;
}

.portfolio_showcase .project-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #777777;
}

.portfolio_showcase .project-list {
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #777777;
}

.portfolio_showcase .testimonial {
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
    padding: 5px 15px;
    background-color: #fff4e0;
    border-radius: 5px;
}

.portfolio_showcase .testimonial span {
    color: #808080;
    font-weight: 400;
    font-style: normal;
}

.portfolio_showcase .project-tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.portfolio_showcase .project-tags .tag {
    padding: 3px 10px;
    background-color: #fafafa;
    border-radius: 10px;
    line-height: 25px;
    font-size: 14px;
}

.portfolio_showcase .project-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#case-studies .text-section p, #case-studies .text-section ul li {
    font-size: 16px;
    line-height: 24px;
}

#case-studies article p, #case-studies article ul li {
    font-size: 14px;
    line-height: 20px;
}

#case-studies .case-study-image {
    aspect-ratio: 16 / 9; /* modern browsers */
    width: 100%;
    /* object-fit: cover; */
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#testimonialssection p a, .portfolio-sections p a {
    color: black;
    text-decoration: underline;
}

.row.align-center.last-wdserv {
    justify-content: center;
}

.equal-height .card_boxes {
    min-height: calc(100% - 30px);
}

.row.align-center.last-wdserv a {
    min-width: 280px;
    margin: 0 10px;
}

.service-mains.text-center p {
    text-align: left;
}

.no-padding#web_dservice .section-title {
    margin-top: 0;
}

.no-padding#web_dservice {
    padding-bottom: 0;;
}

.reach_section .free-content a {
    background-color: #FFAA17;
    color: #000;
}

.easier-tomanage p {
    text-align: left;
}

.reach_section .listing-content li {
    color: #fff;
}

.reach_section .listing-content p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
}

.post-details .lower-box .text ul {
    list-style: disc;
    padding-left: 18px;
}

.post-details .lower-box .text li {
    list-style: inherit;
}

.post-details .lower-box .text ol {
    list-style: symbols;
    padding-left: 18px;
}

a.no-design {
    background-color: transparent;
    color: var(--thm-base-darker);
    font-size: 17px;
    padding: 0;
    min-width: auto;
    margin: 0;
    font-family: var(--thm-b-font);
    text-transform: inherit;
    font-weight: normal;
}

a.no-design:hover {
    background-color: transparent;
}

.post-details .lower-box .text ul {
    list-style: disc;
    padding-left: 16px;
}

.post-details .lower-box .text ul li {
    list-style: disc;
}

.post-details .lower-box .text ol li {
    list-style: decimal;
}

.post-details .lower-box .text ol {
    padding-left: 16px;
    list-style: disc;
}

.why_ajroni_enterprise .section-title h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px;
    line-height: 35px;
}

.banner-carousel .content-box .content .text-center {
    /* margin-bottom: 20px; */
}

.reach_section .free-content a.no-design {
    color: #FFAA17;
    background-color: transparent;
}

.section-title.black p {
    text-align: center;
    color: #686A6F;
}

.card_design {
    background-color: #222429;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 30px;
    padding: 40px;
}

.card_design h6 {
    color: white;
}

.card_design h3 {
    font-size: 18px;
    line-height: 22px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.card_design ul li:before {
    content: "\f131";
    position: absolute;
    left: 0;
    top: 50%;
    font-family: "Flaticon";
    width: 24px;
    height: 24px;
    font-size: 10px;
    color: #FFAA17;
    border: 1px solid #FFAA17;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
}

.card_design ul li {
    position: relative;
    padding-left: 35px;
}

.bottom-content {
    text-align: center;
}

.card_design h3 span {
    /* color: #FFAA17; */
}

.free-content.boca-raton h2 {
    line-height: 30px;
}

.free-content.boca-raton a {
    width: 100%;
}

.card_section_design {
    padding-bottom: 60px;
}

.card_boxes img {
    /* margin-bottom: 15px; */
}

.card_section_design .section-title h2 {
    line-height: 30px;
}

.card_section_design .card_boxes h3 {
    text-align: left;
    justify-content: flex-start;
    text-transform: uppercase;
}

.card_section_design .card_boxes h3:before {
    display: none;
}

.makes_our_design.orange {
    background-color: #FFAA17;
    padding-bottom: 45px;
}

.makes_our_design.orange h2 {
    color: white;
}

.makes_our_design.orange .card_design {
    background-color: white;
    height: calc(100% - 30px);
}

.makes_our_design.orange .section-title.line h2::before, .makes_our_design.orange .section-title.line h2::after {
    background-color: white;
}

.makes_our_design.orange .card_design p, .makes_our_design.orange .card_design h3 {
    color: black;
}

.makes_our_design.dark {
    background-color: #222429;
    padding-bottom: 45px;
}

.makes_our_design.dark .card_design {
    background-color: rgba(255, 255, 255, .06);
    height: calc(100% - 30px);
}

.makes_our_design.dark .row, .makes_our_design.orange .row {
    align-items: stretch;
}

.dark .section-title.line h2 {
    color: #fff;
}

.dark .section-title.line h2 {
    color: var(--thm-base);
}

.makes_our_design.dark .section-title.line {
    margin-bottom: 30px;
}

.title-only-section {
    padding: 50px;
    text-align: center;
}

.pages-contact-option {
    padding: 75px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: rgba(255, 170, 23, .12);
}

.pages-contact-option .default-form {
    max-width: 1020px;
    margin: 0 auto;
}

.pages-contact-option .btn-style-one {
    color: #fff;
    padding: 0px 40px;
}

.faq-button {
    margin-top: 30px;
}

.faq-button a {
    display: inline-block;
    position: relative;
    color: #fff;
}

.card_design p {
    line-height: 22px;
    margin-bottom: 0;
}

.equal-height .card_design {
    min-height: calc(100% - 30px);
}

.pages-contact-option .default-form .form-group textarea, .pages-contact-option .default-form .form-group input[type=text], .pages-contact-option .default-form .form-group input[type=email] {
    background-color: #fff;
}

.popular_industries .theme-btn.btn-style-two1, .why_ajroni_enterprise .theme-btn.btn-style-two1 {
    width: 100%;
}

.no-padding {
    padding: 0;
}

.right-contactdetails ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #000;
}

.right-contactdetails ul li span {
    margin-right: 10px;
    font-size: 30px;
    color: var(--thm-base);
}

.right-contactdetails ul li a {
    color: #000;
}

.right-contactdetails {
    padding: 50px 50px 50px 0px;
}

.map_contact_details {
    padding: 50px 0;
}

.website_that_design .free-content.boca-raton {
    padding: 5% 10%;
}

.website_that_design .free-content.boca-raton a {
    margin: 0;
}

.bg-gray {
    background-color: #FAFAFA;
}

.card_section_design .auto-container > p {
    line-height: 23px;
}

.contact_us_bottom_2 {
    padding: 20px;
}

h3 a {
    text-decoration: underline;
}

.emphasize, p > span {
    color: var(--thm-base-darker);
    font-weight: 700;
}

.section-title h3 {
    text-align: center;
    font-size: 26px;
    font-family: var(--thm-b-font);
    text-transform: uppercase;
    line-height: 58px;
    color: #222429;
}

.banner-carousel .content-box .content .text-left {
    margin-bottom: 20px;
}

.reach_section .free-content a.teko-font-medium {
    font-size: 18px;
    padding: 24px 10px;
    min-width: 190px;
}

.about-review.card_section_design .card_design ul li {
    margin-bottom: 15px;
}

.city_border {
    border-radius: 15px;
}

.form-wrapper {
    border: 2px solid var(--thm-base);
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    margin: 0px 30px;
}

.all-testimonials .swiper-wrapper {
    display: flex;
}

.all-testimonials .swiper-wrapper .swiper-slide {
    height: auto;
}

.all-testimonials {
    max-width: 1046px;
}

.card_boxes {
    height: calc(100% - 30px);
}

.half-size-background .textDiv {
    padding: 60px;
}

#expandableParagraph {
    display: none;
}

#readlessa {
    display: none;
}

section b {
    font-weight: 700;
}

.awards p.award-row {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: black;
}

.featured_webservice h3, .featured_webservice h4 {
    text-transform: uppercase;
}

.featured_webservice h3 a {
    color: black;
}

.featured_webservice h3, .featured_webservice h3 a, .featured_webservice h4, .featured_webservice h4 a {
    color: var(--thm-base-darker);
}

.contact_us_section p {
    line-height: 20px;
}

.default-form .contact-form input[type="text"], .default-form .contact-form input[type="email"], .default-form .contact-form input[type="number"], .default-form .contact-form textarea {
    padding: 10px;
}

.default-form .contact-form input[type="text"], .default-form .contact-form input[type="email"], .default-form .contact-form input[type="number"] {
    height: 40px;
}

.contact-form .btn-style-one .btn-title {
    padding: 10px 30px;;
}

.default-form .contact-form .form-group {
    margin-bottom: 15px;
}

.default-form .contact-form .form-group textarea {
    height: 150px;
}

.page-banner .inner-container.smallerheight {
    padding: 140px 0px 20px;
}

.page-banner .inner-container.smallerheightnobanner {
    padding: 100px 0px 20px
}

p a {
    text-decoration: underline;
}

li b {
    color: var(--thm-base-darker);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#exitPopup h2 {

}

#exitPopup p {

}

@media (max-width: 767px) {
    .col-md-6.mobile-50 {
        width: 50%;
    }

    .professional_web_design {
        padding-top: 20px;
    }

    .featured_webservice > .row {
        margin-bottom: 0;
    }

    #webdevpage {
        padding-top: 20px;
    }

    .card_design {
        padding: 20px
    }

    .makes_our_design {
        padding: 40px 0;
    }

    .portfolio-sections .row .col-6 {
        margin-bottom: 20px;
    }

    .section-title p {
        margin-bottom: 20px;
    }

    .map_contact_details {
        padding: 20px 0;
    }

    .main-header .other-links .search-btn {
        padding: 24px 0px;
        padding-right: 30px;
    }

    .main-header .header-upper .home .logo-box .logo img {
        /*max-height: 30px;*/
        width: auto;
    }

    .main-header .header-upper .logo-box .logo img {
        /*max-height: 30px;*/
        width: auto;
    }

    .main-header .header-upper .logo-box {
        margin-right: 60px;
    }

    .main-header .header-upper .logo-box {
        padding: 23px 0px;
    }

    .main-header .other-links {
        margin-left: auto;
    }

    .banner-carousel .content-box h1 {
        font-size: 22px;
        line-height: 22px;
        max-width: 410px;
    }

    .main-header .btn-style-two1, .main-header .btn-style-two {
        min-width: 230px;
    }

    .main-header.fixed-header .header-upper .logo-box {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .banner-carousel .content-box {
    }

    .banner-carousel .content-box .content {
        padding: 100px 0px 50px;
    }

    .section-title h2 {
        line-height: 35px;
        font-size: 30px;
    }

    .free-content .row .p-1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
    }

    .free-content .row .p-1 a {
        display: block;
        margin-bottom: 15px;
    }

    .popular_industries .p-1, .why_ajroni_enterprise .p-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .free-content a, .listing-content a {
        display: block;
    }

    .how_does_it_works {
        background-repeat: repeat-y;
        background-size: inherit;
        background-position: center;
    }

    .testi-block-two .button {
        width: 100%;
    }

    .testi-block-two .button a {
        display: block;
    }

    .testi-block-two .text {
        font-size: 22px;
        line-height: 34px;
    }

    .sec-title h2 {
        text-align: center;
    }

    .services-section, .about-section, .gallery-section, .news-section, .get-quote-section, .discover-section, .features-section-two .content-container, .about-section-two, .sponsors-section-two, .sidebar-page-container {
        padding: 70px 0px 60px;
    }

    .about-section-two .image-box {
        margin-top: -100px;
        margin-bottom: 0;
    }

    .parallax-section {
        padding: 100px 0;
    }

    .counter-block .inner-box {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .parallax-section .content-box img {
        max-width: 160px;
        margin-bottom: 23px;
    }

    .parallax-section .content-box h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .mobile-nav__container {
        padding-top: 25px;
    }

    .page-banner h1 {
        font-size: 42px;
        line-height: 45px;
    }

    .page-banner p {
        font-size: 14px;
        line-height: 30px;
    }

    .page-banner .inner-container {
        padding: 200px 0px 100px;
    }

    .page-banner .inner-container.smallerheight {
        padding: 100px 0px 30px;
    }

    .page-banner .inner-container.smallerheightnobanner {
        padding: 55px 0px 30px;
    }

    .section-title.line h2::before, .section-title.line h2::after {
        width: 80px;
        margin: 0 15px;
    }

    .section-title.line h2 {
        line-height: 33px;
    }

    .listing-content ul li {
        margin-bottom: 10px;
        line-height: 23px;
    }

    .text-description a {
        display: block;
        margin-bottom: 25px;;
    }

    .min-height {
        min-height: inherit;
    }

    .free-content h2 {
        line-height: 44px;
    }

    .main-header.fixed-header .nav-outer .mobile-nav-toggler {
        margin-top: 6px;
    }

    .banner-section.banner-four .btn-style-two1, .banner-section.banner-four .btn-style-two {
        min-width: 295px;
    }

    .main-header .header-upper .logo-box.other .logo img {
        max-height: 44px;
    }

    .row.align-center.last-wdserv a {
        display: block;
        margin-bottom: 20px;
    }

    .service-mains.text-center {
        text-align: left !important;
    }

    .row.align-center.last-wdserv > div {
        width: 100%;
    }

    .text-center .top_sermain {
        justify-content: flex-start;
    }

    .banner-section.banner-four .p-1 {
        width: 100%;
    }

    #web_deservice.popular_industries .theme-btn.btn-style-two {
        margin-bottom: 30px;;
    }

    #web_deservice.popular_industries .p-1 {
        margin-bottom: 0;;
    }

    a.no-design {
        display: inline !important;
    }

    .text-description a {
        margin-right: 0;
    }

    .why_ajroni_enterprise .section-title h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .popular_industries .section-title h2 {
        line-height: 35px;
    }

    .right-contactdetails ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .right-contactdetails {
        padding: 0;
        padding-top: 30px;
    }

    .right-contactdetails ul li span {
        font-size: 20px;
    }

    .contact_us_section {
        margin: 0px;
        padding: 10px;
    }

    .contact_us_section .default-form input[type=text] {
        height: 40px;
        padding: 5px;
    }

    .contact_us_section .default-form input[type=email] {
        height: 40px;
        padding: 5px;
    }

    .contact_us_section .default-form textarea {
        height: 100px;
        padding: 5px;
    }

    .contact_us_section .default-form .form-group {
        margin-bottom: 15px;
    }

    .contact_us_section h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .contact_us_section p {
        font-size: 15px;
        line-height: 17px;
    }

    .sides-image img {
        max-width: 300px;
    }

    .contact_us_bottom_2 {
        padding: 20px;
    }

    .banner-carousel img {
        width: 165px;
    }

    .banner-carousel .content-box .row .col-md-4.mobile-50 {
        width: 50%;
    }

    .btn-style-two .btn-title {
        padding: 19px 30px 16px;
    }
}
