body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Open Sans",sans-serif
}

h1,h2,h3,h4,h5,h6,p,figure,a,ul,li {
    color: #000;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none
}

button {
    outline: none;
    border: none
}

:root {
    --bgcolor: #f8f8f8ad;
    --primarycolor: #0966f1;
    --secondarycolor: #11c584;
    --lightcolor: #fff;
    --darkcolor: #111827;
    --textcolor: #000;
    --buttoncolor: linear-gradient(90deg, #0966f1, #11c584);
}

.pkgColumn .pkgItem.sectionHeader {
    background: #91b5ff!important;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.pkgColumn .pkgItem.sectionHeader span {
    color: #fff
}

ul.pkgColumn {
    max-width: 300px!important
}

.siteMap {
    padding: 25px;
    border-radius: 15px;
    background-color: var(--bgcolor);
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}

.siteMap h2 {
    color: var(--primarycolor);
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 26px 0 15px
}

.siteMap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0!important
}

.siteMap ul li {
    padding-left: 0!important;
    list-style: none!important;
    margin: 5px;
    border: 1px solid #00000094;
    border-radius: 10px;
    background-image: none!important
}

.siteMap li a {
    display: inline-block;
    padding: 9px 10px;
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
    border-radius: inherit
}

.siteMap li a:hover {
    color: var(--lightcolor);
    background-color: var(--primarycolor)
}

@media (max-width: 1380px) {
    .siteMap li a {
        font-size:14px;
        padding: 8px 10px
    }

    .siteMap ul li {
        margin: 4px
    }
}

@media (max-width: 1200px) {
    .siteMap li a {
        font-size:15px;
        padding: 8px 10px
    }
}

@media (max-width: 992px) {
    .siteMap {
        padding:20px
    }
}

@media (max-width: 769px) {
    .siteMap {
        padding:15px 0;
        background-color: 0;
        box-shadow: none
    }

    .siteMap ul li {
        margin: 3px
    }

    .siteMap li a {
        font-size: 14px;
        padding: 9px 11px
    }
}

.faqPage {
    background: none!important
}

.pagination li.active .page-link {
    color: #fff!important
}

.pkgContainer {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 0.05)
}

ul.pkgColumn {
    padding-left: 0!important;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 220px;
    max-width: 260px;
    border-right: 1px solid #eee;
    overflow-y: auto;
    flex: 1
}

.pkgContainer ul {
    padding-bottom: 0!important
}

.pkgContainer ul.pkgFeature span {
    display: block;
    font-size: 14px
}

.pkgContainer ul:first-child {
    min-width: 288px
}

.pkgColumn:last-child {
    border-right: none
}

.pkgFeature {
    background: #f8f9fa;
    font-weight: 600;
    color: #222;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #444;
    padding: .8rem 1rem;
    text-align: left
}

.pkgHeader {
    background: #eee;
    font-weight: 700;
    font-size: 1.1rem;
    color: #444;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #444;
    padding: .8rem 1rem;
    text-align: center;
    text-transform: uppercase
}

.pkgBasic .pkgHeader {
    color: #a02f6e
}

.pkgStandard .pkgHeader {
    color: #0f5cae
}

.pkgProfessional .pkgHeader {
    color: #f29100
}

.pkgEnterprise .pkgHeader {
    color: #22a49b
}

.pkgContainer .pkgItem {
    padding: 5px .5rem;
    border-bottom: 1px solid #eee;
    font-size: .95rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important
}

.pkgColumn .pkgItem {
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
    background: none!important
}

.pkgColumn .pkgItem span {
    display: none;
    font-weight: bold;
    width: 100%;
    font-size: 12px
}

.checkmark {
    color: #28a745;
    font-weight: 700;
    font-size: 1.3rem
}

.crossmark {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.3rem
}

.pkgColumn::-webkit-scrollbar {
    width: 6px
}

.pkgColumn::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 3px
}

.pkgColumn:hover::-webkit-scrollbar-thumb {
    background-color: #888
}

@media (max-width: 992px) {
    .pkgFeature {
        display:none
    }

    .pkgContainer {
        flex-wrap: wrap
    }

    .pkgContainer ul {
        min-width: 50%;
        text-align: center
    }

    .pkgColumn .pkgItem {
        justify-content: center;
        color: #787878
    }

    .pkgColumn .pkgItem span {
        display: block;
        color: #000
    }
}

@media (max-width: 767px) {
    .pkgContainer .pkgColumn {
        width:100%
    }

    ul.pkgColumn {
        min-width: 100%;
        max-width: 100%
    }

    .pkgContainer {
        flex-direction: column;
        height: auto
    }

    .pkgColumn {
        max-width: 100%;
        height: auto;
        overflow-y: visible;
        border-right: none;
        border-bottom: 1px solid #ddd
    }

    .pkgColumn:last-child {
        border-bottom: none
    }

    .pkgItem {
        min-height: auto;
        padding: .6rem 1rem
    }

    .pkgFeature .pkgItem {
        justify-content: flex-start
    }

    .pkgHeader {
        position: relative;
        top: auto;
        border-bottom: 1px solid #bbb
    }
}

.btn-custom {
    background: #fff;
    color: #5c4dff;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px
}

.featured .btn-custom {
    background: #fff;
    color: #5c4dff
}

.mainArea h3 {
    margin-bottom: 20px
}

.mainArea p {
    margin-bottom: 15px
}

.mainArea ul {
    margin-bottom: 15px
}

.mainArea ul li {
    list-style: none!important;
    margin-bottom: 8px;
    background: url(../images/xdot.png.pagespeed.ic.7Xh83L0jNL.png) 0 5px no-repeat;
    background-size: 15px;
    padding-left: 20px
}

.tableformat tr td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    color: #064790
}

.tableformat tr td a {
    color: #034ea2;
    font-size: 16px
}

.tableformat tr td a:hover {
    color: #ed1a3b
}

.tableformat tr td.thead {
    color: #424242;
    background: #dedede;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold!important
}

.custom-style {
    width: 100%;
    display: inline-block;
    padding: 45px 0
}

.comman-title-box {
    text-align: center;
    margin-bottom: 35px
}

.comman-title {
    color: var(--primarycolor);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase
}

.comman-title span {
    color: var(--secondarycolor)
}

.custom-title {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 900;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(262deg,#e24c4a 0%,#386bb7 100%);
    background-size: 400% 400%;
    -webkit-text-fill-color: transparent;
    animation: wavyGradient 6s ease-in-out infinite
}

.comman-btn {
    display: inline-block;
    color: var(--lightcolor);
    background: var(--buttoncolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000026;
    cursor: pointer;
    transition: .3s ease
}

.comman-btn:hover {
    background: linear-gradient(90deg, #044bb4, #028556);
    color: #fff
}

.comman-btn.view-btn {
    background: var(--primarycolor)
}

.owl-nav {
    margin: 0!important
}

.owl-carousel .owl-prev,.owl-carousel .owl-next {
    width: 38px;
    height: 38px;
    border-radius: 50%!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    color: var(--lightcolor)!important;
    background-color: var(--primarycolor)!important;
    box-shadow: 0 2px 5px #0003;
    position: absolute;
    top: 39%;
    z-index: 1
}

.owl-carousel .owl-prev i,.owl-carousel .owl-next i {
    font-size: 16px;
    margin: 0!important
}

.owl-carousel .owl-prev {
    left: -22px
}

.owl-carousel .owl-next {
    right: -22px
}

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background-color: var(--primarycolor)!important
}

.top-scroll {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--lightcolor);
    background: linear-gradient(90deg,#0057ff,#ff3b30);
    font-size: 20px;
    text-align: center;
    align-content: center;
    position: fixed;
    bottom: 42px;
    right: 20px;
    z-index: 999999;
    animation: move2 1s linear infinite alternate;
    opacity: 0
}

.visible {
    opacity: 1
}

.servicescontent-box img {
    margin: 25px 0
}

.ftlinect {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    margin-top: 10px
}

.seocheckout {
    background: #0755ad;
    margin-bottom: 45px;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between!important
}

.seocheckout .seochkImg {
    width: 40%
}

.seocheckout .seochkImg img {
    width: 299px;
    object-fit: contain;
    max-width: 100%;
    margin-left: auto;
    display: block
}

.seocheckout .seochkCont {
    width: 60%
}

.seochkContLine {
    display: flex;
    justify-content: space-between!important;
    margin-top: 22px
}

.seochkContLine .seochkContLineInn {
    width: 50%;
    display: flex;
    background: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 15px;
    margin: 0 10px
}

.seochkContLine .seochkContLineInn h4 {
    font-size: 22px;
    font-family: 'poppinsmedium';
    color: #0755ad;
    margin-bottom: 9px
}

.seochkContLine .seochkContLineInn img {
    width: 70px;
    object-fit: contain;
    height: auto!important;
    margin-right: 12px
}

.indutriesBox {
    text-align: center;
    margin-top: 25px
}

.indutriesBox a {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px 2px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--secondarycolor);
    color: var(--darkcolor);
    background: none;
    background: var(--lightcolor);
    border: 1px solid transparent;
    border-radius: 12px;
    background-image: linear-gradient(#fff,var(--lightcolor)) , linear-gradient(90deg,#0057ff,#ff3b30);
    background-origin: border-box;
    background-clip: padding-box , border-box
}

.services-box .description-box {
    min-height: 92px
}

.postsdetail-panel h2 a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.relatedPost .services-box h2 a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.relatedPost .services-box figure {
    width: 100%;
    height: 166px
}

.csslider>input:nth-of-type(1):checked~ul>li:first-of-type .videoCover {
    height: 100%;
    overflow-x: hidden;
    text-align: center;
    margin-top: 50px
}

.videoCover li {
    list-style: none;
    background: none!important
}

.videoCover .soKeyword {
    padding: 0
}

.csslider>.arrows label.goto-first {
    display: none
}

.csslider>.arrows label.goto-last {
    display: none
}

.csslider>ul {
    overflow-x: auto;
    max-width: 1500px
}

.csslider {
    margin: 0 8px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 22px
}

.csslider>input {
    display: none
}

.csslider>input:nth-of-type(10):checked~ul>li:first-of-type {
    margin-left: -900%
}

.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
    margin-left: -800%
}

.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -700%
}

