@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #0093d5;
}
.scroll-invisible::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #f5f5f500;
    border-radius: 0px;
}

.scroll-invisible::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500;
}

.scroll-invisible::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #0091d500;
}
body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

body,h1,h2,h3,h4,h5,h6,p,a,li,span,strong,input,label {
    font-family: "Roboto",sans-serif;
}

/* headings */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
    margin: 0;
    padding: 0;
}

p {
    line-height: normal;
    padding: 0;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #fff;
    display: block;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:focus {
    outline: none;
    text-decoration: none;
}

figure {
    margin: 0
}

img {
    border: 0px;
    outline: none;
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px
}

ul,li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/*global css*/
body {
    background: #fff;
   
}

.dots-bg{
    background: url(../images/dot-bg.png);
    background-repeat: repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.c-white {
    color: #fff
}

.c-dark {
    color: #000
}

.c-pink {
    color: #e2006e;
}

.c-blue {
    color: #0087cd;
}

.main-heading {
    font-family: 'Antonio';
    font-weight: 300;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    color: #2e2e2e;
    width: 75%;
    margin: auto;
    padding: 20px 0;
}

.main-pera {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    color: #646464;
    width: 80%;
    margin: auto;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.thankyou-sec {
    text-align: center;
    height: 100vh;
    display: flex;
    background: #000;
}

.thankyou-sec .container {
    align-self: center;
}

.thankyou-sec h4 {
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1.4px;
}

.thankyou-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 10px 0;
}

.btn-wrap {
    gap: 10px;
}


.btn-size {
    border-radius: 115px;
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 15px 24px;
    transition: transform ease-in 0.1s,box-shadow ease-in 0.25s;
    position: relative;
}

.btn-pink {
    background: linear-gradient(143deg,#e6007b 0%,#cf0032 100%);
}

.btn-blue {
    background: radial-gradient(73.25% 108.91% at 28.11% 19.97%,rgb(0,170,230) 0%,rgb(0,114,189) 84.25999879837036%);
}

.btn-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.btn-circle i {
    font-size: 25px;
}

.btn-circle:hover {
    animation: trin 1.5s infinite;
}

.btn-size:before,.btn-size:after {
    position: absolute;
    content: '';
    display: none;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
    z-index: 1
}

.btn-size:before {
    top: -75%;
    background-image: radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,transparent 20%,#ff0081 20%,transparent 30%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,transparent 10%,#ff0081 15%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%);
    background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
    background-position: 0% 80%,-5% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,85% 30%;
}

.btn-size:after {
    bottom: -75%;
    background-image: radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,transparent 10%,#ff0081 15%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%),radial-gradient(circle,#ff0081 20%,transparent 20%);
    background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
}

.btn-size:hover:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s infinite forwards;
}

.btn-size:hover:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s infinite forwards;
}

header {
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 999999;
}

header .container {
    background: #f2f2f2;
    border: 1px solid #c3c3c3;
    border-radius: 115px;
    backdrop-filter: blur(1px);
    padding-top: 10px;
    padding-bottom: 10px;
}

header a.logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

header ul.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

header ul.header-menu li.item a {
    font-family: 'Antonio';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #4a4a4a;
}
.custom_cls {
    width: 90%;
    margin: 0 auto;
}
.header_main_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
}
header ul.header-menu li.item a img {
    margin-left: 3px;
}

header ul.header-menu li.item a:hover {
    color: #0095d6;
}

header a.logo-wrap img.logo-gif {
    border-radius: 115px;
    width: 60px;
    height: 60px;
    background: #2e2e2e;
}
.home-banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
}

/*.home-banner:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(../images/banner-logo-elemnet.png);*/
/*    width: 340px;*/
/*    height: 340px;*/
/*    right: 110px;*/
/*    bottom: -30px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*    animation: rotate-360 5s infinite alternate;*/
/*}*/

.home-banner .text {
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.home-banner .text:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-logo-elemnet.png);
    width: 340px;
    height: 380px;
    left: -70px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    animation: rotate-360 5s infinite alternate;
}

.home-banner h1 {
}

.word {
    position: absolute;
    width: 220px;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55,0.055,0.675,0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175,0.885,0.32,1.275);
}

