.main-body {
    position: absolute;
    top: 0;
    max-width: 100%;
    left: 0;
    width: 100%;
}

.header {
    position: relative;
    z-index: 99;
}

.banner-bg .container{
    z-index:999;
}

.header-right-wrapper {
    background-color: #2a2273;
    width: 22%;
    height: 112px;
    margin-top: -10px;
    margin-right: -1.5em;
    color: #fff;
    font-size: 1em;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 500;
}

.cart-icon {
    margin-right: 1.8em;
}

.main-content {
    min-height: 300px;
}

.social-link a {
    text-decoration: none;
    color: #fff;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

.social-link a :hover {
    text-decoration: none;
    color: #fff;
}

.bg-footer-bottom {
    background-color: #222222;
    color: #a3a3a3;
}

.body-section-1 {
    background-image: url(../images/section-bg_1.jpg);
    background-position: center center;
    min-height: 500px;
    overflow: hidden;
}

.body-section-2 {
    background-image: url(../images/section-bg_1.jpg);
    background-position: center center;
    min-height: 200px;
    overflow: hidden;
}

.services-column {
    padding: 10px;
    display: flex;
    position: relative;
    margin: 0 10px 0 0;
}

.services-column > .services-column-media {
    margin-right: 10px;
    flex-shrink: 0;
}

.services-column > .services-column-content > .service-column-title {
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 15px;
    transition: 0.4s;
    font-weight: 700;
}

.services-column > .services-column-content > .services-content {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    color: #ccc;
}

.services-column > .services-column-content > .services-content > a {
    color: #ccc;
    text-decoration: none;
}

.services-tab {
    border-bottom: #eee solid 1px;
}

.nav-pills .nav-link.active {
    background-color: #2a2273 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.services-tab .nav-item .nav-link {
    padding: 20px 35px 16px 35px;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 1.1rem;
}

.service-tab-header {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.text-wrapper {
    border-left: #1ebdc2 solid 3px;
    padding: 12px 0px 12px 15px;
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        padding-left: 27px;
        padding-right: 27px;
        font-weight: 500;
    }

    .header-subtitle {
        color: #1ebdc2;
        margin: 12px 0px 0px 0px;
        position: relative;
        display: flex;
        justify-content: center;
        text-transform: capitalize;
        font-weight: 500;
    }

    .header-subtitle::after,
    .header-subtitle::before {
        content: "";
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 70px;
        height: 2px;
        top: 13px;
        background-color: #1ebdc2;
        margin-left: 16px;
        margin-right: 16px;
    }

    .header-subtitle-inner {
        color: #1ebdc2;
        margin: 0px 0px 0px 0px;
        position: relative;
        display: flex;
        justify-content: left;
    }

    .header-subtitle-inner::before {
        content: "";
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 70px;
        height: 2px;
        top: 13px;
        background-color: #1ebdc2;
        margin-right: 16px;
    }

    #navbarSupportedContent > ul > li > a > span:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 45px;
        height: 3px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-bottom: 21px;
        visibility: hidden;
        opacity: 0;
        background: currentColor;
    }

    #navbarSupportedContent > ul > li:hover > a > span:after {
        margin-bottom: -20px;
        visibility: visible;
        opacity: 1;
    }

    #navbarSupportedContent > ul > li.current-menu-item > a > span:after,
    #navbarSupportedContent > ul > li.current_page_item > a > span:after {
        margin-bottom: -20px;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}



.grey-bg-1 {
    background-color: #f6f0ec;
}

.data-value {
    margin-right: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 900;
}

.data-value-content {
    color: #b0abdb;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    max-width: 100px;
}