.csslider>input:nth-of-type(7):checked~ul>li:first-of-type {
    margin-left: -600%
}

.csslider>input:nth-of-type(6):checked~ul>li:first-of-type {
    margin-left: -500%
}

.csslider>input:nth-of-type(5):checked~ul>li:first-of-type {
    margin-left: -400%
}

.csslider>input:nth-of-type(4):checked~ul>li:first-of-type {
    margin-left: -300%
}

.csslider>input:nth-of-type(3):checked~ul>li:first-of-type {
    margin-left: -200%
}

.csslider>input:nth-of-type(2):checked~ul>li:first-of-type {
    margin-left: -100%
}

.csslider>input:nth-of-type(1):checked~ul>li:first-of-type {
    margin-left: 0%
}

.csslider>ul li ul li {
    margin-left: 0
}

.csslider>ul {
    position: relative;
    max-width: 1100px;
    width: 100%;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    border: 0 solid #fff;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 1%;
    width: 48.5%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all .5s cubic-bezier(.4,1.3,.65,1);
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s cubic-bezier(.4,1.3,.65,1);
    transition: all .5s cubic-bezier(.4,1.3,.65,1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal
}

.csslider>.navigation {
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.csslider>.navigation>div {
    margin-left: -100%
}

.csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 4px;
    background: #3a3a3a
}

.csslider>.navigation label:hover:after {
    opacity: 1
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: red;
    border-radius: 50%;
    padding: 6px;
    opacity: 0
}

.csslider>.arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after, .csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after, .csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after, .csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after, .csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after, .csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after, .csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after, .csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after, .csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after, .csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after, .csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
    opacity: 1
}

.csslider>.arrows {
    position: absolute;
    left: -31px;
    top: 50%;
    width: 100%;
    height: 26px;
    padding: 0 31px;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.csslider>.arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 13px;
    box-shadow: inset 2px -2px 0 1px #3a3a3a;
    cursor: pointer;
    -moz-transition: box-shadow .15s , margin .15s;
    -o-transition: box-shadow .15s , margin .15s;
    -webkit-transition: box-shadow .15s , margin .15s;
    transition: box-shadow .15s , margin .15s
}

.csslider>.arrows label:hover {
    box-shadow: inset 3px -3px 0 2px red;
    margin: 0 0
}

.csslider>.arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last, .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0), .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1), .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2), .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3), .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4), .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5), .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6), .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7), .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8), .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9), .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first, .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2), .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3), .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4), .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5), .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6), .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7), .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8), .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9), .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10), .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11), .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#slider1 {
    font-family: 'Lato'
}

#slider1>input:nth-of-type(3):checked~ul #bg {
    width: 80%;
    padding: 22px;
    -moz-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
    transition: .5s .5s
}

#slider1>input:nth-of-type(3):checked~ul #bg div {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transition: .5s .9s;
    -o-transition: .5s .9s;
    -webkit-transition: .5s .9s;
    transition: .5s .9s
}

video {
    width: 100%;
    height: auto;
    background: transparent url(style.css) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    border-radius: 50%;
    box-shadow: 0 4px 6px #0000004d;
    width: 60px;
    height: 60px;
    animation: pluse 2s linear infinite
}

.pagination {
    margin-top: 20px;
    justify-content: center
}

.pagination .page-link {
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 10px;
    margin: 0 11px;
    border: 1px solid var(--primarycolor)
}

.pagination .page-link i {
    font-size: 13px;
    width: unset
}

.pagination .page-link:focus {
    box-shadow: none;
    color: var(--lightcolor);
    background-color: var(--primarycolor)
}

.pagination .active {
    color: var(--lightcolor);
    background-color: var(--primarycolor)
}

.pagination .page-link:hover,.pagination .page-link:active {
    color: var(--lightcolor);
    background-color: var(--primarycolor)
}

.page-item:first-child .page-link,.page-item:last-child .page-link {
    border-radius: 10px
}

.bg-color {
    background-color: var(--bgcolor)
}

.header {
    width: 100%;
    background-color: var(--lightcolor);
    box-shadow: #959da533 0 8px 24px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999999
}

.header .navbar {
    padding: 0
}

.header .nav-header {
    display: none
}

.header img {
    height: 60px;
    object-fit: contain
}

.header .dropdown-toggle::after {
    display: none
}

.header .item-wrapper {
    display: flex;
    align-items: baseline;
    cursor: pointer
}

.header .nav-item {
    margin: 0 10px
}

.header .nav-link {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 25px 0!important;
    transition: all .4s ease-in-out
}

.header .toggle-icon {
    color: var(--primarycolor);
    font-size: 14px;
    margin-left: 3px
}

.header .nav-link:hover {
    color: var(--primarycolor)
}

.header .dropdown-menu {
    padding: 0;
    border: 0;
    background-color: var(--lightcolor);
    box-shadow: #64646f33 0 7px 29px 0;
    overflow: hidden
}

.header .dropdown-menu li {
    border-bottom: 1px solid #347dab2e
}

.header .dropdown-menu li:last-child {
    border-bottom: 0
}

.header .second {
    display: block
}

.header .dropdown-item {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 12px!important;
    transition: all .5s ease-in-out
}

.header .dropdown-item:focus,.header .dropdown-item:hover {
    color: var(--primarycolor);
    background-color: transparent
}

.header .mega-menu {
    width: 100%;
    left: 0
}

.header .inner-menu-box {
    padding: 20px 12px
}

.header .menu-title {
    color: var(--primarycolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
    pointer-events: none
}

.header .mega-menu ul.collapse {
    display: block
}

.header .mega-menu li {
    border-bottom: 0;
    margin-bottom: 10px
}

.header .mega-menu .dropdown-item {
    padding: 0!important
}

.header ul.spacing {
    margin-bottom: 20px
}

.showDropdownMenu {
    display: block
}

.hero-panel{
    position: relative;
    padding: 0px 0;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.4)
        ),
        url("../images/bannerhome.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-panel::before {
}

.hero-panel .hero-content {
    padding: 118px 50px;
    position: relative;
    z-index: 4
}

.hero-panel h1 {
    color: var(--lightcolor);
    font-size: 56px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 66px;
    letter-spacing: .5px;
    margin-bottom: 28px
}

.hero-panel p {
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 27px
}

.hero-panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
    list-style: none
}

.hero-panel ul br {
    display: none
}

.hero-panel li {
    margin: 4px
}

.hero-panel li a {
    display: inline-block;
    width: 230px;
    text-align: center;
    color: #111827;
    background: var(--lightcolor);
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 50px;
    white-space: nowrap;
    transition: all .4s ease;
    box-shadow: #64646f33 0 7px 29px 0;
    box-shadow: #0003 0 12px 28px 0px, #0000001a 0 2px 4px 0px, #ffffff0d 0 0 0 1px inset
}

.hero-panel li a:hover {
    color: #d43f52;
    box-shadow: 0 6px 12px #0003
}

.hero-panel .comman-btn {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    padding: 15px 28px;
    letter-spacing: normal
}

.hero-panel .comman-btn i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--lightcolor);
    color: var(--secondarycolor);
    font-size: 16px;
    text-align: center;
    align-content: center;
    transition: all .5s ease-in-out;
    margin-left: 10px
}