.home-banner .text h2 {
    font-family: 'Antonio';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.home-banner .text h1 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 150px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.home-banner .text h3 {
    margin-bottom: 100px;
}

.home-banner .text h3 span.word {
    text-align: center;
    width: max-content;
    display: inline-block;
    font-family: 'Antonio';
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.home-banner .text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
    width: 60%;
    margin: auto;
}

.home-banner .text img {
    margin: 20px 0 30px;
    filter: invert(1);
}

.home-banner .text p.para-sm {
    font-size: 16px;
    line-height: 1;
}

.video-sec {
    position: relative;
    width: 100%;
    max-width: 80%;
    height: 0;
    padding-bottom: 30%;
    margin: 100px auto;
}

.video-sec .masked-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('../images/home-banner-video-poster.png');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.video-sec video,
.video-sec img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.video-sec video {
    object-fit: cover;
}
.icon-box {
    padding: 60px 0;
}

.icon-box .head-box-wrap {
    background: radial-gradient(71.3% 106% at 19.84% 26.97%,rgb(73,73,73) 0%,rgb(40,40,40) 84.25999879837036%);
    border-radius: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    margin-left: 50px;
}
.icon-box .head-box-wrap h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    width: 80%;
}

.icon-box .box-wrap {
    height: 100%;
    border-radius: 18px;
    background: #ececec;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.icon-box .box-wrap img {
}

.icon-box .box-wrap h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #282828;
    padding: 15px 0;
}

.icon-box .box-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #868686;
}

.icon-box .head-box-wrap:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: radial-gradient(71.3% 106% at 19.84% 26.97%,rgb(73,73,73) 0%,rgb(40,40,40) 84.25999879837036%);
    border-radius: 8px;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    z-index: -1;
    transform: rotate(45deg);
}

.home-services {
    padding: 60px 0;
    position: relative;
    background: rgba(255,255,255,0.4);
}

.sm-head {
    background: linear-gradient(143deg,#e6007b 0%,#cf0032 100%);
    border-radius: 115px;
    width: max-content;
    margin: auto;
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
}

.main-heading span {
    font-weight: 700;
    background: linear-gradient(180deg,#00a5e2 0%,#0072bd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Antonio';
}

.main-heading strong {
    font-weight: 700;
    color: #1f1f1f;
    font-family: 'Antonio';
}

.serives-wraper {
}

.serives-wraper .img-wraper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    animation-duration: 2s;
    margin: 30px 0;
}

.serives-wraper .img-wraper .head-img {
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    background: #54b6fd;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
    border-radius: 13px 0px 15px 0px;
}

.serives-wraper .img-wraper .head-img h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 15px 5px 15px;
}

.serives-wraper .img-wraper img {
    width: 100%;
    border-radius: 15px;
}

.serives-wraper .img-wraper:before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.44);
    /*backdrop-filter: blur(2px);*/
    width: 100%;
    height: 100%;
    z-index: 1;
}

.serives-wraper .img-wraper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
}

.serives-wraper .img-wraper a:before {
    content: 'View Project';
    background-color: #ffffff10;
    position: absolute;
    width: 130px;
    height: 50px;
    z-index: 22;
    bottom: 20px;
    right: 10px;
    line-height: 45px;
    text-align: center;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border: 1px solid rgb(255 255 255 / 10%);
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%);
    color: #ffffffe0;
    transition: all .5s ease-in-out;
    background: url(../images/view-project-btn.png);
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.serives-wraper .img-wraper:hover a:before {
    content: '';
    background: url(../images/view-project-btn.png);
    width: 150px;
    height: 150px;
    bottom: calc(50% - 75px);
    right: calc(50% - 75px);
    border-radius: 50%;
    background-position: bottom right;
    border: 1px solid #baf40000;
    background-size: 150px;
    transition: all .5s ease-in-out;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 169px 70px #00000000;
    cursor: pointer;
    pointer-events: none;
    animation: pulse-animation 2s infinite;
}

.serives-wraper .content-wraper {
    margin: 30px 0;
}

.serives-wraper .content-wraper p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #2e2e2e;
    font-family: 'Antonio';
    margin-bottom: 20px
}

.serives-wraper .content-wraper h3 {
    font-weight: 700;
    font-size: 40px;
    font-family: 'Antonio';
    line-height: 45px;
    text-transform: capitalize;
    color: #2e2e2e;
}

.serives-wraper ul.btn-wraper {
    flex-wrap: wrap;
    gap: 10px;
    width: 80%
}

.serives-wraper ul.btn-wraper li {
}

.serives-wraper ul.btn-wraper li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    border: 1px dashed #848484;
    border-radius: 98px;
    padding: 15px 20px;
    transition: all ease-in-out 300ms;
}