.infobox-container-1 {
    background-color: #f6f0ec;
    padding: 34px 40px 40px 40px;
    background-image: url("../images/infobox-bg-1.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 250px;
}

.infobox-container-2 {
    background-color: #f6f0ec;
    padding: 34px 40px 40px 40px;
    background-image: url("../images/infobox-bg-2.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 250px;
}

.infobox-container-3 {
    background-color: #f6f0ec;
    padding: 34px 40px 40px 40px;
    background-image: url("../images/infobox-bg-3.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 250px;
}

.infobox-title {
    margin: 0 0 10px 0;
    color: #232323;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    word-break: break-word;
    z-index: 1;
}

.infobox-content {
    color: #404040;
    font-size: 16px;
    margin: 0 0 54px 0;
    z-index: 1;
}

.partners {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.partners li {
    display: flex;
    border: #ccc solid 1px;
    border-right: none;
    width: 16.6%;
    justify-content: center;
    align-items: center;
    padding: 45px 30px;
}

.partners li:last-child {
    border-right: #ccc solid 1px;
}

.philospy-bg {
    background-image: url(../images/our-philopsy.jpg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.bg-orange {
    background-image: linear-gradient(135deg, #f72f6d 0%, #fba620 100%);
    background-color: transparent;
    padding: 80px 22%;
    height: 100%;
}

.ph-title {
    color: #ffffff;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 120px;
}

.ph-header-title {
    color: #1c1c1c;
    font-size: 26px;
    text-transform: uppercase;
}

.pd-20 {
    padding: 76px 40px;
}

.ht-350 {
    height: 400px;
}

.ph-banner-ptb {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.page-title-orange {
    color: #1ebdc2;
}

.inner-page-title {
    font-size: 52px;
    line-height: 52px;
    font-weight: 900;
}

.about-us-list li {
    list-style-type: none;
}

.about-us-list li::before {
    content: ".";
    position: absolute;
    font-size: 40px;
    font-weight: 500;
    margin-left: -20px;
    display: inline-block;
    color: #1ebdc2;
    margin-top: -30px;
}

.aws:hover {
    background-image: url("../images/others/aws-white.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.dreamhost:hover {
    background-image: url("../images/others/dreamhost-white.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.site-ground:hover {
    background-image: url("../images/others/partners_6-w-2-o-1.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.wordpress:hover {
    background-image: url("../images/others/partners_6-w4-o.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.html:hover {
    background-image: url("../images/others/partners_6-w-5-o.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.google-analytics:hover {
    background-image: url("../images/others/partners_6-w-6.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.shopify:hover {
    background-image: url("../images/others/shopify-white2.png");
    background-color: #1ebdc2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.about-us-bg {
    background-image: url("../images/banners/about-us-bg.jpg");
}

.database-application-support-bg {
    background-image: url("../images/banners/database-application.png");
}

.ai-ml-services-bg {
    background-image: url("../images/banners/al-ml.png");
}

.multi-cloud-computing-bg {
    background-image: url("../images/banners/multicloudcomputing.png");
}

.data-analytics-bg {
    background-image: url("../images/banners/data-analytics.png");
}

.cyber-security-operation-bg {
    background-image: url("../images/banners/cyber.png");
}

.web-design-bg {
    background-image: url("../images/banners/web-development.png");
}

.custom-software {
    background-image: url("../images/banners/custom-software.png");
}

.mobile-app-bg {
    background-image: url("../images/banners/app-development.png");
}

.ios-android-app-development-bg {
    background-image: url("../images/banners/android.png");
}

.graphic-design {
    background-image: url("../images/banners/graphics-design.jpg");
}

.search-engine-optimization {
    background-image: url("../images/banners/SEO.jpg");
}

.social-media-market {
    background-image: url("../images/banners/social-media.jpg");
}

.content-writing {
    background-image: url("../images/banners/content_writing_banner.jpg");
}

.banner-content-writing {
    background-image: url("../images/banners/banner-content-writing.png");
}

.graphic-design-package {
    background-image: url("../images/banners/2-scaled-grpahic-design.jpg");
}

.website-package {
    background-image: url("../images/banners/3-scaled-cutom-website.jpg");
}

.ecommerce-website-package {
    background-image: url("../images/banners/ecommerce-website-banner.jpg");
}

.social-media-packages {
    background-image: url("../images/banners/social-media-marketing-packages.jpg");
}

.search-engine-packages {
    background-image: url("../images/banners/seo_banner.gif");
}

.web-design-bg {
    background-image: url("../images/banners/website-design.jpg");
}

.portfolio-design-bg {
    background-image: url("../images/banners/portfolio_page-title.jpg");
}

.case-study-bg {
    background-image: url("../images/banners/case-study-banner.jpg");
}

.our-product-bg {
    background-image: url("../images/banners/our-product-banner.jpg");
}

.terms-and-condition-bg {
    background-image: url("../images/banners/terms-and-condition-banner.jpg");
}

.privacy-policy-bg {
    background-image: url("../images/banners/privacy-policy-banner.jpg");
}

.write-for-us-bg {
    background-image: url("../images/banners/write-for-us-banner.jpg");
}

.contact-us-design-bg {
    background-image: url("../images/banners/contact-us.jpg");
}

.banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: #f2f2f4;
    height: 550px;
    margin-bottom: 40px;
    padding-top: 180px;
    padding-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    z-index: 1;
}

.card-header-bg1 {
    background-color: rgb(255, 64, 0);
}

.w300 {
    width: 300px;
}

.card-mt-minus-20 {
    margin-top: -20px;
}

.package-card {
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, .05); */
    border-radius: 16px;
    border-color: #f1f1f1;
}

.package-card-header {
    border-radius: 16px 16px 0 0 !important;
}

.feature-list {
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.feature-list li {
    list-style-type: none;
    padding: 0.5rem 0;
    text-align: left;
    font-size: 0.85rem;
    display: flex;
    justify-content: flex-start;
}

.features-item-icon {
    fill: rgb(255, 64, 0);
    font-size: 18px;
    width: 20px;
    margin-right: 10px;
}

.base-color-1 {
    color: rgb(255, 64, 0);
}

.fs-45 {
    font-size: 45px;
}

.btn-outline-primary {
    border-color: rgb(255, 64, 0) !important;
    color: rgb(255, 64, 0) !important;
    padding: 0.5em 2em;
}

.btn-primary {
    border-color: rgb(255, 64, 0) !important;
    background-color: rgb(255, 64, 0) !important;
    padding: 0.5em 2em;
    color: #fff;
}

.pro-card {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 20px rgba(0, 0, 0, 0.15);
    height: calc(100% + 50px);
}

.widget-container {
    padding: 150px 0px 150px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 300px;
    flex-direction: column;
    text-align: center;
}

.website-plan {
    border: #fff solid 1px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}

.website-plan tr td {
    border-bottom: #f9f9f9 solid 1px;
    width: 25%;
}

.website-plan th {
    font-size: 18px;
    padding: 20px 10px;
    border-right: blue solid 1px;
    border-top: blue solid 1px;
}

.website-plan th p {
    font-size: 14px;
    color: #595959;
    font-weight: 400;
}

.website-plan tr th:first-child {
    background: #f1f1f1;
    border-top: none;
}

.website-plan tr td:first-child {
    background: #f1f1f1;
}

.website-plan tr th:first-child {
    background: #f1f1f1;
    border-top: none;
    border-radius: 16px 0 0 0;
}

.website-plan tr th:last-child {
    background: #fff;
    border-top: blue solid 1px;
    border-top-right-radius: 16px;
}

.website-plan tr td:first-child {
    background: #f1f1f1;
    border-left: none;
}

.website-plan tr td {
    border-right: blue solid 1px;
}

.website-plan tr:last-of-type td:first-child {
    border-bottom: none;
}

.website-plan tr:last-of-type td {
    border-bottom: blue solid 1px;
}

.package-list li {
    list-style-type: none;
    text-align: left;
}

.wgl-services_number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    transition: 0.4s;
    color: #ffffff;
    background-color: #1ebdc2;
    border-top-right-radius: 10px;
}

.wgl-services_title {
    margin: 16px 0px 16px 0px;
    color: #1c1c1c;
    transition: 0.4s;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
}

.wgl-services_text {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    color: #404040;
}

.blue-background {
    background-color: rgb(0, 131, 255);
}

.blue-tick {
    fill: rgb(0, 131, 255);
}

.contact-form-bg {
    background-color: transparent;
    background-image: linear-gradient(135deg, #f72f6d 0%, #fba620 100%);
}

#service {
    width: 335px;
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}

.elementor-icon {
    fill: #1ebdc2;
    color: #1ebdc2;
    border-color: #1ebdc2;
}

.navbar {
    /*
      background: #fff;
      box-shadow: 1px 3px 4px 0 #adadad33;
    */
    padding-top: 0;
    padding-bottom: 0;
}
/* Default styles (applied to all screen sizes) */
.nav-m-bg-white {
    padding-top: 0;
    padding-bottom: 0;
}

/* Mobile-specific styles: Media query for mobile devices */
@media (max-width: 768px) {
    .nav-m-bg-white {
        background: #084677;
        box-shadow: 1px 3px 4px 0 #144c5c;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }
}
.inner-page-title {
    font-size: 25px;
    font-weight: 400;
}

.navbar-light .navbar-brand {
    color: #2196f3;
    font-size: 24px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #1ebdc2;
    transition: 0.3s;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}
.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
}
.navbar-toggler {
    outline: none !important;
}
.navbar-tog {
    color: #1ebdc2;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    margin: auto;
}
.megamenu h6 {
    margin-left: 21px;
}
.megamenu i {
    width: 20px;
}
.dropdown-menu.megamenu.sm-menu.border-top {
    color: #1ebdc2;
}
.dropdown-menu.megamenu.sm-menu.border-top a {
    color: #1ebdc2;
}
.dropdown-menu.megamenu.sm-menu.border-top a:hover {
    color: #fff;
}
.border-right{
    border-right: 1px solid #1ebdc2;
}
/************************************SACHIN DATE:25_03-2025*************************/
.pb_10 {
    padding-bottom: 50px;
}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 33.33%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}

/******************************************Marketing-Partners-Start***************************/

.Marketing-Partners {
    padding: 50px 0px;
}

/******************************************Marketing-Partners-End***************************/

/***************************************FOOTER START*********************************/

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-section .footer-cta {
    border-bottom: 1px solid #373636;
}

.footer-section .single-cta i {
    color: #1ebdc2;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.footer-section .cta-text {
    padding-left: 15px;
    display: inline-block;
}

.footer-section .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-section .cta-text span {
    color: #757575;
    font-size: 14px;
}

.footer-section .footer-content {
    position: relative;
    z-index: 2;
}

.footer-section .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-section .footer-logo {
    margin-bottom: 30px;
}

.footer-section .footer-logo img {
    max-width: 200px;
}

.footer-section .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-section .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-section .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-section .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-section .facebook-bg {
    background: #3b5998;
}

.footer-section .twitter-bg {
    background: #55acee;
}

.footer-section .instagram-bg {
    background: #d6249f;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
        );
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.footer-section .linkedin-bg {
    background: #1565c0;
    color: #fff;
}

.footer-section .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-section .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1ebdc2;
}

.footer-section .footer-widget ul li {
    display: inline-block;
    float: left;
    font-size: 14px;
    width: 50%;
    margin-bottom: 12px;
}

.footer-section .footer-widget ul li a:hover {
    color: #1ebdc2;
}

.footer-section .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-section .subscribe-form {
    position: relative;
    overflow: hidden;
}

.footer-section .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.footer-section .subscribe-form button {
    position: absolute;
    right: 0;
    background: #1ebdc2;
    padding: 13px 20px;
    border: 1px solid #1ebdc2;
    top: 0;
}

.footer-section .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.footer-section .copyright-area {
    background: #202020;
    padding: 25px 0;
}

.footer-section .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.footer-section .copyright-text p a {
    color: #1ebdc2;
    text-decoration: none;
}

.footer-section .footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-section .footer-menu li:hover a {
    color: #1ebdc2;
}

.footer-section .footer-menu li a {
    font-size: 14px;
    color: #878787;
}
/*********************************************************FOOTER END************************************************/
.the_best {
    margin: 50px 0px;
}


.icon-wrapper svg {
    width: 50px;
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec {
    background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: #1ebdc2;
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0dcaf0, #1ebdc2);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #1ebdc2;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}

.main__row {
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}
.bg_class {
    background-color: #f5f5f5;
    padding: 20px 0px;
}
.step__card {
    /* border: 1px solid red; */
    margin-bottom: 26px;
    background: #1ebdc214;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 23px;
    /* box-shadow: 0 0 35px rgba(0, 0, 0, 0.12); */
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
    border-top: 12px solid #1ebdc230;
}
.technology__stack {
    padding: 38px 20px;
}
.Discuss {
    margin-bottom: 20px;
}

.databaseapplicationpage h2 {
    background-color: #1ebdc2;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
}
.databaseapplicationpage ul li {
    margin-bottom: 10px;
}

/*******************************************HOME PAGE HERO BANNER START******************************************/


.hero-banner .carousel-caption button {
    padding: 12px 20px;
    border: 2px solid #1ebdc2;
    background: #1ebdc2;
    color: inherit;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    border-radius: 34px;
}

.hero-banner .carousel-caption button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.hero-banner  span {
    color: #1b8f93;
}

.hero-banner .carousel-inner > .carousel-item   {

    background: #000;
    position: relative;
}


.hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%); /* Adjust opacity as needed */
    z-index: 1;

}

.hero-banner{
    position: relative;
    z-index: 2;
}


.carousel-item img,.carousel-item video {
    object-fit: cover;
    height: 100vh;
}

.hero-banner .carousel-caption {
    bottom: 20%;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.hero-banner h2 {
    font-size: 2rem;
}

.hero-banner p {
    font-size: 1rem;
}

.hero-banner button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
    .hero-banner h2 {
        font-size: 2.5rem;
    }

    .hero-banner p {
        font-size: 1.25rem;
    }

    .hero-banner button {
        font-size: 1.25rem;
        padding: 0.75rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-banner h2 {
        font-size: 3rem;
    }

    .hero-banner p {
        font-size: 1.5rem;
    }

    .hero-banner button {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
}



/*******************************************HOME PAGE HERO BANNER END******************************************/

/******************************************HOME PAGE TAB SECTION START******************************************/



.all-tab-img img {
    padding-bottom: 20px;
}
.all-tab-img img:nth-last-child(2) {
    padding-bottom: 0;
}
.ourwork-tab-wrap {
    padding: 50px 0px;
    position: relative;
}
.ourwork-tab-wrap .nav-tabs {
    display: none;
}
.ourwork-tab-wrap .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.ourwork-tab-wrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #2a2273;
    font-weight: 600;
    padding: 20px 35px 16px 35px;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 1.1rem;
}
.ourwork-tab-wrap .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1ebdc2;
    color: #fff;
}

.ourwork-tab-wrap .card-body .row img {
    padding: 5px;
    border-radius: 10px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .ourwork-tab-wrap .nav-tabs {
        display: flex;
        justify-content: space-between;
    }
    .ourwork-tab-wrap .card {
        border: none;
    }
    .ourwork-tab-wrap .card .card-header {
        display: none;
    }
    .ourwork-tab-wrap .card .collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .ourwork-tab-wrap .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 10px;
    }
    .ourwork-tab-wrap .card-header {
        background: #1ebdc2;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .ourwork-tab-wrap .card-header h5 a {
        background: #1ebdc2;
        color: #fff;
        border-bottom: none;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }
    .ourwork-tab-wrap .card-header h5 a i {
        float: right;
        padding-top: 5px;
    }

    .ourwork-tab-wrap .card-header h5 a:hover {
        color: #fff;
    }
}
/******************************************HOME PAGE TAB SECTION END******************************************/

/********************************************TITLE HEADER START*******************************************/
.title-wrapper {
    padding: 0px 0px 50px 0px;
}
.title-header h1 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 3em;
    line-height: 1;
    text-align: center;
}
.title-header h2 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 3em;
    line-height: 1;
    text-align: center;
}
.title-header h3 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 3em;
    line-height: 1;
    text-align: center;
}
.title-header {
    width: 100%;

    font-weight: 700;
    font-size: 0.69em;
    line-height: 2.2;
}
.title-header span {
    font-size: 50%;
    font-weight: 400;
    color: #1ebdc2;
    margin: 12px 0px 0px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}
.title-header span::after,
.title-header span::before {
    content: "";
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 70px;
    height: 2px;
    top: 9px;
    background-color: #1ebdc2;
    margin-left: 16px;
    margin-right: 16px;
}
/********************************************TITLE HEADER END*********************************************/
/******************************************** COUNTER START *********************************************/
.counter-wrapper .title-header h1 {
    color: #ffffff;
}
.counter-wrapper h4 {
    font-weight: 300;
}
.counter-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(#202425f0, #177d7dfc),
        url(../../assets/images/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.counter-wrapper .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter-wrapper .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #055f62;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/****************************************************COUNTER END*********************************************/

/*****************************************************WORK PROCESS START**********************************/
.work-process {
    padding: 50px 0px;
    background: #1ebdc208;
    position: relative;
}
.work-process:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    background-image: radial-gradient(#626262 10%, transparent 10%);
    background-size: 5px 5px;
    z-index: -1;
}
.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0px;
}
.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    transition: 0.4s ease-in-out;
}
.process__item:hover {
    background: #1ebdc208;
}
.process__item:hover .process__number {
    transform: translateY(5px);
    color: #1ebdc2;
}
.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #1ebdc2;
    display: block;
    color: transparent;

    font-weight: 700;
    transition: 0.4s ease-in-out;
}
.process__title {
    display: block;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 35px;
    color: #1ebdc2;
    margin-top: 30px;
}
.process__subtitle {
    display: block;

    font-size: 16px;
    color: #5b5b5b;
    margin-top: 30px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }
    .process__item {
        width: 49%;
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .process__item {
        width: 100%;
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}
/**************************************************Marketing-Partners START*****************************************************/
.Technology-partners,
.Marketing-Partners {
    padding: 50px 0px;
}
.Technology-partners-carousel .item,
.Marketing-Partners-carousel .item {
    transition: transform 0.5s ease-in;
    margin: 0 30px;
    background: #f3fbfc;
    padding: 10px;
}

.Technology-partners-carousel .item:hover,
.Marketing-Partners-carousel .item:hover {
    transform: scale(1.2);
}





/* infinite carousel */
.scroll-container {
    height: 200px;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.carousel-primary,
.carousel-secondary {
    top: 26%;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

.carousel-primary img {
    max-width: 200px;
    margin-left: 20px;
    border-radius: 14px;
    height: auto;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    transition: transform 0.5s ease-in;
    margin: 0 30px;
    background: #f3fbfc;
    padding: 10px;
}
.carousel-primary img:hover {
    transform: scale(1.2);
}

.carousel-primary {
    display: flex;
    justify-content: space-around;
    animation: scroll-horizontal 20s linear infinite;
}

.carousel-secondary {
    animation: scroll-horizontal 20s linear infinite;
    animation-delay: 10s;
}

@keyframes scroll-horizontal {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.carousel-primary:hover,
.carousel-primary:hover ~ .carousel-secondary {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.carousel-secondary:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.scroll-container:hover > .carousel-primary:not(:hover) {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/******************************************************Marketing-Partners END**************************************************/
.Latest-Case-Studies .title-header h1 {
    color: #ffffff;
}
.Latest-Case-Studies {
    background-image: url(../images/casestud.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0px;
    background-attachment: fixed;
}
.Latest-Case-Studies .contanier {
    padding: 50px 0px;
}
.Latest-Case-Studies::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(32 25 25);
    opacity: 0.8;
    z-index: -1;
}

.Latest-Case-Studies figure.snip1193 {
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #1ebdc2;
    padding: 6px;
}
.Latest-Case-Studies figure.snip1193 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.Latest-Case-Studies figure.snip1193 img {
    opacity: 1;
    width: 100%;
    display: block;
    border-radius: 8px;
}

figure.snip1193:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/****************************************ABOUT US START*******************************************/
.about-section{
    position: relative;
    padding:  50px 0px
}
.sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #1ebdc2;
    font-weight: 500;
    margin-bottom: 15px;
}


.sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:18px;
}

.sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#1ebdc2;
}

.sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 35px;
}



.sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
}

.list-style-one{
    position:relative;
}

.list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #1ebdc2;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
    color: #44bce2;
}

.btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #1ebdc2;
    list-style: none;
    text-decoration: none;
}

.btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
}


.about-section .sec-title{
    margin-bottom: 45px;
}

.about-section .content-column{
    position: relative;
    margin-bottom: 50px;
}

.about-section .text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

ul{
    list-style: none;
}
li{
    list-style: none;
}
.about-section .list-style-one{
    padding-left: 0px;
    margin-bottom: 45px;
    margin-top: 45px;
}

.database-section, .sec-title{
    margin-bottom: 45px;
}

.database-section, .content-column{
    position: relative;
    margin-bottom: 50px;
}

.database-section, .text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}
.database-section a{
    list-style: none;
    text-decoration:none;
}
.database-section, .list-style-one{
    padding-left: 0px;
    margin-bottom: 45px;
    margin-top: 45px;
}
a {
    list-style: none;
}


/****************************************ABOUT US END********************************************/


/************************************************************************************************************/


.we-offer-area{
    padding:50px 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-gray {
    background-color: #f9f9f9;
}

.we-offer-area  .site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.we-offer-area  .site-heading h2 span {
    color: #1ebdc2;
}

.we-offer-area  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.we-offer-area  .site-heading h4::before {
    background: #1ebdc2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.we-offer-area  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.we-offer-area  .carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #1ebdc2 none repeat scroll 0 0;
    border-color: #1ebdc2;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #1ebdc2;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
    background: #1ebdc2 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #1ebdc2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #1ebdc2 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #1ebdc2;
    display: inline-block;
    font-size: 60px;
    margin: auto auto 25px auto;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #1ebdc2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #1ebdc2 !important;
}

.we-offer-area.text-left .item i {
    background: #1ebdc2 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #1ebdc2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}
/***************************************************************************************************************/







/*************************************************************************************************************/

@media (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .carousel-item img , .carousel-item video {
        height: 70vh;
    }

    .carousel-caption {
        bottom: 1.25rem !important;


    }

    .hero-video {
        height: 60vh;
    }
    .nav-m-bg-white {
        background: #ffffff;
        margin-top: 0px;
    }
    .sticky-top {
        position: fixed;
        width: 100%;
    }
    .navbar {
        background: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        transition: 0.3s;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .navbar-brand img {
        height: 50px;
    }
    .header .navbar-toggler {
        background: #fff;
        padding: 0px;
        margin-right: 10px;
    }

    .navbar-brand {
        padding-left: 10px;
    }
    .hero-video h2 {
        font-size: 35px;
        margin-top: 17%;
    }
    ul {
        list-style: none;
    }
    .ph-title {
        color: #ffffff;
        font-size: 55px;
        text-align: center;
        line-height: 67px;
    }
    .bg-orange {
        padding: 11px;
    }
    .pd-20 {
        padding: 20px;
    }
    .title-header span {
        font-size: 50%;
        font-weight: 400;
        color: #1ebdc2;
        margin: 12px 0px 0px 0px;
        position: relative;
        display: flex;
        justify-content: center;
        text-transform: capitalize;
        line-height: 24px;
    }
}


.inner-column{
    margin-left:15px;
}
address{
    background-color: #000;
    padding: 20px 0px;
}
/* Section Styling */
.offer-in-Categories {
    background: #fff;
    padding: 50px 0px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Title Styling */
.offer-in-Categories .page-title-orange {
    color:#1ebdc2;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* List Styling */
.offer-in-Categories ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.offer-in-Categories ul li {
    font-size: 18px;
    background: #1ebdc2;
    color: white;
    padding: 10px;
    margin: 5px 0;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.offer-in-Categories ul li:hover {
    background: #1ebdc2;
    transform: translateX(5px);
}

/* Button Styling */
.offer-in-Categories .btn-dark {
    background-color: #333;
    color: white;
    border: none;
    padding: 12px 16px;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.offer-in-Categories btn-dark:hover {
    background-color: #1ebdc2;
    transform: scale(1.1);
}



/* Responsive Design */
@media (max-width: 768px) {
    ..offer-in-Categories  .page-title-orange {
        font-size: 24px;
    }

    ..offer-in-Categories ul li {
        font-size: 16px;
        padding: 8px;
    }

    ..offer-in-Categories  .btn-dark {
        font-size: 18px;
        padding: 10px 14px;
    }
}