.review-panel {
    background-color: var(--lightcolor);
    padding: 20px 0
}

.review-panel .comman-title {
    margin-bottom: 15px
}

.review-panel .comman-title-box p {
    color: var(--textcolor);
    font-size: 18px;
    font-weight: 500
}

.review-panel .title-box {
    height: 100%;
    align-content: center
}

.review-panel h2 {
    color: var(--primarycolor);
    font-size: 53px;
    font-weight: 700;
    text-transform: capitalize;
    align-content: center
}

.review-panel .title-box span {
    color: var(--secondarycolor)
}

.review-panel .review-box {
    background: var(--lightcolor);
    border-radius: 6px;
    padding: 4px 4px;
    text-align: center;
    border: 1px solid #97979759
}

.review-panel .logos {
    width: auto
}

.review-panel .rating-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.review-panel .rating-box span {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    color: #111827;
    margin-right: 8px
}

.review-panel .rating-box img {
    width: auto;
    height: 19px;
    object-fit: contain;
    margin: 0
}

.review-panel .custom-review-box {
    padding: 20px
}

.review-panel .custom-review-box .logos {
    height: 29px;
    margin-bottom: 17px
}

.review-panel .custom-review-box span {
    font-size: 24px;
    margin-right: 12px
}

.about-panel {
    padding-bottom: 35px;
    background-color: #13c78821;
}

.img-box {
    width: 100%;
    height: 575px;
    position: relative
}

.img-box figure {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit
}

.img-bg-shape {
    position: absolute;
    top: -105px;
    left: -61px;
    width: 100%;
    height: 100%;
    z-index: -1
}

.img-box svg {
    height: 736px
}

.about-panel .comman-title {
    margin-bottom: 14px
}

.about-panel h3 {
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 13px
}

.about-panel p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px
}

.about-panel .comman-btn {
    margin-top: 16px
}

.industries-panel {
    padding: 40px 0
}

.industries-panel .industries-grid {
    display: flex;
    flex-wrap: wrap
}

.industries-item {
    width: 20%;
    height: 170px;
    text-align: center;
    align-content: center;
    border: 1px solid #0000003d;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.industries-item.item-hidden {
    display: none
}

.industries-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 45px 15px;
    background-color: #5fd8ad29;
}

.industries-item img {
    height: 64px;
    object-fit: contain
}

.industries-item .overlay {
    position: absolute;
    top: 68%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 17px 15px 15px;
    background-color: var(--lightcolor);
    transition: .55s cubic-bezier(.22,1,.36,1)
}

.industries-item:hover .overlay {
    top: 0
}

.industries-item h3 {
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.industries-item p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.driven-panel,.seo-service-panel,.onlinestore-panel {
    background-color: var(--bgcolor)
}

.custom-design .comman-title {
    color: var(--primarycolor);
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 17px
}

.custom-design .comman-title span {
    color: var(--secondarycolor)
}

.custom-design p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

.custom-design p:last-child {
    margin-bottom: 0
}

.service-groups {
        margin-top: 50px;
    text-align: center;
    background-color: #1c95f233;
    padding: 40px;
    border-radius: 20px;
}

.service-groups h3 {
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 32px
}

.service-groups .service-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.service-groups .comman-btn {
    padding: 16px 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--secondarycolor);
    color: var(--darkcolor);
    background: none;
    background: var(--lightcolor);
    border: 1px solid transparent;
    border-radius: 12px;
    background-image: linear-gradient(#fff,var(--lightcolor)) , linear-gradient(90deg,#0057ff,#ff3b30);
    background-origin: border-box;
    background-clip: padding-box , border-box
}

.service-groups .comman-btn br {
    display: none
}

.service-groups .comman-btn :hover {
    opacity: .85;
    cursor: pointer
}

.onlinestore-panel .comman-btn span {
    display: block
}

.portfolio-panel {
    padding-bottom: 20px
}

.portfolio-panel .comman-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.portfolio-box {
    margin-bottom: 33px;
    transition: all .4s ease-in-out
}

.portfolio-box figure {
    width: 100%;
    height: 537px;
    border-radius: 15px;
    box-shadow: #959da533 0 8px 24px;
    margin-bottom: 15px
}

.portfolio-box figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.portfolio-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.portfolio-box h3 {
    word-wrap: break-word;
    color: var(--darkcolor);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center
}

.portfolio-box h3 a {
    color: var(--darkcolor)
}

.seo-ranking-panel .media-box {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    box-shadow: #959da533 0 8px 24px;
    position: relative;
    overflow: hidden
}

.seo-ranking-panel figure {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.seo-ranking-panel video,.seo-ranking-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: var(--primarycolor);
    background-color: var(--lightcolor);
    font-size: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: block;
    margin: auto
}

.play-btn::before,.play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #fff9;
    z-index: -1
}

.play-btn::after {
    animation: heartbeats 1.8s linear infinite
}

.play-btn.hide {
    opacity: 0;
    visibility: hidden
}

.ai-panel {
    padding-bottom: 40px
}

.ai-panel .bg-wrapper {
    width: 92%;
    margin: 0 auto
}

.ai-panel .ai-box {
    width: 100%;
    height: 600px;
    align-content: center;
    border-radius: 15px;
    padding: 36px;
    background-image: url(../images/xbg-image.jpg.pagespeed.ic.Be_eF9BJbT.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: #64646f33 0 7px 29px 0
}

.ai-panel .content-box {
    width: 62%
}

.ai-panel h3 {
    color: var(--lightcolor);
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    text-transform: capitalize;
    text-shadow: 1px 2px 4px #0009
}

.ai-panel p {
    color: var(--lightcolor);
    font-size: 23px;
    font-weight: 500
}

.chooseus-panel li {
    margin-bottom: 25px;
    display: flex
}

.chooseus-panel li:last-child {
    margin-bottom: 0
}

.chooseus-panel i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 17px;
    text-align: center;
    align-content: center;
    margin-bottom: 17px;
    margin-right: 10px
}

.chooseus-panel .inner-content {
    width: 85%
}

.chooseus-panel h3 {
    color: var(--darkcolor);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.chooseus-panel li p {
    color: var(--textcolor);
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all .5s ease-in-out
}

.chooseus-panel figure {
    width: 100%;
    align-content: center
}

.chooseus-panel img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case-study-panel {
    background-color: var(--bgcolor)
}

.case-study-panel .comman-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.case-study-panel .study-box {
    width: 100%;
    height: 395px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    z-index: 1
}

.case-study-panel .study-box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.case-study-panel figure {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.case-study-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.case-study-panel .study-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 47%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #0000 0%, #000f 100%);
    pointer-events: none
}

.case-study-panel .study-box::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff0 0%, #ffffff4d 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
    opacity: 0;
    z-index: 2
}

.case-study-panel .study-box:hover::after {
    animation: shine 1s ease-in-out;
    opacity: 1
}

.case-study-panel .study-content {
    width: 100%;
    border-radius: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px
}

.case-study-panel h3 {
    color: var(--lightcolor);
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-shadow: 0 3px 10px #000c
}

.post-panel {
    padding-bottom: 40px
}

.post-panel .comman-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px
}

.post-box {
    padding: 15px;
    background-color: var(--lightcolor);
    border-radius: 15px;
    box-shadow: #959da533 0 8px 24px;
    transition: all .4s ease-in-out
}

.post-box figure {
    width: 100%;
    height: 255px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.post-box figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.post-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all .4s ease-in-out
}

.post-box:hover img {
    transform: scale(1.1)
}

.post-box .post-description {
    margin-bottom: 8px
}

.post-box .tag {
    display: inline-block;
    color: var(--lightcolor);
    background-color: #000000d9;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 14px;
    border-radius: 50px;
    box-shadow: #959da533 0 5px 15px;
    box-shadow: #959da533 0 2px 21px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.post-box .post-meta {
    margin-bottom: 14px
}

.post-box .post-meta span {
    color: #111827bd;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 5px
}

.post-box .post-meta a {
    color: #111827bd
}

.post-box .post-meta i {
    color: var(--secondarycolor);
    margin-right: 2px
}

.post-box h3 {
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.post-box p {
    color: var(--textcolor);
    font-size: 14px;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.post-box .description {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post-box .more-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    border: 2px solid var(--primarycolor)
}

.post-box .more-btn i {
    font-size: 15px;
    transform: rotate(-45deg)
}

.post-panel .owl-carousel .owl-stage-outer {
    padding: 6px 0
}

.post-panel .item {
    padding: 16px
}

.post-panel .owl-carousel .owl-prev {
    left: -14px
}

.post-panel .owl-carousel .owl-next {
    right: -14px
}

.faq-panel {
    background-color: var(--bgcolor);
    padding-bottom: 31px
}

.faq-panel .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #97979742 !important;
    border-radius: 10px;
    box-shadow: #959da533 0 8px 24px
}

.faq-panel .accordion-body {
    border-top: 1px solid #97979742
}

.faq-panel .accordion-button {
    color: var(--darkcolor);
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px
}

.faq-panel .accordion-button:focus {
    box-shadow: none
}

.faq-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 22px
}