.serives-wraper ul.btn-wraper li a:hover {
    background: linear-gradient(180deg,#00a5e2 0%,#0072bd 100%);
    color: #fff;
    border-color: #00a5e2;
    box-shadow: 0px 37px 20px -20px rgba(0,0,0,0.2);
    transform: translate(0px,-10px) scale(1.1);
}

.head-img:before {
    position: absolute;
    content: '';
    background: url(../images/lefttop-shapes.svg);
    width: 25px;
    height: 25px;
    top: 0px;
    right: -25px;
    background-size: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.head-img:after {
    position: absolute;
    content: '';
    background: url(../images/lefttop-shapes.svg);
    width: 25px;
    height: 25px;
    bottom: -25px;
    left: 0;
    background-size: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.cta-one {
    position: relative;
    height: 346px;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

.cta-one svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-one svg .lft-content {
    z-index: 1;
    position: relative;
}

.cta-one .lft-content {
    position: relative;
    text-align: right;
    padding-right: 30px;
    margin-right: 10px;
}

.cta-one .lft-content .main-heading {
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    text-align: end;
    width: 100%;
    line-height: 1;
    padding: 0;
}

.cta-one .lft-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    margin: 20px 0;
}

.cta-one h4 {
    font-family: 'Antonio';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.cta-one h4 .c-blue {
    font-weight: 700;
    background: linear-gradient(180deg,#00a0df 0%,#0072bd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cta-one .lft-content:before {
    content: '';
    position: absolute;
    background: #3e3e3e;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cta-one .img-wrap {
}

.cta-one .img-wrap img {
    position: absolute;
    right: 150px;
    top: -60px;
}

.protfolio-sec {
    position: relative;
    padding: 60px 0;
}

.protfolio-sec p.main-pera {
    width: 50%;
}

.protfolio-sec ul.tabs-port {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0;
}

.protfolio-sec ul.tabs-port li {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    border: 1px dashed #848484;
    border-radius: 98px;
    padding: 15px 20px;
    transition: all ease-in-out 300ms;
    cursor: pointer;
}



.protfolio-sec ul.tabs-port li.current {
}

.protfolio-sec .my-tabs {
}

.protfolio-sec ul.slider-wrap {
}

.protfolio-sec ul.slider-wrap li {
}

.protfolio-sec ul.slider-wrap li .port-main-box {
    margin: 20px;
}

.protfolio-sec ul.slider-wrap li .port-main-box a.fancybox {
}

.protfolio-sec ul.slider-wrap li .port-main-box a.fancybox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.choose-sec {
    padding: 60px 0;
}

.choose-sec .choose-slider {
    margin-top: 50px;
}

.choose-sec .choose-slider .item {
}

.choose-sec .choose-slider .item .box-wraper {
    position: relative;
    padding: 50px 20px;
    height: 380px;
}

.choose-sec .choose-slider .item .box-wraper.shape-right-top {
}

.choose-sec .choose-slider .item .box-wraper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choose-sec .choose-slider .item .box-wraper .content-wrap {
    position: relative;
    z-index: 1;
}

.choose-sec .choose-slider .item .box-wraper .content-wrap img {
}

.choose-sec .choose-slider .item .box-wraper .content-wrap h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 0;
}

.choose-sec .choose-slider .item .box-wraper .content-wrap p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    width: 85%;
    height: 130px;
    overflow-y: scroll;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li button {
    border-radius: 29px;
    width: 30px;
    height: 11px;
    background: #bbb;
    transition: 0.4s linear;
}

.slick-dots li.slick-active {
}

.slick-dots li.slick-active button {
    width: 60px;
    background: radial-gradient(71.3% 106% at 19.84% 26.97%,rgb(73,73,73) 0%,rgb(40,40,40) 84.25999879837036%);
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: -80px;
}

.pkg-sec {
    position: relative;
    padding: 60px 0;
    background: #F6F6F6;
}

.pkg-sec p.main-pera {
    width: 50%;
}

.pkg-sec ul.tabs-port {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0;
}

.pkg-sec ul.tabs-port li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    border: 1px dashed #848484;
    border-radius: 98px;
    padding: 15px 20px;
    transition: all ease-in-out 300ms;
    cursor: pointer;
}

.pkg-sec ul.tabs-port li:hover,.pkg-sec ul.tabs-port li.current {
    background: linear-gradient(180deg,#00a5e2 0%,#0072bd 100%);
    color: #fff;
    border-color: #00a5e2;
    box-shadow: 0px 37px 20px -20px rgb(0 0 0 / 98%);
    transform: translate(0px,-10px) scale(1.1);
}

.pkg-box {
    position: relative;
    width: 88%;
    padding-bottom: 50px;
    transition: all ease-in-out 300ms;
    overflow: hidden;
    border-radius: 30px;
}

.pkg-box svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pkg-box .head {
    text-align: center;
    padding-top: 100px;
}

.pkg-box .pkg-item {
    position: relative;
    z-index: 1;
}

.pkg-box .head h4 {
    background: linear-gradient(143deg,#e6007b 0%,#cf0032 100%);
    border-radius: 115px;
    width: max-content;
    margin: auto;
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 15px;
}

.pkg-box .head h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 0 20px;
}

.pkg-box .head h3 del {
    font-size: 26px;
    color: #0093d5;
}

.pkg-box .head p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

.pkg-box .pkg-item .list-item {
    border-radius: 20px;
    background: rgba(0,165,226,0.1);
    padding: 30px;
    margin: 30px 0 -20px;
    transition: 0.3s linear;
}

.pkg-box .pkg-item .list-item ul {
    height: 280px;
    overflow-y: auto;
}

.pkg-box .pkg-item .list-item ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #fff;
    list-style: disc;
    margin-left: 20px;
}
.pkg-box .pkg-item .list-item ul li.heading{
    font-size: 18px;
    font-weight: 500;
    list-style: none;
}
.pkg-box .pkg-item .bottom {
}

.pkg-box:hover {
}

.pkg-box:hover .head h4 {
    background: linear-gradient(180deg,#00a5e2 0%,#0072bd 100%);
}

.pkg-box:hover .list-item {
    background: #00a5e2;
}

.pkg-box .pkg-item .list-item ul::-webkit-scrollbar-track {
    border-radius: 20px;
}

.pkg-box .pkg-item .list-item ul::-webkit-scrollbar-thumb {
    background: #0093d5;
}

.pkg-box .pkg-item:hover .list-item ul::-webkit-scrollbar-thumb {
    background: #e30071;
}

.combo-pkg {
    padding: 60px 0;
    background: #F6F6F6;
}

.combo-pkg .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 50px 0 100px;
    border-radius: 30px;
    position: relative;
}

.combo-pkg .main-heading {
    color: #fff;
    font-weight: 700;
    padding-top: 0;
}

.combo-pkg p.main-pera {
    color: #fff;
    margin-bottom: 40px;
}

.combo-pkg .content-wrap {
    margin-bottom: 30px;
}

.combo-pkg .content-wrap h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #0395d1;
    padding-bottom: 10px;
}

.combo-pkg .content-wrap ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-left: 20px;
    width: 85%;
}

.combo-pkg .content-wrap ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/pkg-arrow.svg);
    width: 11px;
    height: 10px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: img-dim 3s infinite;
}

