:root {
    --white: #ffffff;
    --grey: #505050;
    --lightgrey: #6c757d;
    --orange: #ff970a;
    --blue: #3198f1;
    --orangegrad: linear-gradient(130deg, #ff970a, #f7542b);
    --orangeopagrad: linear-gradient(45deg,
            rgb(255, 151, 10, 0.8),
            rgb(247, 84, 43, 0.8));
    --bluegrad: linear-gradient(90deg, #884beb, #3198f1);
    --blueopagrad: linear-gradient(90deg,
            rgba(136, 75, 235, 0.8),
            rgba(49, 152, 241, 0.8));
    --shadow: rgba(100, 100, 100, 0.2);
    --grad1: linear-gradient(17deg, #525ec6, #0d11de);
    --gradshadow1: 0 0 7px #0d11de;
    --grad2: linear-gradient(157deg, #36bef8, #3198f1);
    --gradshadow2: 0 0 7px #36bef8;
    --grad3: linear-gradient(241deg, #fd5050, #d90a0a);
    --gradshadow3: 0 0 7px #fd5050;
    --grad4: linear-gradient(241deg, #8fea69, #5cb531);
    --gradshadow4: 0 0 7px #8fea69;
    
}

.navbar-area {
    background: transparent;
}

.navbar-area.sticky {
    background: var(--white);
}

.navbar-area .nav-item a {
    color: var(--white);
}

.navbar-area.sticky .nav-item a {
    color: var(--grey);
}

.navbar-area .logo-w {
    display: block;
}

.navbar-area .logo-o {
    display: none;
}

.navbar-area.sticky .logo-w {
    display: none;
}

.navbar-area.sticky .logo-o {
    display: block;
}

.mainHeadingWhite {}

.mainHeading {
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}

.mainHeading span {}

.mainHeadingO {
    color: var(--orange);
}

.mainHeadingb {
    color: #2224dd;
}

.subHeading {
    font-weight: 600;
    color: var(--grey);
    font-size: 18px;
}

.description {
    font-weight: 500;
    color: var(--lightgrey);
    font-size: 14px;
    line-height: 1.5;
    word-spacing: 2px;
    margin-bottom: 0;
}

.overlayOrange {
    background: var(--orangeopagrad);
}

.overlayBlue {
    background: var(--blueopagrad);
}

.bluebtn {
    border-radius: 50px;
    color: var(--white);
    background: var(--bluegrad);
    transition: 1s;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
}

.bluebtn:hover {
    color: var(--white);
    background: var(--orangegrad);
    transform: scale(1.2);
    transition: 1s;
}

.orangebtn {
    padding: 8px 20px;
    border-radius: 50px;
    color: var(--white);
    background: var(--orangegrad);
    transition: 1s;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
}

.orangebtn:hover {
    color: var(--white);
    background: var(--bluegrad);
    transform: scale(1.2);
    transition: 1s;
}

.section-bg {
    background-color: #f3f5fa;
}

.gradOne {
    background: var(--grad1);
    box-shadow: var(--gradshadow1);
    color: #fff;
}

.gradTwo {
    background: var(--grad2);
    box-shadow: var(--gradshadow2);
    color: #fff;
}

.gradThree {
    background: var(--grad3);
    box-shadow: var(--gradshadow3);
    color: #fff;
}

.gradFour {
    background: var(--grad4);
    box-shadow: var(--gradshadow4);
    color: #fff;
}

.gradf {
    background: var(--white);
}

.vmid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.allmid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vrel {
    position: relative;
}

.noDesk {
    display: none;
}

.hero-area {
    background: url(../img/hero/speckyfox-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-area .hero-inner .homeImg {
    margin-top: 20%;
    width: 100%;
    max-width: 100%;
}

.home-ss-card {
    border-radius: 60px 60px 0 60px;
    background: var(--white);
    margin-bottom: 50px;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.2);
}

.home-ss-card::before {
    background: var(--orangegrad);
    border-radius: 60px 60px 0 60px;
}

.home-ss-card .icon {
    margin-top: 0;
}

.home-ss-card h3 a {
    margin: 20px 0 0 0;
}

.home-ss-card:hover .icon {
    background: var(--white);
    box-shadow: var(--shadow);
}

.home-ss-card p {
    margin-top: 10px;
}

.home-ss-card .icon ::after {
    background: var(--orangegrad);
}

#moreA,
#moreB,
#moreC,
#moreD {
    display: none;
}

#myBtnA,
#myBtnB,
#myBtnC,
#myBtnD {
    border: none;
    background: transparent;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--orange);
    margin-top: 10px;
}

.home-ss-card:hover #myBtnA {
    color: var(--white);
}

.home-ss-card:hover #myBtnB {
    color: var(--white);
}

.home-ss-card:hover #myBtnC {
    color: var(--white);
}

.home-ss-card:hover #myBtnD {
    color: var(--white);
}