.client-panel .bg-wrapper {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: #0003 0 12px 28px 0px, #0000001a 0 2px 4px 0px, #ffffff0d 0 0 0 1px inset
}

.client-panel .inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px
}

.client-panel figure {
    flex: 0 1 calc(16.66% - 25px);
    background: var(--lightcolor);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #959da533 0 8px 24px;
    border: 1px solid #97979759;
    transition: transform .3s ease , box-shadow .3s ease
}

.client-panel figure img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain
}

.client-panel figure:hover {
    transform: scale(1.05);
    box-shadow: #00000026 0 8px 24px
}

.testimonial-panel {
    background-color: var(--bgcolor)
}

.testimonial-panel .comman-title-box {
    text-align: left
}

.testimonial-panel .testimonial-slide {
    width: 100%;
    background-color: var(--lightcolor);
    border-radius: 15px;
    border: 1px solid #80808045
}

.testimonial-panel .testimonial-slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    padding: 25px
}

.testimonial-panel i {
    color: var(--primarycolor);
    font-size: 48px;
    margin-bottom: 14px;
    text-align: center
}

.testimonial-panel p {
    color: var(--darkcolor);
    font-size: 17px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    line-clamp: 20;
    height: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.testimonial-panel cite {
    display: block;
    color: var(--darkcolor);
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 18px;
    height: 51px;
    overflow: hidden
}

.testimonial-panel .owl-carousel .owl-prev,.testimonial-panel .owl-carousel .owl-next {
    position: absolute;
    top: -112px;
    width: 43px;
    height: 43px
}

.testimonial-panel .owl-carousel .owl-prev {
    right: 57px;
    left: unset
}

.testimonial-panel .owl-carousel .owl-next {
    right: -4px
}

.owl-carousel .owl-prev i,.owl-carousel .owl-next i {
    color: var(--lightcolor)
}

.counter-panel {
    width: 100%;
    background-image: url(../images/xachievement.webp.pagespeed.ic.-efz_JWEUC.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.counter-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1
}

.counter-panel .bg-wrapper {
    padding: 0 68px
}

.counter-panel .counter-box {
    text-align: center;
    border: #ccc solid 1px;
    border-radius: 20px;
    padding: 10px;
}

.counter-panel i {
    position: relative;
    text-align: center;
    font-size: 40px;
    width: 100px;
    height: 100px;
    text-align: center;
    align-content: center;
    color: var(--primarycolor);
    background: var(--lightcolor);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1
}

.counter-panel i::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solidvar(--lightcolor);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1
}

.counter-panel .count {
    margin-top: 21px
}

.counter-panel span {
    color: var(--lightcolor);
    font-size: 40px;
    font-weight: 700
}

.counter-panel h3 {
    color: var(--lightcolor);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 7px
}

.footer {
    background-color: var(--bgcolor)
}

.footer .top-footer {
    background-color: var(--primarycolor);
    padding: 12px 0;
    display: none
}

.footer .feedback-box {
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #817c7c00;
    box-shadow: #64646f33 0 7px 29px 0;
    display: inline-flex;
    align-items: center
}

.footer .feedback-box img {
    height: 43px;
    object-fit: contain;
    margin-right: 10px
}

.footer .feedback-box span {
    color: #111827;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize
}

.footer .review-info {
    display: flex;
    align-items: center
}

.footer .review-info img {
    height: 21px;
    object-fit: contain;
    margin: 0;
    margin-left: 10px
}

.footer .certificate {
    height: 63px;
    object-fit: contain
}

.footer .feedback {
    height: 100%;
    align-content: center;
    text-align: right
}

.footer .middle-footer {
    padding: 40px 0 26px;
	background-color: #0d6efd24;
}

.footer .ftr-title {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.footer li {
    margin-bottom: 6px
}

.footer li:last-child {
    margin-bottom: 0
}

.footer li i {
    color: var(--primarycolor);
    font-size: 13px
}

.footer li a {
    display: inline-block;
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.footer li a:hover {
    color: #034ea2
}

.footer .contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.footer .contact-info i {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    text-align: center;
    align-content: center;
    font-size: 16px;
    margin-right: 10px
}

.footer .contact-info a {
    font-weight: 600;
    text-transform: lowercase
}

.footer .our-socials {
    margin-top: 27px
}

.footer .our-socials h3 {
    color: var(--darkcolor);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px
}

.footer .our-socials ul {
    display: flex
}

.footer .our-socials a:hover {
}

.footer .bottom-footer {
    padding: 12px;
    background-color: #11c48526;
}

.footer p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500
}

.footer .quick-links {
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.footer .quick-links li {
    margin-bottom: 0
}

.footer .bottom-footer a {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.footer .bottom-footer span {
    display: inline-block;
    margin: 0 2px
}

.footer .ftr-title {
    pointer-events: none
}

.footer ul.collapse {
    display: inline-block
}

.footer .certified-box {
    margin-top: 40px;
    border-top: 1px solid #8080802b;
    padding-top: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .iso-box img {
    height: 84px;
    object-fit: contain;
    margin: 0 10px
}

.footer .rated-box {
    text-align: right;
    height: 100%;
    align-content: center
}

.footer .rated-box img {
    height: 56px;
    border-radius: 10px;
    box-shadow: #959da533 0 8px 24px;
    margin: 0 3px
}

.footer .comman-btn {
    width: 83%;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    margin-top: 27px;
    text-transform: capitalize!important
}

.bubbles-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

.bubbles-wrap .bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

.bubbles-wrap .x1 {
    -webkit-animation: animateBubble 15s linear infinite , sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite , sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.bubbles-wrap .x2 {
    -webkit-animation: animateBubble 10s linear infinite , sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite , sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.bubbles-wrap .x3 {
    -webkit-animation: animateBubble 18s linear infinite , sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite , sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.bubbles-wrap .x4 {
    -webkit-animation: animateBubble 12s linear infinite , sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite , sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.bubbles-wrap .x5 {
    -webkit-animation: animateBubble 19s linear infinite , sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite , sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.bubbles-wrap .x6 {
    -webkit-animation: animateBubble 11s linear infinite , sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite , sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.bubbles-wrap .x7 {
    -webkit-animation: animateBubble 10s linear infinite , sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite , sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.bubbles-wrap .x8 {
    -webkit-animation: animateBubble 12s linear infinite , sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite , sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.bubbles-wrap .x9 {
    -webkit-animation: animateBubble 19s linear infinite , sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite , sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: var(--lightcolor)339
}

.bubbles-wrap .x10 {
    -webkit-animation: animateBubble 16s linear infinite , sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite , sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.cookies-box {
    width: 100%;
    background: #e1e1e1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 12px;
    font-size: 17px;
    border-top: 1px solid #aaa;
    box-shadow: #64646f33 0 7px 29px 0;
    text-align: center
}

.cookies-box p {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500
}

.cookies-box .policy-link {
    color: var(--primarycolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.cookies-box span {
    display: inline-block;
    margin: 0 8px
}

.cookies-box .btn-style {
    display: inline-block;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 24px 11px;
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000026
}

.cookies-box .reject-btn {
    background: var(--secondarycolor);
    margin-left: 8px
}

.banner-panel {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.banner-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-panel::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.56)
}

.spic {
    margin-bottom: 25px
}

.spic img {
    width: auto!important;
    height: auto!important;
    object-fit: initial!important;
    max-width: 100%
}

.servicedetails-panel h2 {
    color: var(--darkcolor);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 28px 0 13px
}

.servicedetails-panel h3 {
    color: var(--darkcolor);
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 28px 0 13px
}

.servicedetails-panel h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 28px 0 13px
}

img.innerimgresponsive {
    width: 100%
}

.competitiveKeyword {
}

.competitiveKeyword h2 {
    text-align: center
}

.competitiveKeyword p {
    text-align: center;
    margin-bottom: 27px!important
}

.servicedetails-panel .servicescontent-box ul {
    margin: 0;
    padding-bottom: 15px
}

.servicedetails-panel .ourWorkBox h2 {
    text-align: center;
    margin-bottom: 35px
}

.servicedetails-panel .ourWorkBox ul {
    margin: 0;
    padding-bottom: 15px;
    padding-left: 17px
}

.servicedetails-panel .ourWorkBox ul li {
    width: 15.4%;
    display: inline-block;
    text-align: center;
    margin: 0 2% 40px!important;
    padding: 0!important;
    vertical-align: top;
    background: none!important;
    background-color: #a9e2ff !important;
    padding: 10px !important;
    border-radius: 20px !important;

}

.servicedetails-panel .ourWorkBox ul li img {
    display: block;
    margin: 0 auto 15px;
    max-width: 109px
}

.servicedetails-panel .ourWorkBox ul li span {
    font-size: 16px;
    margin-bottom: 8px;
    list-style: disc
}

.centerImg {
    margin: 22px auto 32px auto;
    display: block
}

.corporatecontent {
    margin: 0;
    padding: 30px 40px 50px;
    min-height: 400px
}

.spic {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.whatMakes {
    margin-bottom: 35px
}

.whatMakes h2 {
    font-size: 25px!important;
    text-align: center;
    border-bottom: 0!important;
    margin-bottom: 35px!important
}

.whatMakes ul {
    margin: 0!important;
    padding: 0
}

.whatMakes ul li {
    width: 28.8%;
    display: inline-block;
    background: none!important;
    text-align: center;
    margin: 0 2% 40px!important;
    padding: 0!important;
    vertical-align: top;
    background-color: #ccc !important;
    padding: 20px !important;
    border-radius: 10px;
}

.whatMakes ul li img {
    display: block;
    margin: 0 auto 15px
}

.whatMakes ul li span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;

}

.banner-panel .banner-title {
}

.bannerContent {
    display: block;
    width: 100%;
    color: var(--lightcolor);
    background-clip: text;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.bannerContent .banner-title {
    font-size: 53px;
    font-weight: 700;
    text-transform: capitalize
}

.bannerContent .banner-text {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 0 2%
}

.error-notice-box {
    text-align: center;
    padding: 100px 0
}

.error-notice-box span {
    display: block;
    color: var(--textcolor);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.error-notice-box h2 {
    color: var(--darkcolor);
    font-size: 198px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px
}

.error-notice-box p {
    color: var(--textcolor);
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 35px
}

.error-notice-box a {
    display: inline-block;
    color: var(--lightcolor);
    background: var(--primarycolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 13px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15)
}

.breadcrumbs-panel {
    width: 100%;
    padding: 14px 0;
    background-color: #efefef8a
}

.breadcrumbs {
    display: flex;
    align-items: center
}

.breadcrumbs li {
    color: var(--textcolor);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize
}

.breadcrumbs a {
    color: inherit
}

.breadcrumbs li.active {
    color: var(--primarycolor)
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 9px 0 5px
}

.discover-panel {
    padding-top: 40px;
    background-color: var(--bgcolor)
}

.discover-panel .comman-title-box {
    margin-bottom: 19px
}

.discover-panel .inner-content {
    padding: 0 121px;
    text-align: center
}

.discover-panel p {
    color: var(--textcolor);
    font-size: 17px;
    font-weight: 500;
    line-height: 25px
}

.mission-panel {
    background-color: var(--bgcolor)
}

.mission-panel .comman-title {
    margin-bottom: 17px
}

.mission-panel p {
    color: var(--textcolor);
    font-size: 16px;
    margin-bottom: 29px
}

.mission-panel .box {
    padding: 20px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: #64646f33 0 7px 29px 0;
    margin-bottom: 18px
}

.mission-panel .box:last-child {
    margin-bottom: 0
}

.mission-panel .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.mission-panel .title-box img {
    width: 44px;
    object-fit: contain;
    margin-right: 20px
}

.mission-panel h3 {
    color: var(--darkcolor);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize
}

.mission-panel .box p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0
}

.mission-panel figure {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.mission-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.core-values-panel .value-box {
    padding: 25px;
    border-radius: 15px;
    background-color: #d7fff1;
    box-shadow: #64646f33 0 7px 29px 0;
    margin-bottom: 24px;
    position: relative
}

.core-values-panel h3 {
    color: var(--darkcolor);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px
}

.core-values-panel p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.core-values-panel figure {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 10px solid var(--lightcolor);
    box-shadow: #959da533 0 8px 24px;
    margin: 0 auto
}

.core-values-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.certification-panel {
    background-color: var(--bgcolor)
}

.certification-panel .certification-wrapper {
    width: 80%;
    margin: 0 auto
}

.certification-panel figure {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: #959da533 0 8px 24px;
    text-align: center;
    border-top: 2px solid var(--secondarycolor);
    overflow: hidden
}

.certification-panel img {
    height: 100px;
    object-fit: contain
}

.iso-certificate-panel figure {
    width: 100%;
    border-radius: 15px;
    box-shadow: #959da533 0 8px 24px;
    background-color: var(--lightcolor);
    padding: 5px
}

.iso-certificate-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.iso-certificate-panel .comman-title {
    margin-bottom: 20px
}

.iso-certificate-panel p {
    color: var(--textcolor);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px
}

.iso-certificate-panel p:last-child {
    margin-bottom: 0
}

.teams-panel .teams-box {
    width: 100%;
    height: 400px;
    border-radius: 15px
}

.teams-panel a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden
}

.teams-panel a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(181.78deg, #0000 47.87%, #000c 81.02%);
    z-index: 1
}

.teams-panel figure {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden
}

.teams-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all .4s ease-in-out
}

.teams-panel .teams-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-18px);
    text-align: center;
    transition: all .3s ease-in-out;
    z-index: 2
}

.teams-panel h3 {
    color: var(--lightcolor);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.teams-panel p {
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.teams-panel a:hover img {
    transform: scale(1.1)
}

.teams-panel a:hover .teams-info {
}

.trackrecord-panel {
    background-color: var(--bgcolor)
}

.trackrecord-panel .record-box {
    text-align: center
}

.trackrecord-panel h3 {
    color: var(--darkcolor);
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px
}

.trackrecord-panel p {
    color: #000000ad;
    font-size: 15px;
    padding: 0 69px
}

.schedule-panel .comman-title-box {
    margin-bottom: 23px
}

.schedule-panel .schedule-note {
    text-align: center;
    padding: 0 138px
}

.schedule-panel p {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.schedule-panel .comman-btn {
    margin-top: 30px
}

.form-wrapper {
    padding: 15px;
    border-radius: 15px;
    box-shadow: #64646f33 0 7px 29px 0
}

.form-box {
    padding: 40px 18px 40px 30px;
    height: 100%;
    align-content: center;
    border-radius: 0 15px 15px 0
}

.form-control::placeholder {
    opacity: .5;
    color: #000
}

.form-box textarea::placeholder {
    opacity: .5;
    color: #000
}

.form-box h2 {
    color: var(--darkcolor);
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 28px
}

.form-box .input-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.form-box label {
    color: var(--darkcolor);
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 15px
}

.form-control {
    color: var(--textcolor);
    font-size: 16px;
    padding: 10px 15px;
    outline: none
}

.form-control::placeholder {
    color: var(--darkcolor)
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primarycolor)
}

.form-box .submit-btn-box {
    text-align: center;
    margin-top: 32px
}

.form-box .submit-btn {
    color: var(--lightcolor);
    background: var(--buttoncolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 11px 33px;
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000026
}

.contact-info-box {
    padding: 40px;
    background-color: var(--secondarycolor);
    height: 100%;
    border-radius: 15px 0 0 15px
}

.contact-info-box h1 {
    color: var(--lightcolor);
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px
}

.contact-info-box i {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    color: var(--secondarycolor);
    background-color: var(--lightcolor);
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    margin-right: 18px
}

.contact-info-box ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff54;
    padding: 20px 0
}

.contact-info-box ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.contact-info-box .info-box {
    width: 80%
}

.contact-info-box h3 {
    color: var(--lightcolor);
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px
}

.contact-info-box a {
    color: var(--lightcolor);
    font-size: 15px;
    font-weight: 500
}

.map-panel {
    padding-top: 0!important
}

.map-panel .map-box {
    width: 100%;
    height: 430px;
    border-radius: 15px;
    box-shadow: #64646f33 0 7px 29px 0
}

.map-panel iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.servicedetails-panel {
    padding-bottom: 30px
}

.servicescontent-box .featured-img {
    width: 100%;
    height: 568px;
    border-radius: 15px;
    margin: 0;
    margin-bottom: 34px
}

.servicescontent-box img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.servicescontent-box .title-1 {
    color: var(--primarycolor);
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px
}

.servicescontent-box .title-2 {
    color: var(--darkcolor);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 28px 0 13px
}

.servicescontent-box .title-3 {
    color: var(--darkcolor);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 25px 0 13px
}

.servicescontent-box p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px
}

.servicescontent-box ul {
    padding-left: 17px;
    margin: 28px 0 12px
}

.servicescontent-box li {
    color: var(--textcolor);
    font-size: 16px;
    margin-bottom: 8px;
    list-style: disc
}

.servicescontent-box li::marker {
    color: var(--secondarycolor)
}

.servicescontent-box .img-box {
    width: 100%;
    height: 476px;
    display: flex;
    column-gap: 18px;
    border-radius: 15px;
    margin: 35px 0
}

.servicescontent-box .img-box figure {
    width: 50%;
    height: 100%;
    border-radius: 15px;
    margin: 0!important;
    border: none
}

.servicescontent-box .custom-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px
}

.servicescontent-box .custom-list li {
    width: 24%;
    list-style: none;
    border: 1px solid var(--secondarycolor);
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff,var(--lightcolor)) , linear-gradient(90deg,#0057ff,#ff3b30);
    background-origin: border-box;
    background-clip: padding-box , border-box
}

.servicescontent-box .custom-list li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px
}

.servicescontent-box .custom-list br {
    display: none
}

.servicescontent-box .video-box {
    width: 100%;
    height: 520px;
    border: 1px solid #000;
    border-radius: 15px;
    margin: 30px 0
}

.servicescontent-box video,.servicescontent-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.servicescontent-box .nav {
    border: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0
}

.postcontent-box {
    padding: 20px;
    background-color: var(--lightcolor);
    box-shadow: #64646f33 0 7px 29px 0;
    border-radius: 15px
}

.postcontent-box figure {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 28px 0
}

.postcontent-box .featured-image {
    width: 100%;
    height: 450px;
    border-radius: 15px 15px 0 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 24px
}

.postcontent-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.postcontent-box .post-meta {
    margin-bottom: 24px
}

.postcontent-box .post-meta span {
    display: inline-block;
    font-size: 16px;
    color: #111827bd;
    font-weight: 600;
    margin-right: 8px
}

.postcontent-box .post-meta a {
    color: #111827bd
}

.postcontent-box .post-meta i {
    color: var(--secondarycolor);
    font-size: 17px;
    margin-right: 2px
}

.postcontent-box .post-title1 {
    color: var(--primarycolor);
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px
}

.postcontent-box .post-title2 {
    color: var(--darkcolor);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 27px 0 16px
}

.postcontent-box .post-title3 {
    color: var(--darkcolor);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 27px 0 16px
}

.postcontent-box p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px
}

.postcontent-box .inner-img {
    width: 100%;
    height: 360px;
    border-radius: 15px
}

.postcontent-box .mobile-visible {
    display: none
}

.sidebar-widgets form {
    margin-top: 27px
}

.postcontent-box .list {
    padding-left: 17px
}

.postcontent-box .list li {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 15px;
    list-style: disc
}

.postcontent-box .list li::marker {
    color: var(--secondarycolor)
}

.sidebar-widgets {
    width: 100%;
    position: sticky;
    top: 81px;
    right: 0
}

.sidebar-widgets .widgets {
    padding: 20px 15px;
    border-radius: 15px;
    background-color: var(--bgcolor);
    box-shadow: #64646f33 0 7px 29px 0;
    margin-bottom: 20px
}

.sidebar-widgets .widgets:last-child {
    margin-bottom: 0
}

.sidebar-widgets .sidebar-title {
    color: var(--darkcolor);
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px
}

.sidebar-widgets .search-bar .input-box {
    margin: 0
}

.sidebar-widgets .search-bar input {
    width: 100%;
    color: var(--darkcolor);
    font-size: 15px;
    padding: 11px 15px;
    border-radius: 4px;
    border: 1px solid #3f3f3f59;
    outline: none
}

.sidebar-widgets i {
    color: gray;
    font-size: 16px
}

.sidebar-widgets .search-bar button {
    background-color: transparent;
    color: var(--primarycolor);
    margin-left: -36px
}

.sidebar-widgets button i {
    color: var(--primarycolor);
    font-size: 16px
}

.sidebar-widgets .post-category-list a {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500
}

.sidebar-widgets .post-category-list li {
    margin-bottom: 15px
}

.sidebar-widgets .post-category-list li:last-child {
    margin-bottom: 0
}

.sidebar-widgets .post-category-list a:hover {
    color: var(--primarycolor)
}

.sidebar-widgets .post-category-list span {
    width: 23px;
    height: 23px;
    border-radius: 6px;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out
}

.sidebar-widgets .post-category-list a:hover span {
    background-color: var(--primarycolor)
}

.sidebar-widgets .post-list li {
    display: flex;
    align-items: center
}

.sidebar-widgets li {
    margin-bottom: 16px
}

.sidebar-widgets li:last-child {
    margin-bottom: 0
}

.sidebar-widgets img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px
}

.sidebar-widgets p {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all .5s ease-in-out
}

.sidebar-widgets .post-date {
    color: var(--textcolor);
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0
}

.sidebar-widgets .input-box {
    margin-bottom: 15px;
    display: flex
}

.sidebar-widgets .form-control {
    padding: 9px 12px;
    font-size: 15px
}

.sidebar-widgets .submit-btn-box {
    text-align: center;
    margin-top: 10px
}

.keywordCloud {
    padding: 20px 15px
}

.keywordCloud .cloudTitle {
    font-size: 16px;
    font-weight: 600;
    font-family: 'poppinsbold';
    margin-bottom: 12px;
    color: #000
}

.cloudTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px
}

.keywordCloud span {
    display: none
}

.cloudTags a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: #f5f5f5;
    border-radius: 20px;
    text-decoration: none;
    transition: .3s ease;
    border: 1px solid #e5e5e5
}

.cloudTags a:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.postlist-panel .post-box {
    margin-bottom: 24px
}

.custom-post-box p {
    font-size: 15px;
    height: 45px
}

.custom-post-box .tag {
    font-size: 13px
}

.portfoliogallery-panel {
    padding-bottom: 20px
}

.comman-tab .nav {
    justify-content: center;
    border: none
}

.comman-tab .nav-item {
    margin: 0 6px 10px
}

.comman-tab .nav-link {
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 26px;
    border: 1px solid var(--secondarycolor);
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.comman-tab .nav-link:hover {
    color: var(--lightcolor);
    background: var(--secondarycolor)
}

.comman-tab .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--lightcolor);
    border-color: var(--secondarycolor);
    background: var(--secondarycolor)
}

.portfoliogallery-panel .portfolio-gallery {
    margin-top: 35px
}

@keyframes move {
    0% {
        transform: translate(-50%, -50%) translateY(10px)
    }

    100% {
        transform: translate(-50%, -50%) translateY(-10px)
    }
}

@keyframes move2 {
    0% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(3px)
    }
}

@keyframes shine {
    0% {
        left: -75%
    }

    100% {
        left: 125%
    }
}

@keyframes heartbeats {
    from {
        width: 60px;
        height: 60px;
        opacity: .9
    }

    to {
        width: 135px;
        height: 135px;
        opacity: 0
    }
}

@keyframes heartbeats2 {
    from {
        width: 15px;
        height: 15px;
        opacity: .9
    }

    to {
        width: 19px;
        height: 19px;
        opacity: 1
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes pluse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #25d366b3
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px #25d36600
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #25d36600
    }
}

.modal {
    z-index: 999999999999
}

.modal-header {
    padding: 10px 15px
}

.modal-title {
    color: var(--primarycolor);
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize
}

.modal-title span {
    color: var(--secondarycolor)
}

.modal-content {
    border: none;
    box-shadow: #64646f33 0 7px 29px 0
}

.modal .btn-close {
    width: 24px;
    height: 24px;
    background-image: none;
    color: var(--lightcolor);
    background: var(--buttoncolor);
    font-size: 12px;
    padding: 0;
    margin-right: 0;
    text-align: center;
    align-content: center;
    opacity: 1;
    transition: all .5s ease-in-out
}

.modal .btn-close:focus {
    box-shadow: none
}

.modal .form-control {
    font-size: 15px;
    border-color: #dbdddf
}

.modal .input-box {
    margin-bottom: 18px
}

.modal .submit-btn-box {
    text-align: center;
    margin-top: 28px
}

.modal .comman-btn {
    font-size: 15px;
    padding: 11px 30px
}

.services-box {
    width: 100%;
    box-shadow: #959da533 0 8px 24px;
    border-radius: 15px;
    margin-bottom: 24px
}

.services-box figure {
    width: 100%;
    height: 255px;
    border-radius: 15px 15px 0 0
}

.services-box figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden
}

.services-box img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all .4s ease-in-out
}

.services-box:hover img {
    transform: scale(1.1)
}

.services-box .description-box {
    padding: 15px 15px 25px
}

.services-box h2 {
    color: var(--darkcolor);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.services-box h2::first-letter {
    text-transform: capitalize
}

.services-box h2 a {
    color: var(--darkcolor);
    transition: all .4s ease-in-out
}

.services-box h2:hover a {
    color: var(--secondarycolor)
}

.services-box p {
    color: var(--textcolor);
    font-size: 17px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.services-box p::first-letter {
    text-transform: capitalize
}

.case-study-details {
    padding: 40px 0
}

.case-study-details figure {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    box-shadow: #959da533 0 8px 24px;
    margin-bottom: 37px
}

.case-study-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: #64646f33 0 7px 29px 0;
    margin: 22px 0 15px
}

.case-study-details figure img {
    border-radius: inherit;
    box-shadow: none;
    margin: 0
}

.case-study-details .heading1 {
    color: var(--primarycolor);
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 22px
}

.case-study-details .heading2 {
    color: var(--darkcolor);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 27px 0 15px
}

.case-study-details p {
    color: var(--textcolor);
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 17px
}

.case-study-details strong:not(p strong) {
    display: block;
    font-size: 17px;
    margin: 15px 0
}

.case-study-details ul {
    margin: 21px 0 15px
}

.case-study-details li {
    color: var(--textcolor);
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px
}

.case-study-details li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--primarycolor)
}

.result-img-container {
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center
}

.result-img-container img {
    max-width: 100%;
    object-fit: contain
}

.result-img-container .logo {
    margin-top: 16px;
    background: var(--lightcolor);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px #00000014;
    text-align: center
}

.result-img-container .logo img {
    width: 156px
}

.result-img-container p {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 500
}

.results-data p {
    font-size: 16px;
    margin-bottom: 15px
}

.results-data .table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: #64646f33 0 7px 29px 0;
    background-color: var(--lightcolor);
    margin-bottom: 0
}

.results-data thead {
    background: var(--primarycolor);
    font-size: 16px
}

.results-data thead th {
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent
}

.results-data th,.results-data td {
    padding: 14px;
    font-size: 15px;
    font-weight: 500
}

.results-data .table>tbody>tr:nth-of-type(even) td {
    background-color: #f3f3f3!important
}

.result-container {
    margin-bottom: 24px
}

.servce-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px
}