.combo-pkg .container img {
    position: absolute;
    bottom: -80px;
    left: -200px;
}

.content-wrap.border-lft-rht {
    position: relative;
}

.content-wrap.border-lft-rht:before,.content-wrap.border-lft-rht:after {
    content: '';
    position: absolute;
    background: #3e3e3e;
    width: 1px;
}

.content-wrap.border-lft-rht:before {
    height: 100%;
    left: -50px;
}

.content-wrap.border-lft-rht:after {
    height: 60%;
    right: 30px;
    top: 0;
}

.combo-pkg .price {
}

.combo-pkg .price h4 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
}

.slick-dots li button:before {
    display: none;
}

.counter-sec {
    padding: 40px 0;
    background: #F6F6F6;
}

.counter-sec .main-heading {
    text-align: left;
}

.counter-sec .counter-wrap {
    border-radius: 18px;
    padding: 95px 0;
    background: #fff;
    border: 1px solid #000000;
    z-index: 1;
    position: relative;
}

.counter-sec .counter-wrap .wrap {
}

.counter-sec .counter-wrap span.count,.counter-sec .counter-wrap span.sign {
    font-weight: 900;
    font-size: 57px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    text-align: center;
    color: #282828;
}

.counter-sec .counter-wrap span.sign {
    font-weight: 300;
}

.counter-sec .counter-wrap p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #868686;
    margin-top: 15px;
}

.review-sec ul.review-slider li .box-wraper {
    border: 1.20px dashed transparent;
    padding: 40px 20px;
    margin: 20px;
    border-radius: 20px;
    opacity: 0.5;
    transform: scale(0.9);
    transition: 0.4s linear;
}

ul.review-slider {
}

.review-sec ul.review-slider {
    margin-top: 60px;
}

.review-sec {
    padding: 60px 0;
}

.review-sec p.main-pera {
    width: 80%;
}

.review-sec .box-wraper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #3a3a3a;
}

.review-sec .box-wraper .bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 21px;
}

.review-sec .box-wraper .bottom .content {
}

.review-sec .box-wraper .bottom .content h5 {
    00;font-size: 22px;
    line-height: 2.2;
    text-transform: capitalize;
    color: #000;
    font-family: 'Antonio';
}

.review-sec .box-wraper .bottom .content h5 span {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000;
    display: block;
}

.review-sec .slick-slide.slick-current.slick-active.slick-center .box-wraper {
    border-color: #2e2e2e;
    opacity: 1;
    transform: scale(1);
}

