* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

/* ..........index page sterts.......................... */
.about_list li {
    position: relative;
    padding-left: 24px;
    text-align: start;
}

.about_list span {
    color: inherit;
}

.about_list li i {
    font-size: 14px !important;
    margin-right: 5px;
    position: absolute;
    left: 3px;
    top: 2px;
    line-height: 1.5;
    text-align: center;
}
.abt_area_image {
    max-width: 500px;
    width: 100%;
}

.single-fun-fact_last {
    margin-bottom: 0;
}

.baner_img_right {
    margin: auto;
    display: flex;
    max-width: 600px;
    width: 100%;
}

.clients-slider.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 0;
}

.clients-info-text p {
    padding: 0 20px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 21px;
}

.meanclose {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.padding_tech {
    padding: 50px 0 30px;
}

.mean-nav .navbar-nav .nav-item.active a {
    color: red;
}

.process-item-two .text .icon img {
    width: 56px;
    margin: auto;
}

.count_k {
    font-size: 40px;
}

/* .........................inner section starts..................... */

.refund_section,
.privacy_section,
.terms_section {
    padding: 50px 0;
}

.refund_section h4 {
    margin-bottom: 15px;
}

.privacy_section h4,
.terms_section h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.privacy_section p,
.terms_section p {
    margin-bottom: 5px;
    text-align: justify;
}

.privacy_section ul li,
.terms_section ul li {
    margin-left: 2rem;
}

.ul_refund li {
    padding: 6px 0;
    text-align: justify;
}

.ul_refund {
    padding-left: 1.8rem;
    margin-bottom: 0;
}

.refund_section p,
.privacy_section p,
.terms_section p {
    text-align: justify;
}

.terms_section ul li {
    text-align: justify;
}

/* ......................................contact section starts.....................................*/

.contact_form_btn {
    margin-top: 21px;
}

.pop_top .modal-body {
    background: #b84445;
    border-radius: 10px;
}

.modal-content.pop_top {
    padding: 4px;
    /* background-color: #630101; */
    background: darkgrey !important;
    border-radius: 10px;
}

.popup-box .popup-text {
    color: white !important;
    margin-bottom: 0;
}

/* .......................footer section starts................................. */
.marquee {
    display: flex;
}

.marquee div:first-child {
    padding: 0 20px 0 0;
}

.footer__marquee {
    background: #111111;
    color: white;
}

.single-footer-widget {
    text-align: center;
}

.single-footer-widget p {
    text-align: start;
}

.footer-area {
    padding-bottom: 0px !important;
}

.logo_footer img{
    max-width: 180px;
    width: 100%;
}

/* .................................why us section .................................. */

.why_us_item {
    display: flex;
    justify-content: center;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: red;
    background: transparent;
}

/* ..............................services starts................................ */

.tech_page_slider {
    margin-bottom: -105px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq_sect {
    padding-bottom: 50px;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #ce4949;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 33px;
    /* color: #7288a2; */
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #ce4949;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #ce4949;
    border: 1px solid #ce4949;
}

.accordion button .accordion-title_q {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 7px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #ce4949;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    /* font-size: 1rem; */
    font-weight: 300;
    margin: 2em 0;
    padding: 0 32px;
    font-weight: 400;
    color: black;
}

.company-content .company-text p {
    text-align: justify;
}

.faq-accordion .accordion .accordion-content {
    text-align: justify;
}

.company-wrap img {
    width: 500px;
    margin: auto;
    display: flex;
}

.services-item .icon img {
    width: 60px;
}

.faq_section_starts {
    padding: 60px 0 0px;
}

.overview-shape img {
    width: 120px;
}

.faq-accordion .accordion .accordion-item {
    border: none;
    list-style: none;
}

.company-text .icon img {
    width: 50px;
}

/* ..............................developer page starts........................... */

.feature-block-two .inner-box .icon-box img {
    width: 35px;
}

.feature-block .inner-box .icon-box img {
    width: 35px;
}

.feature-block .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50%;
    border: 1px dashed #9e3434;
}

.feature-block-two .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50%;
    border: 1px dashed #60191a;
}

.feature-block-two:nth-child(1) .icon-box:before {
    /* border-color: #ffa800; */
}