.servce-container .country-box {
    display: flex;
    align-items: center;
    border: 1px solid #4c92ff;
    border-radius: 5px;
    padding: 9px 12px
}

.servce-container img {
    width: 19px;
    height: 19px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 8px
}

.servce-container span {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.reviewSlider {
    display: flex;
    gap: 8px
}

.review-panel .logos {
    width: 100%;
    height: auto
}

.keywordCloud {
    padding: 20px 142px
}

.keywordCloud h6 {
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px
}

.keywordCloud a {
    display: inline-block;
    color: var(--textcolor);
    font-size: 16px;
    margin-right: 2px;
    margin-bottom: 3px
}

.postcontent-box .post-title1 {
    color: var(--primarycolor);
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px
}

.postcontent-box .imgContent ul li {
    background-size: 15px;
    padding-left: 24px
}

.postcontent-box h1 {
    color: var(--primarycolor);
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px
}

.postcontent-box p {
    color: var(--textcolor);
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px
}

.postcontent-box h3,.postcontent-box h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 18px
}

.wmsscover {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0
}

.wmsscover .width-50 {
    width: 48.6%;
    border: 1px solid #d5dfe5;
    border-radius: 15px;
    flex-grow: 1
}

.wmssinn {
    padding: 20px 18px
}

.wmsshd {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #d5dfe5;
    padding-bottom: 13px;
    margin-bottom: 18px
}