.tech-sec {
    padding: 60px 0;
    background:#F6F6F6;
}

.tech-sec .container {
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 60px;
    border-radius: 30px;
}

.tech-sec .tech-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-left: 38px;
    position: relative;
}

.tech-sec .content {
    position: relative;
    padding-right: 55px;
}

.tech-sec .content:before {
    content: '';
    position: absolute;
    background: #3e3e3e;
    width: 1px;
    height: 270px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tech-sec .main-heading {
    color: #fff;
    text-align: right;
    width: 100%;
    padding-top: 0;
}

.tech-sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 165%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
}

.tech-sec .tech-logos .item {
}

.tech-sec .tech-logos .item.active {
}

.tech-sec .tech-logos .item img {
    mix-blend-mode: luminosity;
    transition: 0.4s linear;
}

.tech-sec .tech-logos .item.active img {
    mix-blend-mode: unset;
    filter: drop-shadow(1px 1px 8px #000);
    transform: translate(0px,-10px) scale(1.1);
}

.footer-form {
    padding: 80px 0;
    background: #F6F6F6;
    position: relative;
}

.footer-form .form-wraper {
    position: relative;
    z-index: 1;
}

.footer-form .form-wraper img.form-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
}

.footer-form .form-wraper .form-content {
    position: relative;
    padding: 70px 50px;
}

.footer-form .form-wraper .form-content h3 {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #303030;
}

.footer-form .form-wraper .form-content .main-heading {
    text-align: left;
    width: 100%;
    padding: 10px 0 20px 0;
}

.footer-form .form-wraper .form-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #303030;
}

.footer-form .form-wraper .form-content form {
    margin-top: 20px;
}

.footer-form .form-wraper .form-content form .form-field {
    position: relative;
    margin-bottom: 30px;
}

.footer-form .form-wraper .form-content form .form-field i {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    vertical-align: baseline;
    color: #858585;
}

.footer-form .form-wraper .form-content form .form-field input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #858585;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #858585;
    padding: 0 0 15px 25px;
    width: 90%;
}

.footer-form .form-wraper .form-content form .btn-size {
    outline: none;
    border: 0;
    transition: 0.4s linear;
}

.footer-form .form-wraper .form-content form .btn-size:hover {
    transform: translateY(-10px);
}

.footer-form .contact-info {
    padding-left: 40px;
}

.footer-form .contact-info h3 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #2e2e2e;
}

.footer-form .contact-info ul.info-wrap {
    margin-top: 40px;
}

.footer-form .contact-info ul.info-wrap li {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
}

.footer-form .contact-info ul.info-wrap li span.icon-box {
    padding: 0;
}

.footer-form .contact-info ul.info-wrap li span.content-box {
}

.footer-form .contact-info ul.info-wrap li span.icon-box i {
    color: #fff;
    background: radial-gradient(73.25% 108.91% at 28.11% 19.97%,rgb(0,170,230) 0%,rgb(0,114,189) 84.25999879837036%);
    border-radius: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    0.4sanimation-timing-function: linear;
    transition: 0.4s linear;
}

.footer-form .contact-info ul.info-wrap li span.content-box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #2d2d2d;
    padding-bottom: 5px;
}

.footer-form .contact-info ul.info-wrap li span.content-box a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #2d2d2d;
    width: 80%;
}

.footer-form .contact-info ul.info-wrap li:hover span.icon-box i {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px) scale(1.01);
}
.footer-form .contact-info ul.info-wrap li:hover span.content-box a{color: #0094d6;}

footer {
    padding: 50px 0 20px;
    background: #f6f6f6;
    position: relative;
}

footer .footer-bg {}

footer .footer-bg svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

footer .footer-logo {
    position: relative;
}

footer .footer-logo img {
    width:40%;
}

footer .footer-logo p {
    font-weight: 300;
    font-size: 25px;
    line-height: 123%;
    text-transform: capitalize;
    color: #2e2e2e;
    padding:20px 0 30px;
}

footer .footer-logo ul.ssm {display: flex;align-items: center;gap: 15px;}

footer .footer-logo p span {
    font-weight: 700;
    color: #f10068;
}

footer .footer-logo ul.ssm li {}

footer .footer-logo ul.ssm li a {
    transition: 0.4s linear;
}

footer .footer-logo ul.ssm li a i {
    color: #2e2e2e;
    font-size: 20px;
    transition: 0.4s linear;
}

footer .footer-logo ul.ssm li a:hover i {
    color: #00a1df;
}
footer ul.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

footer ul.footer-menu li {}

footer ul.footer-menu li a {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #2e2e2e;
    transition: 0.4s linear;
}

footer ul.footer-menu li a:hover {
    color: #f10068;
    margin-left: 5px;
}

footer h2 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: #2e2e2e;
}