.nm-1 {
    margin-top: -100px;
}

.nm-2 {
    margin-top: -200px;
    margin-bottom: 100px;
}

.countersection {
    padding: 3rem 0;
    margin: 3rem 0;
}

.countersection .icon-a {
    background: var(--bluegrad);
    border-radius: 50%;
    width: 100px;
    margin: 0 auto;
}

.countersection .icon-a img {
    padding: 25px;
    height: 100px;
    width: 100px;
    text-align: center;
}

.countersection h2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.countersection h2 span {
    text-align: center;
    font-size: 1.2rem;
    color: #ff970a;
    margin: 0;
}

.timeline {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 0 30px;
    color: white;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 70px;
    width: 10px;
    height: 80%;
    background: #f3f3f3;
}

.timeline-container {
    position: relative;
    margin-bottom: -1.5rem;
}

.timeline-icon {
    position: absolute;
    left: -98px;
    top: 70px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    font-size: 2rem;
}

.timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.serviceimg img {
    margin-top: 120px;
    width: 417px;
    height: 608px;
    max-width: 100%;
}

.timeline-body ul {
    list-style-type: none;
}

.timeline-body .btn {
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    padding: 15px 30px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
}

.usp-card {
    background-color: white;
    box-shadow: 10px 10px 10px 10px #f3f5fa;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

.usp-card-icon img {
    height: 100px;
    width: 100px;
    margin: 10px 0;
}

.usp-head p {
    color: white;
    border-radius: 30px;
    padding: 5px;
    margin: 0 10px 0 10px;
    text-align: center;
    padding: 10px;
}

.usp-text p {
    padding: 15px 30px 30px 30px;
    text-align: justify;
}

.key-tech-icon {
    text-align: center;
}

.key-tech-icon img {
    height: 100px;
    width: 100px;
}

.tech-icon-capt {
    margin-top: 50px;
}

.tech-icon-capt p {
    color: #505050;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.usps .single-service:hover .icon {
    background: var(--white);
    box-shadow: var(--shadow);
}

.blog-banner.img1 {
    background: linear-gradient(116deg, #884beb, #2224dd);
    background-position: center top;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    width: 100%;
}

.blog-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.breadcrumbs-inner {
    padding: 110px 0 110px;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 5px;
    color: #ffffff;
}

.servicesBanner {
    height: 500px;
}

.brief-img-ani {
    padding-top: 125px;
}

.brief-img-bg img {
    height: 270px;
    position: absolute;
    margin-top: 160px;
    z-index: -1;
    transform: rotate(122deg);
}

.brief-img img {
    position: relative;
    height: 462px;
    margin-top: 70px;
    left: 136px;
    animation: mover 1s infinite alternate;
}

.brief-img img {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.brief-heading h3 {
    margin-top: 135px;
}

.brief-para p {
    text-align: justify;
    color: #8492a6;
}

.pointers-head p {
    font-size: 22px;
}

.checkmark {
    padding: 0px;
}

ul.checkmark li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0.25em 0 0 2.5em;
    position: relative;
}

ul.checkmark li i {
    margin-right: 10px;
    background: #2224dd;
    color: var(--white);
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

@media (max-width: 768px) {
    .brief-heading h3 {
        text-align: center;
        font-size: 50px;
        margin-bottom: 50px;
        font-size: 50px;
        text-align: center;
    }

    .brief-para p {
        text-align: center;
        font-size: 20px;
    }

    .brief-img img {
        height: 465px;
        margin-top: 100px;
        left: 240px;
    }

    .brief-img-bg img {
        left: 150px;
    }
}

@media (max-width: 576px) {
    .brief-heading {
        margin: 135px 0 45px 0;
        text-align: center;
    }

    .brief-heading h3 {
        font-size: 30px !important;
    }

    .brief-img-ani {
        margin-left: 0px;
    }

    .brief-img img {
        left: 55px;
        height: 340px;
    }

    .brief-img-bg img {
        height: 200px;
        left: 0px;
    }
}

.single-service h3 {
    color: #081828;
    font-size: 16px;
    font-weight: 600;
}

.newsletter-area .mini-call-action.featurescta {
    border-radius: 30px;
    text-align: center;
    transition: 1s;
}

.newsletter-area .mini-call-action.featurescta:hover {
    transform: scale(0.8);
    transition: 1s;
}

.newsletter-area .mini-call-action.featurescta img {
    text-align: center;
    width: 65px;
    margin-bottom: 20px;
}

.newsletter-area .mini-call-action.featurescta h4 {
    text-align: center;
    margin-bottom: 0;
}

.single-service:hover .icon {
    background: #fff;
}

.single-service:hover h3 {
    color: #fff;
}

#team .col-lg-3 {
    text-align: center;
}

.why-hire-img {
    z-index: 1;
}

.post-details h3 {
    margin-top: 25px;
}

ul.style-ul {
    padding-left: 15px;
}

li.summary-list {
    list-style-type: disc !important;
}

.no-dots li {
    list-style-type: none !important;
}

li.summary-sub {
    list-style-type: circle !important;
    margin-left: 24px !important;
}

li.summary-sub-b {
    list-style-type: square !important;
    margin-left: 48px !important;
}

.mt-10 {
    margin-top: 50px;
}

.main-heading h2 {
    text-align: center;
    padding-bottom: 70px;
    color: #505050;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.main-heading span {
    color: #ff970a;
}

.sub-head-text {
    text-align: center;
    margin-top: -60px !important;
    font-size: 20px;
    color: #8492a6;
    margin-bottom: 40px;
}

.project-card {
    position: relative;
    margin-top: 80px;
    padding: 30px;
    box-shadow: -3px -1px 15px 5px #80808014;
    border-radius: 5px;
}

.project-img {
    position: relative;
    text-align: -webkit-center;
}

.values {
    padding-top: 50px;
    text-align: center;
}

.project-img img {
    display: block;
    border-radius: 15px;
    height: 100px;
}

.overlay-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
    padding: 15px;
    background: linear-gradient(45deg, #ff970a, #f7542b);
}

.project-card:hover .overlay-a {
    opacity: 1;
    transition: 1s;
}

.text p {
    color: white;
    padding: 10px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 20%;
    left: 0px;
}

.text-a p {
    color: white;
    padding: 10px;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 5%;
    left: 0px;
}

.pd-50 {
    padding-bottom: 180px;
}

.bg-img-a {
    background: url(https://img.freepik.com/free-vector/worldmap-background-design_1127-2318.jpg?t=st=1648294821~exp=1648295421~hmac=e044fb55767b30e19a6fd53199030d1d1940fdec0694cf0f6e1ba1eef39e6718&w=996);
}

.modal-text {
    text-align: justify;
}

.pb-black {
    background: black;
    color: #fff;
    padding: 20px;
}

pre {
    background: black;
    padding: 20px;
    color: #d63384;
}

.table-style td {
    border: 1px solid black;
    border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.overlay {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    padding: 120px !important;
    background: var(--blueopagrad) !important;
}

.intro-video-area {
    background-image: url("../img/video/video-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 90vh !important;
    padding: 0px !important;
}

.whyHireStrip {
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #2e2e2e;
    padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
    .overlay {
        padding: 40px 0px !important;
    }

    .intro-video-area {
        height: 100vh !important;
    }

    .table-style {
        display: none;
    }

    .serviceimg img {
        margin-top: -65px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .timeline {
        margin: auto 25%;
    }

    .serviceimg {
        display: none;
    }

    .hero-area .hero-inner .homeImg {
        display: none;
    }
}

/* ul.checkmark li:before {*/
/*    content: " ";*/
/*    display: block;*/
/*    border: solid 0.8em #2224dd;*/
/*    border-radius: 0.8em;*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    left: 6px;*/
/*    top: 32%;*/
/*    margin-top: -0.5em;*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/
/*ul.checkmark li:after {*/
/*    content: " ";*/
/*    display: block;*/
/*    width: 8px;*/
/*    height: 13px;*/
/*    border: solid white;*/
/*    border-width: 0 0.2em 0.2em 0;*/
/*    position: absolute;*/
/*    left: 13px;*/
/*    top: 8px;*/
/*    margin-top: -0.2em;*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/

.checkmark2:before,
.checkmark2:after {
    content: none;
}

.modal-header {
    text-align: left;
}

.modal-header .modal-title {
    font-size: 16px;
}

.overlay-banner {
    position: relative;
    background: var(--grey);
    background-image: url("../img/speckyfox-f.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.overlay-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bluegrad);
    left: 0;
    top: 0;
    opacity: 0.9;
}

.overlay-banner .section-title {
    margin: 0;
    padding: 0;
    text-align: center;
}

.overlay-banner .section-title h2 {
    padding-bottom: 15px;
}

.overlay-banner .section-title h2::before {
    background-color: #fff;
}

.overlay-banner .button {
    z-index: 5;
    margin-top: 40px;
}

.overlay-banner .button .btn {
    background-color: #fff;
    color: #3763eb;
}

.weoffer .dis-crip {
    margin-bottom: 50px;
}

.weoffer .dis-crip p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.weoffer .dis-crip p strong {
    font-style: italic;
}

.weoffer .card {
    padding: 20px 0px;
    border-radius: 15px 15px 0px 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 10%),
        0 8.2px 8.9px -30px rgb(0 0 0 / 10%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
        0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border: 0px;
    margin: 0px 15px;
    position: relative;
}

.weoffer .card .iconimg {
    text-align: center;
}

.weoffer .card .iconimg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    padding: 15px;
    margin: -80px auto 0 auto;
}

.weoffer .card .iconimg.brod1 {
    border: 5px solid #ff693c;
}

.weoffer .card .iconimg.brod2 {
    border: 5px solid #338cff;
}

.weoffer .card .iconimg.brod3 {
    border: 5px solid #e4b809;
}

.weoffer .card .iconimg.brod4 {
    border: 5px solid #1aa844;
}

.weoffer .card .iconimg.brod5 {
    border: 5px solid #5541dc;
}

.weoffer .card .iconimg.brod6 {
    border: 5px solid #1196bf;
}

.weoffer .card .iconimg.brod7 {
    border: 5px solid #d85e6d;
}

.weoffer .card .iconimg.brod8 {
    border: 5px solid #ab4aa1;
}

.weoffer .card .iconimg.brod9 {
    border: 5px solid #007b99;
}

.weoffer .card .iconimg.brod10 {
    border: 5px solid #6f67b7;
}

.weoffer .card .iconimg.brod11 {
    border: 5px solid #d85e6d;
}

.cir1 {
    background-color: #ff693c;
}

.cir2 {
    background-color: #338cff;
}

.cir3 {
    background-color: #e4b809;
}

.cir4 {
    background-color: #1aa844;
}

.cir5 {
    background-color: #5541dc;
}

.cir6 {
    background-color: #1196bf;
}

.cir7 {
    background-color: #d85e6d;
}

.cir8 {
    background-color: #ab4aa1;
}

.cir9 {
    background-color: #007b99;
}

.cir10 {
    background-color: #6f67b7;
}

.cir11 {
    background-color: #d85e6d;
}

.weoffer .card .iconimg .imcenter {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weoffer .card .iconimg .imcenter img {
    width: 40px;
}

/* .weoffer .card:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
} */

.weoffer .card .mouhov {
    display: none;
    transition: all 0.3s ease;
}

.weoffer .card:hover .mouhov {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    padding: 10px;
    border-radius: 15px;
    z-index: 9;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.weoffer .card:hover .mouhov p {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-align: left;
}

.weoffer .card ul {
    margin: 0px;
    padding: 0px;
}

.weoffer .card ul li {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}

.weoffer .card ul li:before {
    background-size: 100%;
    content: "";
    position: absolute;
    background-image: url(../img/bullet-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 17px;
    height: 12px;
    left: 0px;
    top: 7px;
}

.weoffer .b-link {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.weoffer span {
    color: var(--orange);
    border: 1px solid #ffffff;
    padding: 8px 15px;
    border-radius: 30px;
}

.weoffer  span:hover {
    background-color: transparent;
    color: #ffffff;
}

.viewmore {
    text-align: center;
}

.viewmore .btn {
    background-color: #ffa200;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.viewmore .btn:hover {
    background-color: #2c43ca;
    color: #ffffff;
}

.weoffer .dis-crip {
    margin-bottom: 50px;
}

.weoffer .dis-crip p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.weoffer .dis-crip p strong {
    font-style: italic;
}

.weoffer .card .iconimg {
    text-align: center;
}

.weoffer .card .iconimg.brod1 {
    border: 5px solid #0d11de;
}

.weoffer .card .iconimg.brod2 {
    border: 5px solid #3198f1;
}

.weoffer .card .iconimg.brod3 {
    border: 5px solid #d90a0a;
}

.weoffer .card .iconimg.brod4 {
    border: 5px solid #5cb531;
}

.cir1 {
    background: linear-gradient(50deg, #525ec6, #0d11de);
}

.cir2 {
    background: linear-gradient(157deg, #36bef8, #3198f1);
}

.cir3 {
    background: linear-gradient(241deg, #fd5050, #d90a0a);
}

.cir4 {
    background: linear-gradient(241deg, #8fea69, #5cb531);
}

.weoffer .card .iconimg .imcenter {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weoffer .card .iconimg .imcenter img {
    width: 40px;
}

.service-name h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    margin-top: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center;
}

/* .weoffer .card:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
} */

.weoffer .card .mouhov {
    display: none;
    transition: all 0.3s ease;
}

.weoffer .card:hover .mouhov {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    padding: 10px;
    border-radius: 15px;
    z-index: 9;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.weoffer .card:hover .mouhov p {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-align: left;
}

.weoffer .card ul {
    margin: 0px;
    padding: 0px;
}

.weoffer .card ul li {
    font-size: 14px;
    line-height: 1.1;
    color: #ffffff;
    text-align: left;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}

.weoffer .card ul li:before {
    background-size: 100%;
    content: "";
    position: absolute;
    background-image: url(assets/img/icons/check-mark-aa.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 17px;
    height: 12px;
    left: 0px;
    top: 7px;
}

.weoffer span {
    color: #101010;
    background: #fff;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
}

.weoffer span:hover {
    background-color: transparent;
    color: #ffffff;
}

.viewmore {
    text-align: center;
}

.viewmore .btn {
    background-color: #ffa200;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin: auto;
}

.viewmore .btn:hover {
    background-color: #2c43ca;
    color: #ffffff;
}

.service-head {
    padding-bottom: 100px;
}

/*Sub-Services Section*/

.tab-border {
    border: 1px solid #edebfd;
    padding: 20px 30px 5px 30px;
}

.nav {
    margin-top: 15px;
}

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

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/*Mobile Applicaton Development Page CSS*/

.tab-icons img {
    height: 30px;
}

.tab-icons {
    position: relative;
    /*padding-bottom: 15px;*/
    float: left;
}

.text-uppercase {
    text-transform: uppercase !important;
    padding-top: 8px !important;
}

p.fw-600 {
    font-size: 25px;
}

/*--------------QA Testing Page CSS----------------------*/

.tab-content-img img {
    float: right;
    height: auto;
    width: 60%;
}