.wmsshd .wmstitle {
    font-size: 28px;
    line-height: 38px;
    width: 70%;
    margin-bottom: 0
}

.wmsshd .wmstitle span {
    font-size: 28px;
    color: #949494;
    display: block
}

.wmsshd img {
    max-width: 63px;
    max-height: 63px;
    object-fit: contain;
    border-radius: none;
    margin-left: auto
}

.wmsshd img {
    max-width: 54px;
    max-height: 54px
}

.wmssinn p {
    margin-bottom: 0;
    line-height: 27px
}

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

.anlyticRetsImg {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.15) 0 5px 15px 0
}

.alytDesktop {
    display: block
}

.alytMobile {
    display: none
}

.wmsscover .width-33 {
    width: 31%;
    border: 1px solid #d5dfe5;
    flex-grow: 1;
    border-radius: 15px
}

.keySeoResult .wmssinn {
    padding: 15px;
    border-radius: 15px
}

.keySeoResult .wmssinn .wmsshd img {
    margin-left: 0
}

.keySeoResult .wmsshd .wmstitle {
    width: 78%
}

.keySeoResult .wmstitle {
    font-size: 19px;
    line-height: 25px;
    color: #000;
    display: inline-block;
    padding-left: 12px;
    margin-top: 0
}

.mt-40 {
    margin-top: 40px
}