footer .container {
    background: #fff;
    border-radius: 30px;
    padding: 100px 0px 50px 70px;
    background-position: left top !important;
    background-size:  cover !important;
    position: relative;
    z-index: 1;
}
footer .container.copyrights {
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-top: 30px;
}

footer .container.copyrights p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    padding-left: 60px;
}
footer .footer-logo ul.ssm li a:hover i {
    transform: perspective(400px) rotateY(360deg);
}

footer .footer-logo ul.ssm li a:hover {
    transform: translateY(-5px);
}


.services-banner {
    position: relative;
    height: 100vh;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.services-banner .content {padding-top:80px}

.services-banner .content h4 {
    font-family: 'Antonio';
    font-weight: 300;
    font-size: 60px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.services-banner .content h1 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 0 25px;
    position: absolute;
    z-index: 1;
}

.services-banner .content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffffc7;
    margin-top: 170px;
    width:85%;
}

.services-banner .content ul.bullets {
    margin: 20px 0;
}

.services-banner .content ul.bullets li {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    text-transform: capitalize;
    color: #ffffffc7;
    padding-left: 20px;
    position: relative;
}

.services-banner .content img {
    margin-bottom: 15px;
}

.services-banner .video-wraper {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.services-banner .video-wraper video {width: 100%;height: 100%;object-fit: cover;position: absolute;}

.c-pink-grad {
    background: linear-gradient(0deg, #e2006e 0%, #7c003c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-banner .content ul.bullets li:before {
    content: '';
    position: absolute;
    border-radius: 14px;
    width: 6px;
    height: 6px;
    background: radial-gradient(73.25% 108.91% at 28.11% 19.97%, rgb(0, 170, 230) 0%, rgb(0, 114, 189) 84.25999879837036%);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.services-banner .video-sec {
    max-width: 90%;
    padding-bottom: 90%;
    margin: auto;
    margin-bottom: 0;
}
.logos-sec {
    background: rgba(214, 214, 214, 0.3);
    padding: 20px 0;
}

.logos-sec ul.logo-slider {}

.logos-sec ul.logo-slider li {
}

.logos-sec ul.logo-slider li img {
}
.sec2-inner {
    padding: 80px 0;
}
.sec2-inner .content *{text-align:left !important;}
.sec2-inner .content {}

.sec2-inner .content .sm-head {
    display: inline-block;
}

.sec2-inner .content .main-heading {
    margin: inherit;
}

.sec2-inner .content .main-pera {
    margin: inherit;
}


.inner-services-tab {
    position: relative;
    padding: 60px 0;
}


.inner-services-tab ul.tabs-port {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0;
}

.inner-services-tab ul.tabs-port li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    border: 1px dashed #848484;
    border-radius: 98px;
    padding: 15px 20px;
    transition: all ease-in-out 300ms;
    cursor: pointer;
}

.inner-services-tab ul.tabs-port li:hover,.inner-services-tab ul.tabs-port li.current {
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 48%);
    transform: translate(0px,-10px) scale(1.1);
    background: linear-gradient(143deg, #e6007b 0%, #cf0032 100%);
}
.inner-services-tab .main-heading {
    font-weight: 100;
}

.inner-services-tab .my-tabs.current {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    border-radius: 30px;
    position: relative;
    height: 500px;
    display:flex;
}

.inner-services-tab .my-tabs h2 {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 40px;
    line-height: 2;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
}

.inner-services-tab .my-tabs p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.8;
    height: 120px;
    overflow-y: scroll;
}
.inner-services-tab .content {
    padding-left: 60px;
}
.inner-services-tab .img-wrap {
}
.inner-services-tab .img-wrap img{position: absolute;}
.inner-services-tab .img-wrap img.one {
    top: 20px;
    right: 50px;
    width: 35%;
    z-index: 1;
}
.inner-services-tab .img-wrap img.shapes{
    top: 40px;
    right: 70px;
    width: 28%;
}
.services-box.choose-sec{padding-bottom:150px}
.services-box.choose-sec .main-heading{font-weight:100}
.services-box.choose-sec .choose-slider .item .box-wraper {display: flex;align-items: center;}
.services-box.choose-sec .choose-slider .item .box-wraper .content-wrap{padding-left:30px;}
.services-box.choose-sec .choose-slider .item .box-wraper .content-wrap span {
    border-radius: 100%;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #0072bd;
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.services-box.choose-sec .choose-slider .item .box-wraper .content-wrap ul.bullets {}

.services-box.choose-sec .choose-slider .item .box-wraper .content-wrap ul.bullets li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    padding-left: 20px;
}

.services-box.choose-sec .choose-slider .item .box-wraper .content-wrap ul.bullets li:before {
    position: absolute;
    content: "\f0da";
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
    top: 0;
    bottom: 0;
    margin: auto;
}

.industry-sec {
    padding: 50px 0px 100px 0px;
    background: #F6F6F6;
}

.industry-sec ul.logos-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.industry-sec ul.logos-wrapper li {
    flex: 0 0 10%;
    padding: 1px;
}

.industry-sec ul.logos-wrapper li .item {
    background: #000000;
    text-align: center;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s linear;
    z-index: 1;
    position: relative;
    transition: 0.5s all;
}

.industry-sec ul.logos-wrapper li .item img {
    transition: 0.4s linear;
}

.industry-sec ul.logos-wrapper li .item h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: -0.0em;
    text-transform: capitalize;
    color: #ffffff;
    transition: 0.4s linear;
}
.industry-sec ul.logos-wrapper li .item:hover h4 {
    color: #000;
}
.industry-sec ul.logos-wrapper li .item:hover {
    background: #fff;
    transform: scale(1.02);
    box-shadow: 14px 13px 20px 0px rgb(0 0 0 / 15%);
    border-radius:6px;
}