.feature-block {
    position: relative;
    margin-bottom: 60px;
}

.developer__sec {
    padding: 50px 0 50px;
}

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

.featured-section .image-column .image {
    position: relative;
    text-align: center;
    margin-top: -30px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.featured-section .image-column .image img {
    text-align: center;
    max-width: 100%;
    display: inline-block;
}

.feature-block .inner-box .icon-box {
    position: absolute;
    right: 12px;
    top: 35px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px !important;
    background-color: #60191a;
}

.feature-block .inner-box {
    position: relative;
    padding-right: 100px;
    text-align: right;
}

.feature-block-two {
    position: relative;
    margin-bottom: 60px;
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 100px;
    text-align: left;
}

.feature-block-two .inner-box .icon-box {
    position: absolute;
    left: 12px;
    top: 35px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px !important;
    background-color: #60191a;
}

.image-column figure.image {
    display: flex;
    justify-content: center;
}

/* ............................pricing  starts....................... */

.ways_of_payment img {
    width: 60px;
}

.plan-features .list-bordered {
    padding-left: 0;
}

.list-bordered {
    list-style: none;
}

.list-bordered li {
    border-bottom: 1px solid #e90c0c57;
}

.ways_of_payment {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 18px 30px 35px;
    margin-bottom: 20px;
}

.paymeny_ways {
    padding: 0 0 50px 0;
}

.ways_of_payment i {
    font-size: 62px;
}

.pricing_tabs {
    padding: 50px 0 20px;
}

.box-shadow {
    border-color: transparent;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.pricing-plan {
    text-align: center;
    padding: 15px 40px 15px;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 50px;
}

.pricing-plan .plan-name {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pricing-plan .plan-name:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background-color: rgba(6, 36, 52, 0.4);
}

.pricing-plan .price-wrap {
    font-size: 24px;
    line-height: 1;
    margin: 24px 0 30px;
}

.pricing-plan .price-wrap[class*="bg-"] {
    padding: 30px 30px 10px;
    margin-top: 50px;
    margin-bottom: 0;
}

.pricing-plan .price-wrap .plan-sign {
    font-size: 20px;
    font-weight: 600;
    /* font-family: 'Josefin Sans', sans-serif; */
    margin-right: 5px;
}

.pricing-plan .price-wrap .plan-price {
    font-size: 30px;
    font-weight: 600;
    /* font-family: 'Josefin Sans', sans-serif; */
    color: #3059bc;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.pricing-plan .price-wrap .plan-price span {
    font-size: 24px;
}

.pricing-plan .price-wrap .plan-decimals {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.pricing-plan [class*="bg-"] {
    padding: 10px 30px 30px;
    margin-left: -41px;
    margin-right: -41px;
}

@media (max-width: 576px) {
    .pricing-plan [class*="bg-"] {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.pricing-plan .plan-name[class*="bg-"] {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: -40px;
}

.pricing-plan .plan-name h3 {
    font-size: 18px;
    font-weight: 600;
    color: #031521;
    line-height: 24px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .pricing-plan {
        padding: 57px 35px 35px;
    }

    .pricing-plan [class*="bg-"] {
        margin-left: -61px;
        margin-right: -61px;
    }

    .pricing-plan .plan-name[class*="bg-"] {
        margin-top: -57px;
    }
}

.pricing-plan .plan-features {
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .pricing-plan .plan-features {
        margin: 30px 0 20px;
    }
}

.pricing-plan .plan-features .list-bordered li {
    padding-top: 16px;
    padding-bottom: 17px;
}

.pricing-plan .plan-features .list-bordered li:first-child {
    border-top: 0;
}

.pricing-plan .plan-features .list-bordered li:last-child {
    border-bottom: 0;
}

.pricing-plan .plan-button {
    position: relative;
    margin-bottom: 0;
}

.pricing-plan .plan-button .btn-darkgrey:hover,
.pricing-plan .plan-button .btn-maincolor:hover,
.pricing-plan .plan-button .btn-maincolor2:hover {
    background-color: #fff;
}

.pricing-plan.plan-featured {
    border: 0;
    background-color: #f5f5f5;
}

.pricing-plan.plan-featured .plan-button {
    margin-bottom: 0;
    position: relative;
}

.pricing-plan hr {
    margin: 15px 0;
}

.pricing-plan .fw-switch-row {
    position: absolute;
}

.featured-plan-header {
    padding: 20px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #fff;
    background: #270d94;
    /* background: -moz-linear-gradient(left, rgba(39, 13, 148, 1) 0%, rgba(58, 166, 228, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(39, 13, 148, 1)), color-stop(100%, rgba(58, 166, 228, 1)));
    background: -webkit-linear-gradient(left, rgba(39, 13, 148, 1) 0%, rgba(58, 166, 228, 1) 100%);
    background: -o-linear-gradient(left, rgba(39, 13, 148, 1) 0%, rgba(58, 166, 228, 1) 100%);
    background: -ms-linear-gradient(left, rgba(39, 13, 148, 1) 0%, rgba(58, 166, 228, 1) 100%); */
    background: linear-gradient(
        to right,
        rgb(62 18 17) 0%,
        rgb(192 81 79) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain4', endColorstr='$colorMain2', GradientType=1);
}

/* ...............................media section starts............................ */

@media (min-width: 1200px) {
    .process-item-two {
        height: 369px;
        width: 325px;
    }

    .pricing-plan {
        padding: 35px 35px 20px;
    }
}

@media (min-width: 992px) {
    .footer_tp {
        padding-top: 160px !important;
    }

    .process-item-two .text {
        top: 74px;
    }
}

@media (min-width: 768px) {
    .featured-plan-header {
        margin-top: -70px;
    }

    .priceing_title {
        margin-bottom: 104px !important;
    }
}

@media (max-width: 1023px) {
    .single-fun-fact {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .footer_tp {
        padding-top: 50px !important;
    }

    .services-item::before {
        top: -162px;
    }

    .process-item-two {
        height: 366px;
        width: 311px;
    }

    .process-item-two .text {
        top: 43px;
    }

    .count_k {
        font-size: 26px;
    }

    .process-item-two .text h3 {
        font-size: 21px;
    }

    .main-banner-content {
        text-align: center;
    }

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

@media (max-width: 768px) {
    .process-item-two {
        height: 337px;
        width: 308px;
    }
}

@media (max-width: 767px) {
    .clients-area.bg-color .clients-slider.owl-theme .owl-dots {
        right: 48%;
        transform: rotate(90deg);
        top: auto;
        bottom: -34%;
    }

    .process-item-two .text {
        top: 37px;
    }

    .feature-block .inner-box .icon-box {
        position: relative;
        right: auto;
        top: 0px;
        margin: 0 auto;
    }

    .feature-block-two .inner-box .icon-box {
        position: relative;
        left: auto;
        top: 0px;
        margin: 0 auto;
    }

    .feature-block .inner-box {
        padding-right: 0;
        text-align: center;
    }

    .feature-block-two .inner-box {
        text-align: center;
        padding-left: 0;
    }

    .process-item.bg-top4 {
        margin-top: 0;
    }

    .contact-form .title {
        text-align: center;
    }

    .btn_send_message {
        text-align: center;
    }

    .page-title-area::before {
        background: #3f3b3b;
    }

    .page-title-area {
        background-position: 100% 100%;
    }

    .page-title-content h2 {
        color: white;
    }

    .page-title-content ul li {
        color: white;
    }

    .mean-container .mean-nav ul li:nth-child(1) a {
        border-top: none;
    }
}

@media (max-width: 575px) {
    .clients-area.bg-color .clients-slider.owl-theme .owl-dots {
        right: 46%;
        transform: rotate(90deg);
        top: auto;
        bottom: -28%;
    }
}

@media (max-width: 360px) {
    .mean-container .mean-nav {
        margin-top: 39px;
    }
}

@media (max-width: 320px) {
    .clients-area.bg-color .clients-slider.owl-theme .owl-dots {
        right: 46%;
        transform: rotate(90deg);
        top: auto;
        bottom: -16%;
    }

    .process-item-two {
        height: 287px;
        width: 280px;
    }

    .process-item-two .text {
        top: 45px;
    }

    .process-item-two .text h3 {
        font-size: 15px;
    }

    .process-item-two .text p {
        font-size: 13px;
    }

    .process-item-two {
        margin: 0 auto 0;
    }
}