.imgContent {
    padding-top: 10px;
    margin-bottom: 30px
}

.imgContent .imgContentInn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px
}

.imgContent p strong {
    display: inline-block;
    margin-bottom: 12px
}

.postcontent-box ul li {
    line-height: 21px;
    font-size: 17px;
    margin-bottom: 15px;
    color: #444
}

.postsdetail-panel .postcontent-box ul li {
    background: url(../images/xdot.png.pagespeed.ic.7Xh83L0jNL.png) 0 5px no-repeat;
    background-size: 15px;
    padding-left: 24px
}

.imgCtp {
    width: 48%
}

.mr-2 {
    margin-right: 3%
}

.ml-2 {
    margin-left: 3%
}

.imgCtimg {
    width: 48%;
    margin-bottom: 10px
}

.imgCtimg img {
    max-width: 100%;
    border: 1px solid #9ca2ab;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.indutriesBox {
    text-align: center
}

.indutriesBox a {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px 10px;
    border: 1.3px dotted #104ea9;
    border-radius: 6px
}

.postcontent-box .seocheckout {
    margin-top: 28px;
    margin-bottom: 15px
}

.soKeyword li {
    background: #f5f5f5!important;
    list-style: none;
    padding: 11px 10px;
    display: flex;
    justify-content: space-between!important;
    line-height: 21px;
    font-size: 17px;
    margin-bottom: 6px;
    color: #444;
    background: url(images/dot.png) 0 5px no-repeat;
    padding-left: 20px
}

.anlyticResult {
    margin-top: 40px
}

.mt-50 {
    margin-top: 40px
}

.videoCover {
    height: 100%;
    overflow-x: hidden;
    text-align: center;
    margin-top: 40px
}

.indutriesBox {
    text-align: center;
    margin-top: 26px
}

.whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.support-box {
    display: none
}

@media (max-width: 992px) {
    .error-notice-box {
        padding:80px 0
    }

    .error-notice-box h2 {
        font-size: 180px
    }
}

@media (max-width: 768px) {
    .error-notice-box {
        padding:50px 0
    }

    .error-notice-box h2 {
        font-size: 148px;
        margin-bottom: 0
    }

    .error-notice-box p {
        font-size: 16px;
        margin-bottom: 27px
    }

    .error-notice-box p br {
        display: none
    }

    .error-notice-box a {
        font-size: 15px
    }
}

.indutriesBox a {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px 3px;
    border: 1.3px dotted #104ea9;
    border-radius: 6px
}