.industry-sec ul.logos-wrapper li .item:hover img {
    transform: scale(0.9);
}
.accordion-list li h3{
    font-size: 22px;
    font-family: 'Antonio';
}
.accordion-list li{
    padding-bottom: 35px;
}
.accordion-list li p{
    padding-top: 20px;
    line-height: 28px;
    font-size: 16px;
}
.accordion-list li span{
    transition: 0.3s linear;
}
.accordion-list li.active span{
    transform: rotate(180deg);
}
.faq-section-wrap{
    padding: 70px 0px;
}


/* NEW-ADD */
.service_box_ttext p {
    width: 920px;
}
.protfolio-sec ul.tabs-port li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    border: 1px dashed #848484;
    border-radius: 98px;
    padding: 15px 20px;
    transition: all ease-in-out 300ms;
    cursor: pointer;
    width: 150px;
    text-align: center;
}
.protfolio-sec ul.tabs-port li:hover,.protfolio-sec ul.tabs-port li.current {
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 48%);
    transform: translate(0px,-10px) scale(1.1);
    background: linear-gradient(143deg, #e6007b 0%, #cf0032 100%);
}
.pkg-sec ul.tabs-port li:hover, .pkg-sec ul.tabs-port li.current {
    color: #fff;
    border-color: transparent;
    box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 48%);
    transform: translate(0px,-10px) scale(1.1);
    background: linear-gradient(143deg, #e6007b 0%, #cf0032 100%);
}
.accordion-list li h3 {
    font-size: 22px;
    font-family: 'Antonio';
    width: 435px;
}
.accordion-list li span {
    transition: 0.3s linear;
    height: 30px;
}
.cust-set {
    top: 130px !important;
    right: 50px;
    width: 35%;
    z-index: 1;
}
.w-60 {
    top: 60px !important;
}
.service_box_ttext h2 {
    max-width: 550px;
}
.cust-w {
    max-width: 600px !important;
}
.h-set {
    width: 250px !important;
    right: 120px !important;
    top: 60px !important ;
}
.cust-web-app-img {
    top: 100px !important;
    right: 0px !important;
    width: 30% !important;
    z-index: 1;
}
.custome-web-design {
    position: relative;
}
.custom-web-from .form-wraper {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7px);
    padding: 30px 0px;
    border-radius: 40px;
    
}
.custom-web-from .form-wraper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 103%;
    height: 103%;
    border-radius: 40px;
    border: 1px solid #5B5B5B;
}
.footer-form.custom-web-from {
    padding: 0 0;
    background: transparent;
}
.custom-web-from .form-content h3 {
    color: #ffffff!important;
}
.custom-web-from .form-content h3,
.custom-web-from .form-content .main-heading {
    text-align: center!important;
}
.custom-web-from .form-wraper .form-content p {
    text-align: center!important;
    color: #ffffff!important;
    border: 1px solid #5B5B5B;
    border-radius: 85px;
    width: fit-content;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
}
.form_btn_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.custom-web-from .form-wraper .form-content form .form-field input {
    background: transparent;
    border-bottom: 1px solid #ffffff;
}
.custom-web-from .form-wraper .form-content form .form-field input::placeholder {
    color: #ffffff;
}
.custom-web-from .form-wraper .form-content form .form-field i {
    color: #ffffff;
}
.discount_tag {
    position: absolute;
    top: 0px;
    right: 10px;
}


/* ADDITIONAL CSS */
.medicare_main_wrapper {
    padding: 100px 0px 50px 0px;
}
.medicare_wrap_text h2{
    margin: 0 !important;
}
.medicare_wrap_text p {
    margin: 0 !important;
    text-align: unset;
}
.medicare_wrap_text h6 {
    background: linear-gradient(143deg,#e6007b 0%,#cf0032 100%);
    border-radius: 115px;
    width: max-content;
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
}
.medicare_text_main {
    padding: 100px 50px 50px 100px;
} 
.medicare_wrap_count_heading h6 {
    color: #282828;
    font-family: 'Roboto' ;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.42px;
    text-transform: capitalize;
    text-align: center;
}
.medicare_wrap_text {
    margin: 0px 0px 50px 0px;
}
.medicare_wrap_count_num p {
    font-size: 35px;
    font-family: 'Roboto';
    color: #fff;
    background: radial-gradient(73.25% 108.91% at 28.11% 19.97%, #00AAE6 0%, #0072BD 84.26%);
    width: 90px;
    height: 90px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px auto;
}
.medicare_wrap_count_para p {
    font-size: 15px;
    font-family: 'Roboto';
    color: #282828;
    width: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
    text-align: center;
}
.medicare_count_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
}
.footer-form .contact-info ul.info-wrap li span.icon-box  {
    color: #fff;
    background: radial-gradient(73.25% 108.91% at 28.11% 19.97%,rgb(0,170,230) 0%,rgb(0,114,189) 84.25999879837036%);
    border-radius: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: 0.4s linear;
}
.footer-form .contact-info ul.info-wrap li:hover span.icon-box  {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px) scale(1.01);
}
.protfolio-sec ul.slider-wrap li .port-main-box a.fancybox {
    border-radius: 20px;
    overflow: hidden;
}
.pkg-sec .text-center {
    margin-bottom: 50px;
}
.icon_box_img {
    width: 25px;
}
.icon_box_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.accordion-list li p {
    padding-top: 20px;
    line-height: 20px;
    font-size: 16px;
    border-top: 1.7px solid #bbbbbba6;
}
.accordion-list li h3 {
    font-size: 22px;
    font-family: 'Antonio';
    width: 435px;
    margin: 0 0 20px  0;
    cursor: pointer;
}
.custom-bullet ul {
    margin: 0 0 0 20px;
}
.custom-bullet ul li {
    color: #646464;
    font-family: 'Roboto';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.51px;
    text-transform: capitalize;
    list-style: disc;
}
.custom-bullet ul li::marker{
    color: #0072bd;
}
.serives-wraper.custom_ser_wrap .img-wraper:before {
    background: none;
    backdrop-filter: blur(0px);
}
.serives-wraper.custom_ser_wrap .img-wraper a:before {
    bottom: 45px;
}
.serives-wraper.custom_ser_wrap .img-wraper:hover a:before {
    content: '';
    background: url(../images/view-project-btn.png);
    width: 150px;
    height: 150px;
    bottom: calc(50% - 75px);
    right: calc(50% - 75px);
    border-radius: 50%;
    background-position: bottom right;
    border: 1px solid #baf40000;
    background-size: 150px;
    transition: all .5s ease-in-out;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 169px 70px #00000000;
    cursor: pointer;
    pointer-events: none;
    animation: pulse-animation 2s infinite;
}
.header-mob-flex {
    display: none;
}


/* DROPDOWN */
header ul.header-menu li.item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.navigation_dropdown_box {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 200px;
    background: linear-gradient(143deg, #e6007b 0%, #cf0032 100%);
    border-radius: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    z-index: 999;
}
.navigation_dropdown_list {
    padding: 20px;
    list-style: none;
}
.navigation_dropdown_list li a {
    font-size: 14px!important;
    text-align: start!important;
    color: #fff!important;
    display: block;
    margin: 0px 0px 20px 0px;
}
.navigation_dropdown_list li:last-child a {
    margin-bottom: 0;
}

.item:hover .navigation_dropdown_box {
    max-height: 600px;
}

.pkg-box .pkg-item .list-item .Cust_height{
     height: 200px;
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    background-color: #0076c0;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
.pkg-slider .slick-prev,
.pkg-slider .slick-next {
    top: unset;
    bottom: -50px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
.pkg-slider .slick-prev{
    left: 47.5%;
}
.pkg-slider .slick-next{
    left: 52.5%;
}

section.main-privacy.sec-pad {
    padding: 150px 0px;
}

.term-text {
    margin: 20px 0px 20px 0px;
}

.industry-sec .main-heading {
    color: #000000;
}
.industry-sec .main-pera {
    color: #000000;
}
.header_logo img {
    width: 140px;
}