.fancy-button {
    display: inline-block;
    color: var(--lightcolor)!important;
    background: var(--buttoncolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000026;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
    margin: 0 4px 8px
}

.ftlinect {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px
}

.videoCover {
    margin-top: 30px
}

.videoCover .csslider video {
    border: 1px solid gray;
    border-radius: 15px 15px 0 0
}

.soKeyword li {
    background: #f5f5f5!important;
    list-style: none;
    padding: 12px 10px!important;
    display: flex;
    justify-content: space-between!important;
    font-size: 18px!important;
    margin-bottom: 6px;
    color: var(--text-color);
    line-height: normal;
    background-image: none;
    font-family: inherit
}

.sidebar-widgets .sidebar-title {
    line-height: 31px
}

.relatedPost .services-box h2 a {
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 53px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.relatedPost .services-box .description-box {
    padding: 18px
}

.relatedPost .services-box h2 a {
    font-size: 17px
}

.relatedPost .services-box h2 {
    margin-bottom: 0
}

b,strong {
    font-family: "Open Sans",sans-serif
}

.mt-50 {
    margin-top: 42px
}

.csslider>ul>li {
    padding-left: 0!important
}

.sidebar-widgets .sidebar-title {
    line-height: 32px
}

.keywordCloud {
    padding: 20px 142px
}

.footer .iso-box img {
    width: auto
}

.footer .rated-box img {
    width: auto
}

.keySeoResult p,.wmssinn p {
    margin-bottom: 0!important
}

.imgContent p strong {
    font-size: 18px;
    margin-bottom: 13px
}

.postcontent-box .imgContent ul li {
    background-size: 15px;
    padding-left: 24px
}

.services-box h2 {
    color: var(--darkcolor);
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 0;
    margin-bottom: 15px
}

.services-box figure {
    width: 100%;
    height: 210px;
    border-radius: 15px 15px 0 0
}

.services-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all .4s ease-in-out
}

.services-box p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.bannerContent .banner-title {
    display: block;
    font-size: 50px;
    margin-bottom: 5px
}

.bannerContent .banner-text {
    font-size: 20px
}

.post-box h3 {
    margin-bottom: 12px
}

.whatMakes h2 {
    margin-top: 35px
}

.whatMakes {
    margin-bottom: 0
}

.services-box h2 {
    margin-top: 0
}

.ourWorkBox ul,.servicedetails-panel .ourWorkBox ul {
    padding-bottom: 0
}

.services-box .description-box {
    min-height: unset
}

.services-box img {
    object-fit: cover
}

video {
    height: revert-layer
}

@media (max-width: 1380px) {
    .custom-post-box h3 {
        font-size:15px;
        line-height: 23px;
        margin-bottom: 12px;
        height: 46px
    }

    .services-box figure {
        height: 185px
    }

    .services-box h2 {
        font-size: 18px;
        margin-bottom: 12px;
        height: 27px
    }

    .servicedetails-panel h3 {
        margin: 25px 0 13px
    }

    .servicedetails-panel .servicescontent-box ul {
        padding-bottom: 10px
    }

    .services-box .description-box {
        padding-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .custom-post-box h3 {
        font-size:18px;
        height: 53px;
        line-height: 27px;
        margin-bottom: 12px
    }

    .services-box figure {
        height: 233px
    }

    .services-box h2 {
        font-size: 21px;
        margin-bottom: 16px;
        height: 29px
    }

    .whatMakes ul li span {
        font-size: 17px
    }
}

@media (max-width: 992px) {
    .custom-post-box h3 {
        font-size:16px;
        line-height: 25px;
        height: 48px
    }

    .services-box h2 {
        font-size: 19px;
        margin-bottom: 12px;
        height: 27px
    }

    .services-box figure {
        height: 174px
    }

    .services-box .description-box {
        padding: 15px 12px 20px
    }

    .services-box h2 {
        font-size: 19px;
        margin-bottom: 12px;
        height: 27px
    }
}

@media (max-width: 768px) {
    .custom-post-box h3 {
        line-height:26px;
        height: 50px
    }

    .services-box figure {
        height: 166px
    }

    .csslider>.navigation {
        left: 30%
    }

    .csslider {
        margin-left: 0;
        font-family: 'Open Sans'
    }

    .keywordCloud {
        padding: 20px 12px
    }

    body {
        padding-bottom: 44px
    }
}

.services-box h2 {
    color: var(--darkcolor);
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 0;
    margin-bottom: 15px
}

.services-box figure {
    width: 100%;
    height: 210px;
    border-radius: 15px 15px 0 0
}

.services-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all .4s ease-in-out
}

.services-box p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.bannerContent .banner-title {
    display: block;
    font-size: 50px;
    margin-bottom: 5px
}

.bannerContent .banner-text {
    font-size: 20px
}

.post-box h3 {
    margin-bottom: 12px
}

.whatMakes h2 {
    margin-top: 35px
}

.whatMakes {
    margin-bottom: 0
}

.services-box h2 {
    margin-top: 0
}

.ourWorkBox ul,.servicedetails-panel .ourWorkBox ul {
    padding-bottom: 0
}

.services-box .description-box {
    min-height: unset
}

.services-box img {
    object-fit: cover
}

video {
    height: revert-layer
}

.postcontent-box .imgContent ul li {
    background-size: 15px;
    padding-left: 24px
}

.servicedetails-panel h2 {
    margin-bottom: 18px
}

.servicescontent-box .title-3 {
    font-size: 26px;
    margin: 25px 0 18px
}

.servicescontent-box p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 22px
}

.imgCtimg {
    height: 100%
}

.imgCtimg img {
    margin: 0
}

.boxesLayout {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.boxs-33 {
    width: 32.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0
}

.boxesLayout h4 {
    font-size: 23px;
    line-height: 30px;
    font-family: 'poppinsbold';
    color: #212121;
    margin-top: 32px;
    margin-bottom: 12px
}

.servicescontent-box .boxesLayout p {
    line-height: 24px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    color: #444
}

.servicescontent-box .title-3 {
    margin-bottom: 30px
}

.boxesLayoutFullShadow {
    display: flex;
    gap: 22px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 4px 4px 10px #0000001a;
    overflow: hidden
}

.boxlayShadow {
    background: #fff;
    border-radius: 12px;
    padding: 0 14px;
    box-shadow: 0px 0px 15px 6px #0000001a;
    height: 100%;
    text-align: center
}

.blfsImg {
    width: 52%
}

.blfsText {
    width: 48%;
    padding: 20px
}

.servicedetails-panel h2 {
    color: var(--darkcolor);
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 18px
}

.servicescontent-box .title-3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 18px
}

.boxesLayout {
    margin: 34px 0
}

.boxlayShadow {
    padding: 20px
}

.hrBoxImgText {
    margin-top: 25px
}

.allPartyIcon {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 20px
}

.apIcon {
    float: left;
    vertical-align: top;
    width: 20%
}

.apIcon img {
    margin: 10px 5%;
    width: 90%
}

.fmWithContent {
    display: flex
}

.width-50 {
    width: 50%
}

.mt-3 {
    margin-top: 30px
}

.spic {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.innerimgresponsive {
    width: 100%
}

.manyBoxes .card-wrap:nth-child(1n) {
    border-color: #3e88a8
}

.manyBoxes .card-wrap {
    border: 1px solid #e3e3e3!important;
    transform-style: preserve-3d;
    background: linear-gradient(0deg,#e9e9e9 0%,#fff 100%);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    border-radius: 32px;
    padding: 25px
}

.manyBoxes .card-wrap h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px
}

.corporatecontent p {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    color: #444
}

@media (max-width: 1380px) {
    .custom-post-box h3 {
        font-size:15px;
        line-height: 23px;
        margin-bottom: 12px;
        height: 46px
    }

    .services-box figure {
        height: 185px
    }

    .services-box h2 {
        font-size: 18px;
        margin-bottom: 12px;
        height: 27px
    }

    .servicedetails-panel h3 {
        margin: 25px 0 13px
    }

    .servicedetails-panel .servicescontent-box ul {
        padding-bottom: 10px
    }

    .services-box .description-box {
        padding-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .custom-post-box h3 {
        font-size:18px;
        height: 53px;
        line-height: 27px;
        margin-bottom: 12px
    }

    .services-box figure {
        height: 233px
    }

    .services-box h2 {
        font-size: 21px;
        margin-bottom: 16px;
        height: 29px
    }

    .whatMakes ul li span {
        font-size: 17px
    }
}

@media (max-width: 992px) {
    .custom-post-box h3 {
        font-size:16px;
        line-height: 25px;
        height: 48px
    }

    .services-box h2 {
        font-size: 19px;
        margin-bottom: 12px;
        height: 27px
    }

    .services-box figure {
        height: 174px
    }

    .services-box .description-box {
        padding: 15px 12px 20px
    }

    .services-box h2 {
        font-size: 19px;
        margin-bottom: 12px;
        height: 27px
    }

    .fmWithContent {
        flex-direction: column
    }

    .width-50 {
        width: 100%
    }

    .spic {
        float: none
    }
}

@media (max-width: 768px) {
    .custom-post-box h3 {
        line-height:26px;
        height: 50px
    }

    .services-box figure {
        height: 166px
    }

    .csslider>.navigation {
        left: 30%
    }

    .csslider {
        margin-left: 0;
        font-family: 'Open Sans'
    }

    .keywordCloud {
        padding: 20px 12px
    }

    body {
        padding-bottom: 44px
    }

    .csslider>.navigation {
        left: 30%
    }

    .csslider {
        margin-left: 0;
        font-family: 'Open Sans'
    }

    .breadcrumbs {
        display: block
    }

    .breadcrumbs li {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 2px
    }

    .breadcrumbs span {
        margin: 0 2px 0 0
    }
}

.vdPage {
    margin-top: 20px
}

.videoThumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: transform .3s ease;
    height: 380px;
    margin-bottom: 20px
}

.videoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0
}

.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 56px;
    color: rgba(255,255,255,.85);
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    pointer-events: none;
    user-select: none
}
