@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

.p0 {
    padding: 0px;
}

h1, h2, h3, li, span, h4, h5, h6 {
    font-family: 'Matter';
    margin: 0;
}

p, a, button {
    font-family: "Inter", sans-serif;
    margin: 0;
}

/*font-family: "Montserrat", sans-serif;*/
body {
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: visible;
    z-index: 2;
}
li.nav-item a {
    color: #fff;
    position: relative;
    background: linear-gradient(to left, #ffffff 50%, #e96a35 50%);
    background-size: 212%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px !important;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  color: #e96a35;
  background-color: transparent;
  background-position: left bottom;
  text-decoration: none;
  background-size: 210%;
}
a.nav-link.dropdown-toggle:hover {}

.dropdown .dropdown-menu {
    display: block;
    transition: all .5s ease-in-out;
     clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); 
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgb(255 255 255);
    backdrop-filter: blur(30px);
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: flex;
  margin-top: 0.125em;
  margin-left: 0.125em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all .5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
img.logo-img {
    width: 220px;
    /* filter: invert(1) brightness(100); */
}
ul.dropdown-menu a, ul.dropdown-menu a:focus {
    color: #000;
    /* border-bottom: 1px solid #e96a35; */
    background: linear-gradient(to left, rgb(0 0 0 / 50%) 50%, #1D2856 50%);
    background-size: 212%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

li.nav-item a:hover {
    color: #e96a35;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

li.nav-item a:before {
    content: '';
    background: #e96a35;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 0;
    height: 1px;
    transition: all .5s ease-in-out;
}

li.nav-item a:hover::before {
    width: 100%;
}
/*banner*/
.h_banner-sec {
    position: relative;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding-top: 60px;
}

.h_banner-sec:before {
    content: '';
    opacity: 1;
    background: radial-gradient(50% 50% at 50% 50%, rgb(29 40 86 / 74%) 0%, rgb(29 40 86 / 80%) 100%);
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
}

.h1-txt {
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.clr-1 {
    color: #E96A35;
}

.para {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 0 auto;
}

.h_banner-sec .para {
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.bnr-txt h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    height: 55px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-top: 1px solid rgb(255 255 255 / 19%);
    border-bottom: 1px solid rgb(255 255 255 / 19%);
}

.bnr-txt h5:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.00);
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(0, 32, 48, 0.00) 0%, #E96A35 50%, rgba(0, 32, 48, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
}

.btn1 {
    padding: 16px 21px;/* flex-direction: column; */
    align-items: flex-start;
    border-radius: 60px;
    background: #E96A35;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    gap: 0 10px;
    background: linear-gradient(to left, #E96A35 50%, #1d2856 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: 0.5s ease-in-out;
}

.btn2 {
    padding: 16px 21px;
    align-items: flex-start;
    border-radius: 60px;
    background: #1D2856;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    gap: 0 10px;
    background: linear-gradient(to left, #1D2856 50%, #E96A35 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: 0.5s ease-in-out;
}

.bnr-btn {
    display: flex;
    align-items: center;
    padding-top: 25px;
    gap: 0 25px;
}

.h_banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0.77;
    background: radial-gradient(50% 50% at 50% 50%, rgba(29, 40, 86, 0.67) 0%, rgba(29, 40, 86, 0.67) 100%);
    mix-blend-mode: color;
}

.btn1:hover {
    color: #fff;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.btn2:hover {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    color: #fff;
}

.btn2:hover i {
    transform: rotate(-30deg);
}

.btn1:hover i {
    transform: rotate(-30deg);
}

.bnr-btn i {
    transition: all .5s ease-in-out;
}

section.client-logo-sec {
    background: #E96A35;
    padding: 8px 0;
}

.cl-logo-bx img {
    margin: 0 auto;
    /*filter: invert(1) brightness(100);*/
}

.about-sec {
    padding: 80px 0 60px;
    /*background: url(../images/about-bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-sec .row {
    position: relative;
}

.about-ico-1 {
    position: absolute;
    top: 0;
    left: -80px;
    width: auto;
}

.about-ico-2 {
    position: absolute;
    left: -150px;
    width: auto;
    bottom: -120px;
}

.about-ico-3 {
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
}

.about-side-img {
    position: relative;
    margin: 0 auto;
    display: table;
}

.about-side-img-2 {
    position: absolute;
    bottom: -80px;
    right: -70px;
    z-index: 2;
}

img.about-side-img-3 {
    position: absolute;
    left: -32px;
    width: auto;
    top: -38.6px;
}

.about-side-img-1 {
    position: relative;
    top: 45px;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 60%;
    left: 60px;
    z-index: 2;
}

.h2-txt {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-sec .h2-txt {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 110px;
    padding-bottom: 0px;
}

/*banner*/

/*about-sec*/
.about-sec .h2-txt b {
    font-weight: normal;
    /* background: rebeccapurple; */
    line-height: normal;
    position: relative;
    top: 8px;
}

.about-sec .h2-txt:before {
    content: '';
    background: #1d2856;
    position: absolute;
    top: 0px;
    left: -394px;
    width: 130%;
    height: 82px;
    z-index: -2;
    transform: skew(-20deg, 0deg);
    border-radius: 20px 0 0 0;
    border: 0;
}

.rating-logo ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}

.rating-bx img {
    width: 100%;
}

.rating-logo {
    padding-top: 80px;
}

/*about-sec*/

/*servi-sec*/
.services-sec {
    padding: 70px 0;
    background: url(../images/serv-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    background-attachment: fixed;
}
.services-sec .hd-txt.hd-txt-serv {
    position: sticky;
    top: 30px;
}

.services-bx {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(30px);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    width: 33vw;
    z-index: 1;
    transition: all .5s ease-in-out;
    margin-bottom: 50px;
}

.srv-txt h3 {
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
}

.srv-txt p {
    color: #fff;
}

.services-bx p {
    color: #fff;
    width: 30vw;
    margin: 0;
}

.srv-ico {
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e96a35;
    border-radius: 60%;
    transition: all .5s ease-in-out;
}

.srv-inr-img-st {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
    opacity: 0;
    bottom: 0;
    margin: auto;
    width: 31%;
}

.srv-inr-shade {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.services-bx:hover {
    width: 48vw;
    background: #fff;
}

.services-bx:hover p {

    /* width: 65%; */
    transition: all .5s ease-in-out;
    color: #000;
}

.services-bx:hover .srv-inr-img-st {
    opacity: 1;
}

.services-bx:hover .srv-inr-shade {
    opacity: 1;
}

.services-bx:hover h3 {
    color: #000;
}

.services-bx:hover .srv-ico {
    background: #1D2856;
    border-color: #1D2856;
}

.services-bx:hover .srv-ico img {
    filter: invert(1) brightness(100);
}

.services-list {

    /*max-height: 950px;*/ /* Adjust according to your slide height */
    overflow: hidden;
    margin: 0 !important;
    width: 48vw;
}

.hd-txt.hd-txt-serv h2 {
    line-height: normal;
    padding-bottom: 20px;
}

.hd-txt.hd-txt-serv img.mt-5 {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.services-list .slick-list .slick-slide:last-child .services-bx {
    margin-bottom: 0 !important;
}

/*servi-sec*/

/*fea-sec*/
.fea-main-col {
    display: flex;
    align-items: center;
}

div#fea-tabContent .tab-pane img {
    margin: 0 auto;
    display: table;
    width: 85%;
}

.feature-sec {
    padding: 50px 0;
}
div#fea-tabContent {
    height: 430px;
}

a.nav-link.active .fea-logo-bx, a.nav-link .fea-logo-bx:hover {
    background: #e96a35;
}

a.nav-link.active .fea-logo-bx img, a.nav-link .fea-logo-bx:hover img {
    filter: invert(1) brightness(100);
}
.fea-logo-bx h3 {
    font-size: 25px;
    color: #000;
}

a.nav-link.active .fea-logo-bx h3, a.nav-link .fea-logo-bx:hover h3 {
    color: #fff;
}
.fea-logo-bx {
    transition: all .5s ease-in-out;
    padding: 14px 10px;
    border-radius: 11px 0px 0px 11px;
}

div#fea-tab, div#fea-tab a {
    border: 0 !important;
    width: 100%;
}

.fea-tb-inr-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -60px;
    top: 30px;
}

.fea-tb-inr-div p {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 213.333% */
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.fea-tb-inr-div img {
    position: relative;
    top: -19px;
    left: -7px;
}

.fea-tb-inr-div p:last-child {
    top: -8px;
    left: -10px;
}

.fea-tb-inr-div p:first-child {
    left: 10px;
    top: 4px;
}

.case-std-box {
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

img.case-std-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
}

.case-std-sec {
    position: relative;
    overflow: hidden;
}

.horizontal-sliders {
    display: flex;
    flex-wrap: nowrap;
    width: 400vw; /* 4 slides */
    height: 100vh;
    overflow: hidden;
}

.case-std-slide {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.7vh 2.5vw;
    box-sizing: border-box;
}

.case-std-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.case-std-bx-txt {
    max-height: 80vh;
    /*overflow-y: auto;*/
    padding: 50px 0px 50px 90px;
    /* background-color: rgba(0, 0, 0, 0.5); */ /* Optional: better text visibility */
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45vw;
    justify-content: flex-start;
}

.case-std-bx-txt h3 {
    font-size: 40px;
    font-weight: bold;
}

.case-std-bx-txt p {
    font-size: 18px;
    line-height: 1.6;
}


/* Backgrounds for each slide */
.case-std-box1,
.case-std-box2,
.case-std-box3,
.case-std-box4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-std-box1 { background-image: url(../images/case-std-1.png); }
.case-std-box2 { background-image: url(../images/case-std-2.png); }
.case-std-box3 { background-image: url(../images/case-std-3.png); }
.case-std-box4 { background-image: url(../images/case-imood/case-std-4.png); }

/*fea-sec*/

/*process-sec*/
section.process-sec .hd-txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

img.process-img-st {
    position: relative;
    left: -132px;
    top: -12px;
    z-index: 1;
}

.process-sec {
    padding: 70px 0;
    overflow: visible;
}
.process-sec .col-sm-5 {
    position: sticky;
    top: 20px;
}

.process-main-col {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
}

.process-side-col video {
    width: 100%;
}

.process-side-col {
    position: relative;
    height: 100%;
}

.sticky-video-wrap.sticky {
    position: fixed;
    top: 100px; 
    z-index: 10;
    width: 28%; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    height: 100%;
    padding-left: 150px;
}

.process-box h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.process-main-col .col-sm-6:first-child {
}

span.line-process {
    position: absolute;
    top: 20px;
    left: -280px;
    right: 0;
    margin: auto;
    width: 17%;
    height: 170px;
    background: transparent;
    z-index: 1;
    padding: 0;
    bottom: auto;
    margin: auto;
    border: 2px solid #e96a35;
    border-radius: 0 30px 0 0;
    border-left: 0;
    border-bottom: 0;
}

span.line-process2 {
    position: absolute;
    top: 20px;
    left: -280px;
    right: 0;
    margin: auto;
    width: 17%;
    height: 86%;
    background: transparent;
    z-index: 1;
    padding: 0;
    bottom: auto;
    margin: auto;
    border: 2px solid rgb(0 0 0 / 30%);
    border-radius: 0 30px 0 0;
    border-left: 0;
    border-bottom: 0;
}

.process-sec .row {
    position: relative;
}

section.process-sec .hd-txt h2 {
    line-height: normal;
}

/*process-sec*/
.why-choose-main-col {
    display: flex;
    align-items: center;
}

.why-choose-box {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.why-choose-txt h3 {
    font-size: 28px;
    padding-bottom: 8px;
}

ul.why-list-ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: 50px 0;
    position: relative;
}

.why-list-ul1:before {
    content: '';
    background: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
}

.why-list-ul3:before {
    content: '';
    background: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
}

.why-choose-us-sec {
    padding-bottom: 50px;
}

.bg-white {
    background: linear-gradient(to left, #ffffff 50%, #E96A35 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: 0.5s ease-in-out;
    color: #000;
}

.bg-white2 {
    background: linear-gradient(to left, #E96A35 50%, #ffffff 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: 0.5s ease-in-out;
    color: #fff;
}

.bg-white2:hover {
    color: #000;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.bg-white:hover {
    color: #fff;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

/*cta-sec*/
.cta-sec {
    background: url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}

/*cta-sec*/

/*testi-sec*/
.testi-main-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 25px;
}
.testi-name-dv {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    background: #1D2856;
    backdrop-filter: blur(30px);
    font-size: 20px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    border-radius: 60%;
}

.testi-name-dv i {
    position: absolute;
    right: 1px;
    bottom: 2px;
    font-size: 13px;
    color: #0BD584;
    background: #fff;
    border-radius: 60%;
}

.testi-list h4 {
    color: #1D2856;
}

.testi-inr-bx {
    display: flex;
    align-items: flex-start;
    padding: 30px 40px 50px;
}

.testi-list {
    background: rgba(221, 221, 221, 0.65);
    margin-bottom: 8px;
    padding: 7px 10px;
    border-radius: 20px 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 20px;
    cursor: pointer;
}

.testi-main-col .col-sm-9 {
    width: 73%;
}

.testi-big-bx {
    background: #1D2856;
    border-radius: 0 20px 20px 20px;
    position: relative;
    top: 1px;
}

.testi-txt h4 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.testi-txt h4 span {
    font-size: 16px;
    font-weight: 500;
    color: #E96A35;
    position: relative;
    left: 16px;
}

.testi-txt p {
    width: 91%;
    margin-left: 0;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 230px;
    padding-right: 5px;
}
/* width */
.testi-txt p::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.testi-txt p::-webkit-scrollbar-track {
  background: #fff; 
  border-radius: 10px;
}
 
/* Handle */
.testi-txt p::-webkit-scrollbar-thumb {
  background: #E96A35; 
  border-radius: 10px;
}

/* Handle on hover */
.testi-txt p::-webkit-scrollbar-thumb:hover {
  background: #1d2856; 
}

.testi-img-inr {
    position: relative;
    width: 30%;
    z-index: 1;
}

.testi-img-inr:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #E96A35;
    border-radius: 20px;
    z-index: -1;
    width: 90%;
    height: 90%;
}

.testi-img-inr img {
    border-radius: 20px;
    padding: 10px;
    width: 100%;
}

.testi-txt {
    width: 70%;
}

.testi-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 20px;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.testi-rating h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
}

.testi-rating h4 {
    font-size: 18px;
    color: #fff;
}

.testi-star i {
    color: #FBC01C;
}

.testi-list:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    right: -27px;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.testi-slider-nav .slick-list {
    overflow: visible;
}

.slick-current .testi-list:before {
    background: #1d2856;
}

.testi-sec {
    padding: 50px 0;
}

.testi-sec .hd-txt {
    padding-bottom: 40px;
}

.slick-current .testi-list img {
    /* filter: invert(1) brightness(100); */
}

.card-container {
    cursor: pointer;
    height: 295px;
    perspective: 600px;
    position: relative;
    width: 100%;
}

.card {
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #F1F1F1;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.card:hover {
    transform: rotateY(180deg);
}

.card .side {
    backface-visibility: hidden;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;/* justify-content: center; */
}

.card .back {
    background: #eaeaed;
    color: #0087cc;
    text-align: center;
    transform: rotateY(180deg);
}

.faq-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
    margin: 0;
}

.faq-list ul li {
    width: 20%;
}

.card .back qimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.card .back img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

.card .back p {
    font-size: 15px;
    width: 95%;
    color: #fff;
    /* background: rebeccapurple; */
    text-align: left;
}

.card .side span {
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    margin-right: auto;
    line-height: normal;
}

.card .back span {
    color: #fff;
}

.card .side h4 {
    font-size: 20px;
    line-height: normal;
}

.faq-sec {
    padding-bottom: 50px;
}

.h_s13form input, .h_s13form textarea {
    padding: 13px 17px;
    border: 0;
    border-radius: 11px;
    margin: 5px 0 0 0;
    resize: none;
}

.h_s13form label {
    font-size: 16px;
    font-weight: 500;
}

.h_s13form label span.req {
    color: red;
}

.h_s13form .col_cust {
    margin: 15px 0 0 0;
}

.h_s13form .agre-button {
    display: flex;
    align-items: center;
    gap: 25px;
}

.h_s13form .agre-button button {
    background: #ff5f29;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 30px;
}

.ftr-form-sec .row {
    background: #E9ECF0;
    padding: 40px 20px;
    border-radius: 19px;
}

.ftr-txt.hd-txt ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    gap: 20px 50px;
}

.ftr-txt.hd-txt h2 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 25px;
    width: 90%;
}

.h_s13form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
}

.h_s13form form .col-lg-6.col-md-12.col-sm-12 {
    width: 48%;
}

.ftr-txt.hd-txt p {
    font-size: 18px;
    width: 70%;
}

.h_s13form label span {
    font-size: 16px;
    font-weight: 500;
}

section.ftr-form-sec {
    padding-bottom: 20px;
}

.marquee {
    animation: marquee 12s linear infinite;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }

}

.marquee-sec h2 {
    text-align: center;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-text-stroke: 5px #ff5f29;
    -webkit-text-fill-color: transparent;
}

section.footer-sec {
    padding: 50px 0;
    background: #1D2856;
}

.serv-list {
    display: flex;
    gap: 0 20px;
    padding-left: 30px;
 
}

.ftr-col-1 p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 30px 0;
}

ul.social-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px 20px;
    text-align: right;
    justify-content: flex-end;
}

ul.social-list h3 {
    color: #fff;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 20px;
}

ul.social-list li a {
    color: #fff;
    font-size: 20px;
}

.contact-dtl-ftr {
    margin: 40px 0;
    border-radius: 35px;
    border: 1px solid #EA7241;
    padding: 5px 20px 5px 5px;
    display: flex;
    align-items: center;
    gap: 0 16px;
    width: 90%;
    justify-content: space-between;
}

.contact-dtl-ftr a {
    font-size: 13px;
    color: #fff;
}

.contact-dtl-ftr a {
    text-decoration: none;
}

.contact-dtl-ftr a span {
    width: 40px;
    height: 40px;
    background: #EA7241;
    display: inline-flex;
    border-radius: 60%;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.serv-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 38px;
}

ul.social-list li a span {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}

ul.social-list li a span i {
    color: #1D2856;
}

.serv-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.serv-list ul h4 {
    color: #fff;
}

.copy-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #717171;
}

.copy-col p {
    color: #fff;
}

.copy-col a {
    color: #fff;
    text-decoration: none;
}

.policy-div {
    display: flex;
    gap: 0 40px;
}

/*webdesign*/
.web-design-bnr {
    background: url(../images/web/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.inner-serv-banner {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inr-box-sec-two {
    overflow: hidden;
    background: #1D2856;
    border-radius: 24px;
    padding: 40px 20px 45px;
    position: relative;
    z-index: 1;
}

img.bf-abt-web-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.inr-box-sec-two h3 {
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    color: #fff;
    padding-bottom: 20px;
}

.inr-box-sec-two {
}

.inr-box-sec-two .web2-inr-bx-img-1-st {
    width: 100%;
}

.inr-rating-img-st-web2 {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.web-sec-2 {
    padding: 50px 0;
}
.inr-bx-web-sec-2 .para {
    font-size: 16px;
    line-height: 23px;
}
.inr-box-rside-sec-two ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    list-style: none;
}

.inr-box-rside-sec-two ul li {
    width: 47%;
}

.inr-bx-web-sec-2 {
    border-radius: 24px;
    border: 1px solid #E96A35;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.00);
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 20px 0;
    position: relative;
    transition: all .5s ease-in-out;
}

.inr-bx-web-sec-2 img {
    width: auto;
    position: absolute;
    bottom: 30px;
    margin: 0;
    left: 20px;
}

.inr-bx-web-sec-2 h2 {
    color: #E96A35;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 43.75px; /* 121.528% */
    letter-spacing: -1.6px;
}

.web-sec-3 {
    padding: 0 0 50px;
}

.how-web-lft-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.how-web-lft-col .how-web-img-2 {

    /* position: absolute; */
    bottom: 0;
    box-shadow: 0px 0px 20px 0px #0000002e;
}

.how-web-lft-col .how-web-img-1 {
    width: auto;
    box-shadow: 0px 0px 20px 0px #0000002e;
}

.how-web-lft-col .how-web-img-3 {
    width: 105%;
    position: relative;
    left: 0px;
    box-shadow: 0px 0px 20px 0px #0000002e;
}

.extra-div-wb-3 {
    border-radius: 289px;
    background: #E96A35;
    width: 289px;
    height: 289px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 120px;
}

.extra-div-wb-3-1 {
    width: 300px;
    height: 382px;
    border-radius: 0px 0px 0px 492px;
    background: #E96A35;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.how-lft-div-img-web {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
    position: relative;
    top: 0;
}

img.inr-srv-wb-bf {
    width: auto;
    position: absolute;
    top: -5px;
    right: 100px;
}

section.inr-srvices-sec-web .row {
    position: relative;
}

.inr-srvices-sec-web {
    padding: 70px 0;
    background: #EFEFEF;
}
.serv-bx-web-inr .para {
    height: 340px;
}

.inr-srvices-sec-web .hd-txt {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.inr-srvices-sec-web .hd-txt h2 {
    line-height: normal;
    padding-bottom: 25px;
}

.serv-main-col-web ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 40px;
    list-style: none;
}

.serv-main-col-web ul li {
    width: 30%;
}

.serv-bx-web-inr {
    border-radius: 27px;
    background: #E96A35;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.serv-bx-web-inr h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: -1.2px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.serv-bx-web-inr .bnr-btn {
    padding-top: 0;
}

.serv-bx-web-inr span {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    position: relative;
    border-radius: 60%;
}

.inr-web-tools-sec {
    padding: 50px 0;
}

.inr-web-tools-sec .row {
    border-radius: 15px;
    background: #1D2856;
    padding: 40px 20px;
    align-items: center;
}

.tools-list-web ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 30px;
}

.tools-bx-web {
    background: #fff;
    padding: 12px 12px;
    border-radius: 20px;
}

section.inr-web-tools-sec .hd-txt .h2-txt {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.inr-web-choice-sec {
    padding: 70px 0;
}

.inr-web-choice-sec .row {
    align-items: center;
}

.inr-web-choice-sec .para {
    padding-top: 10px;
}

/*webdesign*/

/*ecommerce-dev*/
.ecom-develop-bnr {
    background: url(../images/ecom/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ecom-dev-sec-2 {
    padding: 50px 0;
}

.ecom-dev-about-side-img {
    position: relative;
}

.ecom-dev-about-side-img img.how-web-img-1 {
    margin: 0 auto;
    display: table;
    width: 75%;
}

.ecom-dev-sec-2 .row {
    align-items: center;
}

.ecom-dev-serv-bx {
    text-align: center;
    padding: 20px 20px;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ecom-dev-serv-bx h3 {
    font-size: 28px;
    padding: 10px 0;
    font-weight: 600;
}

.ecom-dev-serv-bx-bg1 {
    background: linear-gradient(180deg, #A1CAFF 0%, #4986D6 100%);
}

.ecom-dev-serv-bx-bg2 {
    background: linear-gradient(180deg, #DBFF8D 0%, #94C137 100%);
}

.ecom-dev-serv-bx-bg3 {
    background: linear-gradient(180deg, #FFB593 0%, #F46F32 100%);
}

.ecom-dev-sec-3 .row {
    gap: 0 20px;
}

.ecom-dev-sec-3 {
    padding: 0 0 50px;
}

.ecom-dev-sec-4 {
    padding: 50px 0;
}

.ecom-dev-3-main-col {
    gap: 0 10px;
    padding: 0 10px;
}

.ecom-dev-sec-4-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px 0;
}

.ecom-4-list-bx {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    padding: 40px 10px;
    border-bottom: 1px solid #C2C2C2;
}

.ecom-dev-how-bx h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 12px;
    margin-top: 30px;
    border-top: 1px solid #e96a35;
}

.ecom-dev-sec-5 {
    background: url(../images/ecom/how-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.tech-slider-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.tech-slider-bx h4 {
    font-size: 15px;
    text-align: center;
}

.tech-slider-inr-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 80px;
    padding-top: 0px;
}

.tech-slide-lst-inr-bx {
    text-align: center;
    margin: 0 auto;
}

.tech-slide-lst-inr-bx img {
    margin: 0 auto;
    padding-bottom: 15px;
}

.tech-slide-lst-inr-bx h4 {
    font-size: 15px;
}

.tech-sec {
    padding: 50px 0;
}

.ecom-dev-sec-7 {
    padding-top: 0;
}

.slick-current .tech-slider-bx h4 {
    color: #e96a35;
}

/*ecommerce-dev*/
.fullpage {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    background-size: 20px 20px;
}

.itemcontainer {
    width: 50%;/* background-color: grey; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px;
}

.item {
    width: 200px;
    height: 200px;
    background-color: yellow;
    margin: 20px auto;
}







/*logo-design*/
.logo-design-bnr{
    background:url(../images/logo/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-design-sec-2 {
    padding: 50px 0 70px;
}

.logo-design-sec-2 .logo-about-side-img {
    position: relative;
}

.logo-design-sec-2 .logo-about-inr-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
}

.logo-about-inr-1 {
    position: relative;
    top: 180px;
    left: 40px;
}

.logo-about-inr-3 {
    position: relative;
    top: 160px;
    left: 90px;
}

.logo-about-inr-6 {
    position: relative;
    left: 310px;
    top: 23px;
}

.logo-about-inr-5 {
    position: relative;
    top: 70px;
    left: 22px;
}

.logo-about-inr-4 {
    position: relative;
    top: 30px;
    left: 60px;
    z-index: 1;
}

.logo-about-inr-2 {
    position: relative;
    top: 50px;
    left: 40px;
}

.logo-what-main-col ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0 30px;
}

.logo-design-sec-3 {
    padding: 0 0 110px;
}

.logo-wht-bx {
    text-align: center;
    position: relative;
    z-index: 1;
}

.logo-wht-bx:before {
    content: '';
    border-radius: 6px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 152px;
    z-index: -1;
}

.logo-portfolio .slick-list {
    width: 150%;
    margin: 0 auto;
    padding: 10px 0 100px 0  !important;
    left: -170px;
    padding-top: 50px;
}

.logo-portfolio {
    padding: 50px 0 50px;
    background: #EFEFEF;
}
.logo-what-main-col ul li {
    width: 20%;
    position: relative;
}

.logo-wht-bx h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.logo-what-main-col ul li:nth-child(even) {
    top: 40px;
}

.logo-wht-bx:after {
    content: '';
    background: #e96a35;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    z-index: -2;
    height: 144px;
    border-radius: 6px;
}
.port-box {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.port-main-col {
    position: relative;
    z-index: 1;
}


.logo-portfolio .slick-list:before {
    content: '';
    background: #1D2856;
    position: absolute;
    top: 2px;
    left: -603px;
    right: 0;
    margin: auto;
    width: 1200px;
    height: 415px;
    border-radius: 20px;
}

.port-box-txt h3 {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.port-box-txt h3 span {
    font-size: 18px;
    font-weight: 300;
}

.port-box-txt {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s ease-in-out;
    overflow: hidden;
    transform: scaleY(0);
}
.port-box-txt i {
    color: #fff;
    right: 10px;
    position: relative;
    /* border: 1px solid #fff; */
    border-radius: 60%;
    padding: 13px;
    font-size: 20px;
}
.slider-anim .port-box-txt {
    transform: scaleY(1);
}

/*.logo-portfolio .slick-current .port-box-txt {
    transform: scaleY(1);
}*/
.logo-portfolio .slick-next.slick-arrow {
    bottom: -25px;
    top: auto;
    right: -12%;
    left: 0;
    /*background: #e96a35;*/
    width: 40px;
    height: 40px;
    border-radius: 60%;
    opacity: 1;
    z-index: 2;
    margin: auto;
}

.logo-portfolio .slick-prev.slick-arrow {
    bottom: -24px;
    top: auto;
    left: -12%;
    right: 0;
  
    width: 40px;
    height: 40px;
    border-radius: 60%;
    opacity: 1;
    z-index: 2;
    margin: auto;
}
.logo-portfolio .slick-next:before {
    content: "\f061";
    font:normal normal normal 14px/1 FontAwesome;
    color: #e96a35;
    color: #e96a35;
    font-size: 27px;
    opacity: 1;
    position: relative;
    left: 5px;
    font-weight: bold;
}
.logo-portfolio .slick-prev:before {
    content: "\f060";
    font:normal normal normal 14px/1 FontAwesome;
    color: #e96a35;
    font-size: 27px;
    opacity: 1;
    position: relative;
    left: -10px;
    font-weight: bold;
}


.logo-portfolio .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.logo-portfolio .slick-dots li.slick-active button {
    background-color: #e96a35;
    width: 50px;
}

.logo-portfolio .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
    width: 20px;
    right: 0;
    margin: auto;
    opacity: 1;
}

.logo-portfolio .slick-dots li button {
    background-color: #0000004a;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}

.logo-portfolio li.slick-active {
    width: 50px;
}

.logo-why-col ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    gap: 0 50px;
}

.logo-why-bx {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 33px 0px rgba(0, 0, 0, 0.19);
    padding: 30px 30px;
    margin-top: 50px;
    position: relative;
    border-radius: 6px;
}

.logo-why-bx h4 {
    font-size: 25px;
    padding: 15px 0;
    font-weight: 600;
}

.logo-why-choose {
    padding: 50px 0;
}

.logo-why-col li span {
    color: #E96A35;
    text-align: center;
    font-family: Matter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 256% */
    border: 1px solid;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
}

.logo-why-col li:before {
    content: '';
    border: 2px solid #000000;
    width: 90px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50px;
    margin: auto;
    background: transparent;
    z-index: -1;
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(90deg);
    opacity: 0.5;
}

.logo-why-col li {
    position: relative;
}

::before {}

.logo-why-col ul:before {
    content: '';
    border-top: 1px solid #000;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    border-style: dashed;
    border-bottom: 0;
    border-radius: 0;
}

.logo-why-bx:before {
    content: '';
    background: #e96a35;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
}
/*logo-design*/




/*logo-animation*/
.logo-animation-bnr{
    background:url(../images/logo-animation/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-animation-bnr .row {
    position: relative;
}

.logo-anim-bnr-vid-1 {
    position: absolute;
    width: auto;
    top: 0;
    left: -60px;
}

.logo-anim-bnr-vid-2 {
    position: absolute;
    width: auto;
    bottom: -150px;
    left: 230px;
}

.logo-anim-bnr-vid-3 {
    position: absolute;
    width: auto;
    top: -20px;
    right: -60px;
}

.logo-anim-bnr-vid-4 {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
}
.logo-anim-bnr-vid-4 {
    bottom: -80px;
    right: 140px;
    top: auto;
    left: auto;
}


.inner-serv-banner .h1-txt {
    font-size: 60px;
}
.inner-serv-banner .h1-txt {
    padding-bottom: 10px;
    margin: auto !important;
}
.inner-serv-banner p {
    width: 60%;
}

.about-logo-anim-bx1 {
    /* width: 300px; */
    /* height: 270px; */
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.about-logo-anim-bx2 {
    /* width: 292.663px; */
    /* height: 321.197px; */
    overflow: hidden;
}

.about-logo-anim-bx3 {
    /* width: 289.972px; */
    /* height: 318.244px; */
    overflow: hidden;
}

.about-logo-anim-bx4 {
    /* width: 294px; */
    /* height: 429px; */
    overflow: hidden;
    position: relative;
    top: -60px;
}

.logo-anim-about-side-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    gap: 10px 0;
    padding-top: 60px !important;
}

.logo-anim-about-side-img video {
    object-fit: cover;
}

.logo-anim-about-side-img video {
    /* width: 100%; */
    border-radius: 20px;
}

.logo-anim-sec-2 {
    padding: 50px 0;
}
.logo-anim-style-mcol ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    list-style: none;
    border: 1px solid #CECECE;
}

.logo-anim-s-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    background: #1D2856;
    border-radius: 60%;
    margin: 0 auto;
}

img.brdr-lne-anim {
    position: relative;
    z-index: -1;
    
}
.logo-anim-stle-bx:hover img.brdr-lne-anim {
        -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

    @-webkit-keyframes asteroid {
        0% {
            -webkit-transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @-moz-keyframes asteroid {
        0% {
            -moz-transform: rotate(0deg)
        }
        100% {
            -moz-transform: rotate(360deg)
        }
    }

    @-ms-keyframes asteroid {
        0% {
            -ms-transform: rotate(0deg)
        }
        100% {
            -ms-transform: rotate(360deg)
        }
    }

    @-o-keyframes asteroid {
        0% {
            -o-transform: rotate(0deg)
        }
        100% {
            -o-transform: rotate(360deg)
        }
    }

    @keyframes asteroid {
        0% {
            transform: rotate(0deg)
        }
        100% {
            transform: rotate(360deg)
        }
    }


.logo-anim-s-img-bx .img-ico-anim {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50px;
}


.logo-anim-stle-bx {
    padding: 40px 17px;
    border-right: 1px solid #CECECE;
    transition: all .5s ease-in-out;
    box-shadow: 6px 6px 40px 0px rgb(0 0 0 / 0%);
    border-radius: 0;
    /* background: #fff; */
    transform: scale(1);
    position: relative;
    z-index: 1;
}

.logo-anim-sec-3 {
    padding: 50px 0;
    background: url(../images/logo-animation/style-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-anim-stle-bx h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0 20px;
}

.logo-anim-style-mcol {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #cececce;
}

.logo-anim-style-mcol ul li:last-child {}

.logo-anim-style-mcol ul li:last-child .logo-anim-stle-bx {
    border-right: 0;
}

.logo-anim-stle-bx:hover {box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.20);transform: scale(1.05);border-radius: 10px;}

.logo-anim-stle-bx:before {
    content: '';
    background: #ffffff00;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.logo-anim-stle-bx:after {
    content: '';
    background: #ffffff00;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
}

.logo-anim-stle-bx:hover::after {
    background: #e96a35;
}
.logo-anim-stle-bx:hover::before {
    background: #fff;
}
.logo-anim-abt-vid-1 {
    width: 219px;
    height: 319.12px;
}

.logo-anim-abt-vid-3 {
    width: 219px;
    height: 258.11px;
}

.logo-anim-abt-vid-2 {
    width: 291px;
    height: 258.11px;
}

.logo-anim-abt-vid-4 {
    width: 291px;
    height: 319.12px;
    position: relative;
}

.logo-anim-sec-2 .col-sm-6 {
    /* padding: 0; */
}

.logo-anim-about-side-img:before {
    content: '';
    background: rebeccapurple;
    position: absolute;
    top: -40px;
    right: 0;
    border-radius: 0px 0px 0px 492px;
    background: #E96A35;
    width: 282px;
    height: 359px;
    transform: rotate(90deg);
    z-index: -1;
}

.logo-anim-about-side-img:after {
    content: '';
    background: rebeccapurple;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E96A35;
    width: 282px;
    height: 359px;
    transform: rotate(-90deg) scaleX(-1);
    z-index: -1;
    border-radius: 0px 0px 0px 492px;
}

.logo-anim-sec-2 .col-sm-6 {
    padding: 0;
}
/*logo-animation*/




/*video-animation*/
.video-animation-bnr{
    background:url(../images/video-anim/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bnr-video-anim {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    border-radius: 19px;
    /* border: 1px solid #ffffff; */
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(241 0 0 / 3%) 100%);
    /* backdrop-filter: blur(20px); */
    width: 526px;
    height: 308px;
    z-index: -1;
    margin: 0 auto;
}
.video-anim-bnr {
    width: 502.28px;
    height: 281.66px;
    padding: 0;
    position: relative;
    border-radius: 20px;
}

.bnr-vid-anim-1 {
    display: flex;
    align-items: center;
    height: 280px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    top: 13px;
}

.bnr-video-anim:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    background: linear-gradient(179deg, #00000070 19.21%, #0E1C48 82.59%);
    z-index: 2;
}

.bnr-video-anim:after {
    border-radius: 19px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(14, 28, 72, 0.00) 100%);
    backdrop-filter: blur(20px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.about-vid-anim-bx1 {
    overflow: hidden;
    /* border-radius: 20px; */
}

.about-vid-anim-bx1 video {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.video-anim-sec-2 {
    padding: 70px 0;
}
.video-tools-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D2856;
    border-radius: 15px;
    padding: 20px 20px;
    margin-top: 50px;
}

.tools-list-vid ul {
    list-style: none;
    display: flex;
    position-try-fallbacks: flip-block;
    gap:  0 20px;
    padding: 0;
    margin: 0;
}

.tools-txt h2 {
    color: #fff;
    font-size: 50px;
}

.tools-bx-vid {
    background: #fff;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.video-anim-4.video-anim-type-sec {
    padding: 70px 0;
}

.video-type-col-div {
    gap: 60px 0;
}

.video-type-col-div .video-type-inr {
    width: 100%;
    border-radius: 6px;
}

.video-type-inr-bx {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    width: 80%;
    box-shadow: 8px 8px 33px 0px rgba(0, 0, 0, 0.19);
}

.video-type-bx {
    position: relative;
}

.video-type-inr-bx h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.video-type-inr-bx h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.video-type-col-div .arrow {
    width: 42px;
    height: 42px;
    /* background: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60%;
    border: 1px solid #e96a35;
    position: relative;
    z-index: 1;
}

.video-type-col-div .arrow:before {
    z-index: -1;
    content: '';
    background: #e96a35;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    width: 36px;
    height: 36px;
    border-radius: 60%;
}


.video-anim-5 {
    padding: 70px 0;
}

.video-anim-bx-excep {
    text-align: center;
    position: relative;
}

.video-anim-bx-excep .logo-anim-s-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
}

.video-anim-bx-excep h4 {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #262626;
}

.video-anim-bx-excep .para {
    width: 80%;
    margin: 0 auto;
}

img.video-arrow-1 {
    position: absolute;
    right: -110px;
}

img.video-arrow-2 {
    position: absolute;
    right: -110px;
}

.video-anim-last-side-img video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.video-anim-6-sec {
    padding: 70px 0;
    background: #EFEFEF;
}


.video-anim-6-sec .row {
    align-items: center;
}
.video-portfolio-sec {
    background: #fff;
    padding: 50px 0;
}
/*video-animation*/



/*seo*/
.seo-bnr{
    background:url(../images/seo/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}


    .seo-sec-5 .h2-txt {
        font-size: 50px;
    }
    .seo-sec-5 .seo-what-bx p.para {
        min-height: 190px;
    }
.progress {
    position: relative;
    overflow: visible;
    margin-bottom: 110px !important;
    height: 48px;
    border-radius: 60px !important;
}

.progress span {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 80px;
    z-index: 3;
    padding: 8px 0;
    width: 103px;
    height: 103px;
    align-items: center;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 60%;
    color: #262626;
    font-size: 25px;
    font-weight: 600;
    color: #262626;
    backdrop-filter: blur(13px);
}

.progrs-br-1 span {background: rgba(255, 255, 255, 0.40);border: 3px solid #e96a35;right: 5px;}

.progress-seo-list h4 {
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.progrs-br-1 {background: #E9E9E9;border: 1px solid #E96A35;}

.progress-bar-1 {background-color: #E96A35;}

.progrs-br-2 {
    border: 1px solid #1D2856;
}

.progress-bar-2 {
    background-color: #1D2856;
}

.progress-bar-3 {
    background-color: #70FF70;
}

.progrs-br-3 {
    border: 1px solid #70FF70;
    margin-bottom: 0 !important;
}
.progress-bar {
    border-radius: 60px;
}
.progrs-br-2 span {
    border: 3px solid #1D2856;
    right: 130px;
}

.progrs-br-3 span {border: 3px solid #70ff70;right: 170px;}
.progress-seo-list {
    width: 85%;
}
.vid-anim-about-side-img {
    position: relative;
}

.seo-progress-txt {position: absolute;right: -235px;top: -65px;bottom: 0;margin: auto;display: flex;align-items: center;}

.seo-progress-txt h3 {
    color: #E5E5E5;
    text-align: center;
    font-family: Matter;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transform: rotate(90deg);
}
.seo-rtng-bx:hover {
    top: -20px;
}

.seo-rtng-bx:hover .seo-rtng-inr-bx {
    background: #e96a35;
}

.seo-rtng-bx {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0;
    transition: all .5s ease-in-out;
    position: relative;
    top: 0;
}


.seo-rtng-inr-bx h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-bottom: 0;
    color: #fff;
}

.seo-rating-sec {
    padding: 70px 0;
    background: url(../images/seo/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.seo-rtng-inr-bx {
    padding: 20px 20px;
    border-radius: 8px 8px 0px 0px;
    background: #1D2856;
}

.seo-rtng-bx p {
    padding: 20px 20px 20px;
}

.seo-rating-main-col {
    padding: 0 0 0 0;
    position: relative;
}

.line-progrs-rtng {
    margin-top: -135px;
    margin-bottom: 60px;
    width: 98%;
}

.seo-rating-sec .hd-txt {
    width: 80%;
    margin: 0 auto;
}
.seo-rating-sec .row {
    position: relative;
}

.seo-rating-sec 
 .seo-rockt-img {
    position: absolute;
    width: auto;
    right: -58px;
    top: -2px;
}

.seo-rating-sec .row {
    justify-content: center;
}
.seo-mrkt-txt-inr-bx {
    display: flex;
    /* align-items: center; */
    width: 100%;
}

.seo-mrkt-txt-inr-bx .seo-mrkt-txt-bx {
    width: 50%;
    padding: 45px 30px;
    background: #E9E9E9;
}

.seo-mrkt-txt-inr-bx .seo-mrkt-img-bx {
    width: 50%;
}

.seo-mrkt-txt-inr-bx .seo-mrkt-img-bx img {
    width: 100%;
    height: 523px;
}
.seoMrktngLst {}

.seoMrktngLst {
    border-radius: 20px 0px 0px 20px;
    background: #1D2856;
    padding: 50px 22px;
    overflow: hidden;
    z-index: 1;
}

.seo-mrkt-txt-lst h4 {color: #fff;text-transform: uppercase;font-size: 20px;font-style: normal;font-weight: 500;line-height: 28px;}

.seo-mrkt-txt-lst {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    cursor: pointer;
}

.seoMrktngLst .slick-list {
    height: 433px !important;
}

.seoMrktngLst:before {
    content: '';
    background: #FFFFFF;
    position: absolute;
    left: 23px;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: .5;
    z-index: -1;
}

.seo-mrkt-txt-lst:before {
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: auto;
    z-index: 1;
}

.slick-current .seo-mrkt-txt-lst:before {
    background: #e96a35;
}

.seo-mrkt-txt-lst:hover::before {
    background: #e96a35;
}

.seo-mrkt-txt-bx h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
}

.seo-mrktng-exp-main-col .col-sm-3, .seo-mrktng-exp-main-col .col-sm-9 {
    padding: 0;
}

.seo-mrktng-exp-main-col {
    height: 523px;
}
.seo-sec-4 {
    padding: 50px 0;
}

.seo-sec-5 {
    padding: 50px 0;
    background: url(../images/seo/perform-bnr.png);
    background-size: cover;
    background-position: center;
}

.seo-what-bx {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
    overflow: hidden;
}
.seo-what-inr-bx {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 20px;
}

.seo-what-inr-bx h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    width: 50%;
}

.seo-sec-5 .row {
    gap: 40px 0;
}

.seo-sec-5 .h2-txt {
    padding-bottom: 20px;
}
.seo-sec-6 {
    padding: 70px 0 70px;
}
.seo-sec-6 .row {
    align-items: center;
}
/*seo*/


/*smm*/
.smm-bnr {
    padding: 50px 0;
    background: url(../images/smm/banner-bg.png);
    background-size: cover;
    background-position: center;
}
.smm-sec-2 .col-sm-5 {
    padding: 0;
}
.smm-sec-2 .inr-box-sec-two h3 {
    font-size: 58px;
}

.smm-sec-2 .inr-box-sec-two .inr-bx-web-sec-2 h2 {
    font-size: 30px;
}

section.web-sec-2.smm-sec-2.smm-about-sec .inr-bx-web-sec-2 {
    height: 355px;
}

section.web-sec-2.smm-sec-2.smm-about-sec .inr-bx-web-sec-2 p {
    font-size: 15px;
    line-height: 22px;
}
.smm-sec-2 .inr-box-sec-two {
    padding: 40px 10px;
    /* position: relative; */
}
.smm-sec-3 .logo-anim-stle-bx:before {
    display: none !important;
}

.smm-sec-3 .logo-anim-stle-bx:after {
    display: none !important;
}

.smm-sec-3 .logo-anim-stle-bx {
    border: 0;
}

.smm-sec-3 .logo-anim-style-mcol ul {
    border: 0 !important;
}
.smm-mrktng-logo-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.smm-mrktng-bx {
    text-align: center;
}

.smm-mrktng-bx .smm-tb-m-img {
    width: 100%;
}

.smm-mrktng-bx img.smm-tb-ico-img {
    margin: 15px 0px 15px 10px;
}

.seo-sec-4 .smm-mrktng-main-col {
    height: auto;
}

.smm-mrktng-bx .bnr-btn a {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.smm-mrktng-bx .bnr-btn {
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 20px 20px;
}

.smm-mrktng-main-col .seoMrktngLst {
    background: transparent;
    padding: 50px 0px 50px 60px;
    width: 50%;
}

.smm-mrktng-main-col .seoMrktngLst h4 {
    color: rgb(0 0 0 / 60%);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.smm-mrktng-main-col .seo-mrkt-txt-lst:before {
    left: 0;
    width: 100%;
    height: 1px;
    top: 30px;
}

.smm-mrktng-main-col .SeoMrktngTxt {
    width: 50%;
    padding: 0;
}

.smm-mrktng-bx p.para {
    padding: 0 10px;
    text-align: left;
}

.seo-sec-4 .smm-mrktng-main-col .SeoMrktngTxt .slick-list {
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
}

.smm-mrktng-main-col .seoMrktngLst .slick-current h4, .smm-mrktng-main-col .seoMrktngLst h4:hover {
    color: #e96a35;
}
/*smm*/



/*orm*/
.orm-bnr{
    background:url(../images/orm/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.orm-about-sec {
    padding: 90px 0 0px;
}
.video-anim-4.video-anim-type-sec.orm-sec-5 .video-type-bx img {
    width: 100%;
}

.orm-about-sec .row{
    align-items: center;
}
.orm-inr-side-img-1 img {
    width: 100%;
}
.orm-inr-side-img-1{
    position: relative;
    z-index: 1;
}
.orm-inr-side-img-1:before{
    content: '';
    width: 122.588px;
    height: 411.484px;
    transform: rotate(28.668deg);
    border-radius: 500px;
    background: #E96A35;
    position: absolute;
    top: -30px;
    left: 100px;
    bottom: auto;
    z-index: -1;
}
.orm-inr-side-img-1:after{
    content: '';
    width: 122.588px;
    height: 379.582px;
    transform: rotate(28.668deg);
    border-radius: 500px;
    background: #E96A35;
    position: absolute;
    top: -50px;
    left: 300px;
    bottom: auto;
    z-index: -1;
}
.orm-inr-side-img-1 span{
    content: '';
    width: 355px;
    height: 355px;
    border-radius: 355px;
    background: #E96A35;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.orm-sec-4 {
    padding: 50px 0 70px;
}
.orm-sec-4 .logo-anim-s-img-bx h5 {
    position: absolute;
    z-index: 26;
    color: #fff;
    font-size: 30px;
}

.orm-sec-4 .logo-anim-s-img-bx {
}

.orm-sec-4 .logo-wht-bx h4 {
    padding: 30px 0;
}
section.logo-design-sec-3.orm-sec-4 {
    padding: 55px 0 110px;
}

.reputate-box {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 20px;
    transition: all .5s ease-in-out;
}

.reputation-m-col .col-sm-9 {
    gap: 40px 0;
}

.reputate-inr-bx {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    gap: 0 15px;
}

.orm-sec-3 {
    background: url(../images/orm/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.reputate-lst-box {
    background: #ea7645;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

.reputate-lst-box h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.reputate-lst-box p {
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}

.reputate-lst-box a {
    color: #fff;
    text-decoration: none;
}

.reputate-lst-box .bnr-btn {
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
.reputate-lst-box a.btn2 {
    color: #000;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.video-anim-4.video-anim-type-sec.orm-sec-5 {
    padding: 70px 0 90px;
}
.reputate-inr-bx h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
/*orm*/

/*branding*/
.branding-bnr{
    background: url(../images/branding/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.branding-sec-3{
    background: url(../images/orm/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}


.branding-apprch-bx {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.30);
    padding: 20px 20px;
    text-align: center;
}

.brnd-apprch-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e96a35;
    padding: 10px;
    border-radius: 10px;
}
.branding-apprch-bx p.para {
    height: 270px;
}

.branding-apprch-bx h3 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding: 15px 0;
}

.branding-sec-3 .hd-txt {
    padding-bottom: 50px ;
}

.brdng-inr-side-img-4 video {
    width: 90%;
    border-radius: 20px;
    margin: 0 auto;
    display: table;
}

.brading-sec-4 {padding: 50px 0;}

.branding-sec-2 {
    padding: 70px 0;
}

.brndng-serv-inr-bx {
    width: 106px;
    height: 106px;
    box-shadow: -6px -6px 30px 0px rgba(255, 255, 255, 0.33) inset, 6px 6px 30px 0px rgba(0, 0, 0, 0.20) inset;
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    border: 1px solid #E3E3E3;
    background:#fff;
}

.branding-serv-sec  {
    background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
    box-shadow: 0px -15px 36px 0px rgba(0, 0, 0, 0.06) inset;
    overflow: visible;
}


.brndng-serv-bx {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brndng-serv-bx h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    text-transform: uppercase;
    color: rgb(0 0 0 / 50%);
    padding-bottom: 12px;
}

.brandingServList {
    top: 70px;
}

section.brndng-serv-dtl-sec {
    padding: 90px 0 0px;
}

.brandingServList .slick-list {
    padding-bottom: 35px;
}

section.brndng-serv-dtl-inr-sec .row {
    position: relative;
    /* height: 701px; */
}

.srv-side-img-brndng {
    position: absolute;
    right: -660px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* border-radius: 230px 20px 0 0; */
    height: 100%;
}
.srv-side-img-brndng img {
    width: 100%;
    /* border-radius: 20px !important; */
    height: auto;
}

.slick-current .brndng-serv-bx h4, .brndng-serv-bx:hover h4{
    color: #1D2856;
    opacity: 1;
}

.slick-current .brndng-serv-inr-bx, .brndng-serv-inr-bx:hover {
    background: #1D2856;
}

.slick-current .brndng-serv-inr-bx img, .brndng-serv-inr-bx:hover img {
    filter: invert(1) brightness(100);
}

/*branding*/


/*wordpress*/
.wordpress-develop-bnr{
    background: url(../images/wordpress/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-anim-sec-2.wordpress-sec-2 .col-sm-6 {padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);}
.wordpress-sec-3 .reputate-box p.para {
    min-height: 145px;
    line-height: 25px;
}
.reputate-box .para {
    min-height: 185px;
}
section.ecom-dev-sec-4.wordpress-ecom-dev-4 .ecom-4-list-bx {
    padding: 25px 0;
}
/*wordpress*/



/*web-app-dev*/
.web-app-bnr{
    background: url(../images/web-app/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.web-app-about-side-img {
    position: relative;
    z-index: 1;
}

.web-app-about-side-img .ab-bg-img-wbapp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.web-app-about-side-img img.ab-m-img-wbapp {
    width: 100%;
    position: relative;
    top: 80px;
}

.web-app-sec-2 {
    padding: 70px 0;
}
.web-app-abt-bx {
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    background: #1D2856;
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.30);
    padding: 30px 20px;
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.web-app-abt-bx h3 {
    color: #fff;
    font-size: 28px;
    padding-bottom: 8px;
}

.web-app-abt-bx p {
    color: #fff;
    min-height: 120px;
}

.web-app-abt-bx-bf {
    position: absolute;
    top: 0;
    left: 0;

}

img.web-app-abt-bx-af {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(-1);
}

.web-app-abt-ex {
    padding-top: 70px;
}
.web-app-abt-bx:hover {
    background: #e96a35;
}

.web-app-abt-bx:hover .web-app-abt-bx-bf, .web-app-abt-bx:hover .web-app-abt-bx-af {
    filter: invert(1) brightness(100);
}

.web-app-cross-slider .slick-list {
    width: 130%;
    padding: 50px 0;
}
.wbap-cross-bx {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
    margin: 0 20px;
}

.wbap-cross-bx h3 {
    color: #1D2856;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    text-transform: uppercase;
    padding: 11px 0;
    min-height: 90px;
    display: flex;
}
.wbap-cross-bx p {
    min-height: 160px;
}

img.wbapp-m-img-cross {
    width: 100%;
    margin-top: 10px;
}

.web-app-cross-sec {
    padding: 0 0 90px;
}

.web-app-cross-slider ul.slick-dots {
    border-radius: 300px;
    background: #E6E6E6;
    box-shadow: 0px -4px 9px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.18) inset;
    width: 1300px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 0;
    margin: auto;
    left: 0;
}

.web-app-cross-slider .slick-dots li {
    width: 250px;
    height: 8px;
    background: transparent;
    border-radius: 10px;
}

.web-app-cross-slider .slick-dots li button:before {
    width: 200px;
}

.web-app-cross-slider .slick-dots li button:before {
    content: '';
}

.web-app-cross-slider .slick-dots li.slick-active {
    background: #1D2856;
}
.wp-app-cross-extra {
    padding-top: 20px;
}

.wp-app-cross-extra .bnr-btn {
    justify-content: flex-start !important;
}

.web-app-cross-slider .slick-prev {
    background: #e96a35;
    right: 0;
    left: 0;
    bottom: -100px;
    top: auto;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    margin: auto;
    z-index: 1;
    opacity: 1;
}

.web-app-cross-slider .slick-next {
    background: #e96a35;
    right: -100px;
    left: 0;
    bottom: -100px;
    top: auto;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    margin: auto;
    z-index: 1;
    opacity: 1;
}
.ftr-col-1 img {
    width: 200px;
    /* filter: invert(1) brightness(100); */
}
.web-app-cross-slider .slick-arrow:hover {
    background: #1d2856;
}

.wb-app-dev-what{
    background:url(../images/seo/perform-bnr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*web-app-dev*/



/*mobile-app*/
div#nav-tabMobile {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

div#nav-tabMobile a.nav-link {
    border: 0;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}
div#nav-tabMobile {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    border: 0;
}

div#nav-tabMobile a.nav-link {
    border: 0;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease-in-out;
}
.mobile-app-list-bg {
    background: url(../images/mobile-app/tab-side-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 30px;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.mobile-app-case {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0 0;
}

.mobile-app-list-bg h3 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 20px;
}

.mobile-app-sec-3 {
    padding: 0 0 70px;
}

#nav-tabContentMobile {
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    height: 665px;
    background: #fff;
    padding: 20px 30px;
}
.mobile-app-lst-dtl-txt p {
    min-height: 270px;
}

.mobile-app-lst-dtl-txt h4 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.mobile-app-lst-dtl-txt img {
    width: 100%;
    margin-top: 20px;
}

.mobile-app-list-bg .nav-link:hover,.mobile-app-list-bg .nav-link.active {
    background: #e96a35 !important;
}

.mobile-app-reslt-drivn {
    padding: 50px 0;
}

.result-list-box-mob.result-list-box-mob1 {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #1D2856;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    height: 100px;
    overflow: hidden;
    padding: 0 0px 0 20px;
}

.rslt-rtng-mob {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    width: 24%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 5px;
}

.rslt-rtng-mob svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.result-list-box-mob.result-list-box-mob1 img {
}

.result-list-mobile {
    gap: 40px 0;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
}

.rslt-rtng-mob .count {
    text-align: right;
    width: 100%;
    color: #fff;
    z-index: 1;
    font-size: 40px;
    font-weight: 600;
}

.result-list-box-mob.result-list-box-mob1 h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 60%;
}

.mobile-app-reslt-drivn .row {
    align-items: center;
}

/*mobile-app*/


/*aobut-us*/
.about-pg-side-img {
    position: relative;
    z-index: 1;
}

.about-pg-side-img .about-inr-img-1 {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.abt-side-img-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 216px;
    width: 211px;
    flex-direction: column;
}

.abt-side-img-1 img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.abt-side-img-1 h4 {
    font-size: 85px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.abt-side-img-1 p {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.about-sec-2 {
    padding: 70px 0;
}


.core-values-about {
    padding: 70px 0;
    background: url(../images/about/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.core-val-abt-bx {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    transition: all .5s ease-in-out;
}

.core-val-abt-bx h3 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 15px;
}

.core-values-about .row {
    gap: 30px 0;
    position: relative;
}
span.abt-core-val-cntr-img {
    width: 183px;
    height: 183px;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(216, 216, 216, 1);
}

img.pin-img-abt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 115px;
    height: 115px;
    transition: all .5s ease-in-out;
}

span.abt-core-val-inr-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 60%;
    position: relative;
    z-index: 1;
    border: 1px solid #e96a35;
}

/*span.abt-core-val-inr-img:before {
    content: '';
    background: #e96a35;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60%;
    z-index: -1;
}*/
.core-val-abt-bx.text-right {text-align: right;}

span.abt-core-val-inr-img img.ico-abt-cvalue {
    position: relative;
}
.core-val-abt-bx:hover {
    background: #1D2856;
}

.core-val-abt-bx:hover h3, .core-val-abt-bx:hover p {
    color: #fff;
}
.about-pg-bnr{
    background:url(../images/about/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*aobut-us*/


/*pricing*/
.pricing-bnr{
    background:url(../images/pricing/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-inr-dtl .slick-list {
    padding: 40px 0;
}

.pricing-dtl-bx {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    margin: 0 10px;
    position: relative;
}

img.pr-rate-ico {
    position: absolute;
    right: 12px;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #F9F9F9;
    box-shadow: -8px -8px 20px 0px rgba(255, 255, 255, 0.15) inset, 5px 8px 20px 0px rgba(0, 0, 0, 0.15) inset;
    padding: 10px;
}

.pricing-dtl-bx h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.pricing-dtl-bx h5 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #262626;
    padding: 15px 0;
}

.pricing-dtl-bx span {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 6px;
}

.pricing-dtl-bx span del {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
     /* 375% */
    color: rgb(38 38 38 / 50%);
    position: relative;
    top: 6px;
}

.pricing-dtl-bx .bnr-btn {
    padding-top: 0;
}

.pricing-dtl-bx .bnr-btn .btn1 {
    background: linear-gradient(to left, #ffffff00 50%, #1d2856 50%);
    border: 1px solid;
    color: #000;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-size: 212%;
    background-position: right bottom;
    transition: 0.5s ease-in-out;
}

.pricing-dtl-bx ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 35px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pricing-dtl-bx ul i {
    margin-right: 5px;
    margin-left: 2px;
    color: #e96a35;
}

.pricing-dtl-bx .bnr-btn {
    padding: 25px 0;
}


.pricing-main-sec .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pricing-main-sec .slick-dots li.slick-active button {
    background-color: #e96a35;
}

.pricing-main-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.pricing-main-sec .slick-dots li button {
    background-color: #212529;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.pricing-main-sec {
    padding: 70px 0;
}

div#pricing_tab {
    border: 0;
    border-radius: 600px;
    border: 1px solid #EDEDED;
    background: #F9F9F9;
    box-shadow: -8px -8px 20px 0px rgba(255, 255, 255, 0.25) inset, 5px 8px 20px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 5px;
    display: flex;
    gap: 0 25px;
    width: 69.4%;
    margin: 0 auto;
}

div#pricing_tab a.nav-link {
    border-radius: 600px;
    background: transparent;
    border: 0;
    position: relative;
    transition: all .2s ease-in-out;
    color: #000;
}

div#pricing_tab a.nav-link.active, div#pricing_tab a.nav-link:hover {
    background: #1D2856;
    color: #fff;
}

div#pricing_tab a.nav-link:before {
    content: '';
    background: transparent;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    border-right: 1.5px solid rgb(0 0 0 / 50%);
    border-style: dashed;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

div#pricing_tab a.nav-link:last-child::before {
    display: none;
}

div#pricing_tab a.nav-link.active:before {
    opacity: 0;
}

div#pricing_tab a.nav-link:hover::before {
    opacity: 0;
}



/*tab-high*/
.tab-slider-wrapper {
  position: relative;
}

.tab-highlight-bg {
  position: absolute;
  top: 0;
  height: 100%;
  background: #1D2856;
    color: #fff;
border-radius: 600px;
  transition: all 0.3s ease;
  width: 0;
  left: 0;
  z-index: 0;
}

#pricing_tab .nav-link {
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}
.tab-content .tab-pane {
  transition: opacity 0.2s ease-in-out;
}
.pricing-dtl-bx:before {
    content: '';
    background: #e96a35;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    border-radius: 13px;
    z-index: -1;
}


/* width */
.pricing-dtl-bx ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pricing-dtl-bx ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.pricing-dtl-bx ::-webkit-scrollbar-thumb {
  background: #E96A35; 
  border-radius: 10px;
}

/* Handle on hover */
.pricing-dtl-bx ::-webkit-scrollbar-thumb:hover {
  background: #E96A35; 
}
/*tab-high*/

.combo-main-col {
    border-radius: 10px 0px 0px 0px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 40px;
}
section.combo-packge{
    padding: 70px 0;
    text-align: center;
    background: url(../images/seo/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.combo-main-col .hd-txt {
    text-align: center;
    background: url(../images/pricing/pricing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
}

.combo-price-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    background:url(../images/pricing/combo-price-bg.png);
    /* background: linear-gradient(180deg, #FFF 0%, #DBDBDB 100%); */

    position: relative;
    z-index: 1;
    padding: 21px 0 30px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    border-style: dashed;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.combo-main-col .hd-txt h2 {
    color: #fff;
}
.combo-txt {
    display: flex;
    flex-direction: column;
    gap: 0;
}
span.circle-bf {
    position: absolute;
    left: -5px;
    bottom: -7px;
    width: 15px;
    height: 15px;
    z-index: 1;
    background: #D9D9D9;
    border-radius: 60%;
}

span.circle-af {
    position: absolute;
    right: -5px;
    bottom: -7px;
    width: 15px;
    height: 15px;
    z-index: 1;
    background: #D9D9D9;
    border-radius: 60%;
}
span.cmb-spec-1 {
    border-radius: 4px;
    background: #E96A35;
    padding: 4px 6px;
    color: #fff;
    width: 74px;
    height: 35px;
    text-transform: uppercase;
    text-align: center;
}

span.cmb-spec-2 {
    border-radius: 4px;
    background: #1D2856;
    box-shadow: 3px 2px 0px 0px #E7E8EB;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 64px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-8deg);
}

.cmb-price del {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: rgb(38 38 38 / 50%);
}

.cmb-price h4 {
    color: #1D2856;
    font-family: Matter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.cmb-price sup {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    top: 0;
}

.price-cmb-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.price-cmb-list ul {
    width: 32.33%;
    padding: 0;
    margin: 0;
    list-style: none;
}


.price-cmb-list ul h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 7px;
    text-align: left;
}

.price-cmb-list ul li i {
    margin-right: 10px;
    color: #e96a35;
}

.price-cmb-list ul li {line-height: 30px;text-align: left;}

.combo-price-bx:before {
    content: '';
    background: linear-gradient(180deg, #FFF 0%, #DBDBDB 100%);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.3;
}
/*pricing*/

/*contact*/
.cntct-pg-bnr{
    text-align: center;
    background: url(../images/contact/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-bx {
    display: flex;
    align-items: center;
    a;:
    c;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    padding: 30px 10px;
    height: auto;
}

.contact-bx {}

.contact-inner-sec {
    padding: 70px 0 90px;
}

.contact-bx a {
    display: flex;
    flex-direction: column;
    width: 73%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    color: #000;
}

.contact-bx .logo-anim-s-img-bx {width: 65px;height: 65px;}

.contact-bx img.img-ico-anim {
    width: auto;
}

.contact-bx img.brdr-lne-anim {
    width: 85px;
    height: 85px;
}

.contact-bx a span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.contact-inr-m-col {}

.contact-inr-m-col .col-sm-4:nth-child(2) {}

.contact-inr-m-col .col-sm-4:nth-child(2) .contact-bx {
    top: 30px;
}
/*contact*/


/*portfolio-*/
.portfolio-pg-bnr{
     background: url(../images/portfolio/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#portfolio-main_tab {
    border: 0;
    border-radius: 600px;
    border: 1px solid #EDEDED;
    background: #F9F9F9;
    box-shadow: -8px -8px 20px 0px rgba(255, 255, 255, 0.25) inset, 5px 8px 20px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 5px;
    display: flex;
    gap: 0 25px;
    width: 69.4%;
    margin: 0 auto;
}

#portfolio-main_tab a.nav-link {
    border-radius: 600px;
    background: transparent;
    border: 0;
    position: relative;
    transition: all .5s ease-in-out;
    color: #000;
}

.portfolio-main-pg{
    padding: 70px 0;
}
.box18 {
    overflow: hidden;
}
.box18 {
    text-align: center;
    position: relative;
}
.box18:after,
.box18:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgb(255 195 45 / 46%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.box18:hover:after,
.box18:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400);
}
.box18:before {
    -o-transition: all 0.5s linear 0.3s;
    -moz-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    -webkit-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
}
.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.box18:after {
    -o-transition: all 0.5s linear 0.6s;
    -moz-transition: all 0.5s linear 0.6s;
    -ms-transition: all 0.5s linear 0.6s;
    -webkit-transition: all 0.5s linear 0.6s;
    transition: all 0.5s linear 0.6s;
}
.box18:hover:after {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.box18 img {
    width: 100%;
    height: auto;
}
.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}
.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0;
}
.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto;
}
@media only screen and (max-width: 990px) {
    .box18 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .box18 .box-content {
        padding-top: 0;
    }

}
@media only screen and (max-width: 359px) {
    .box18 .title {
        padding-bottom: 10px;
    }
}
.box18:hover .box-content i {
    font-size: 40px;
    color: #fff;
}

.portfolio-box-m {
    border-radius: 20px;
    background: #000;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);
    height: 300px;
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
    transform: scale(1);
}

.portfolio-box-m img {
    width: 100%;
}
.portfolioSliderM .slick-list {
    padding: 80px 40px !important;
}

.slick-current .portfolio-box-m {
    transform: scale(1.25);
}

.portfolio-box-m:hover img {object-position: bottom;}
#portfolio-main_tab a.nav-link:hover, #portfolio-main_tab a.nav-link.active {
    background: #1d2856;
    color: #fff;
}
.box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    transform: scale(0);
    font-size: 35px;
    width: 100px;
    height: 100px;
    background: #e96a35d1;
    border-radius: 60%;
}

.box-content {}

.portfolio-box-m:hover .box-18 {
    background: #fff;
}

.portfolio-box-m:hover .box-content {
    color: #fff;
    transform: scale(1);
}
/*portfolio-*/





.ecom-dev-how-mcol-slider .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.ecom-dev-how-mcol-slider .slick-dots li.slick-active button {
    background-color: #e96a35;
    width: 20px;
}

.ecom-dev-how-mcol-slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
    width: 20px;
    right: 0;
    margin: auto;
    opacity: 1;
}

.ecom-dev-how-mcol-slider .slick-dots li button {
    background-color: #0000004a;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}

.ecom-dev-how-mcol-slider .ecom-dev-how-bx .para {
    width: 95%;
}




























ul.dropdown-menu.new-drop-dwn-st ul a:before {
    background: #1D2856;
}



.new-drop-dwn-st {
    width: 1000px;
    left: -630px !important;
    right: 0;
    margin: auto;
}

ul.dropdown-menu.new-drop-dwn-st {
    display: flex;
    gap: 0 60px;
    padding: 20px 20px;
}

ul.dropdown-menu.new-drop-dwn-st ul {
    padding: 0;
    list-style: none;
}

ul.dropdown-menu.new-drop-dwn-st h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}

ul.dropdown-menu.new-drop-dwn-st ul a {
    padding-left: 0;
    padding: 0 0 !important;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

ul.dropdown-menu.new-drop-dwn-st ul li {
    padding-top: 10px;
}














.portfolioSliderM .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.portfolioSliderM .slick-dots li.slick-active button {
    background-color: #e96a35;
    width: 50px;
}

.portfolioSliderM .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
    width: 20px;
    right: 0;
    margin: auto;
    opacity: 1;
}

.portfolioSliderM .slick-dots li button {
    background-color: #0000004a;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}
.portfolioSliderM .slick-dots li.active {
    width: 50px;
}

.portfolioSliderM .slick-dots li.slick-active {
    width: 50px;
}

.portfolioSliderM .slick-dots li {
    transition: all .5s ease-in-out;
}























span.sidenav-mob{
    display: none;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 5px 5px 5px 25px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  font-size: 16px !important;
  color: #fff;
}

.sidenav a:hover {
    color: #e96a35;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.rslt-rtng-mob .count sup {
    font-size: 25px;
    top: 0;
    z-index: 1;
}

.rslt-rtng-mob sup {
    font-size: 45px;
    z-index: 1;
    position: relative;
    top: -30px;
}


.tech-slider.slick-initialized.slick-slider {
    display: none;
}



section.terms_condition {
    padding: 50px 0;
}

section.terms_condition h2.title.clr_blk {
    padding: 10px 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.serv-list-1 ul {
    display: flex;
    flex-wrap: wrap;
}

.serv-list-1 ul h4 {
    width: 100%;
}

.serv-list-1 ul li {
    width: 50%;
}

.serv-list-1 ul li a {
    padding: 10px 0 0 0;
}

.serv-list-4 {
    width: 50%;
}
.serv-list-5 {
    width: 50%;
}

.serv-list-4 a {
    padding: 10px 0 0 0;
}



.thank-banner{
    background:url(../images/thank-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.terms-banner{
    background:url(../images/privacy-brn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}





.port-box .port-box-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #0000008a;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    transform: scale(0);
}
.port-box .port-box-txt h3{
    display: none;
}
.port-box .port-box-txt i {
    font-size: 45px;
    color: #fff;
    transition: .8s ease-in;
    transform: scale(0);
}
.port-box:hover .port-box-txt {
    transform: scale(1);
}

.port-box:hover .port-box-txt i {
    transform: scale(1);
    transition: .4s ease-out;
}




















.port-video {
    width: 563px;
    height: 390px;
}

.vid-port-sst {}

.vid-port-sst .port-box {
    margin-top: 3px;
    width: 94%;
}

.vid-port-sst .slick-list::before {
    width: 1130px;
    left: -580px;
}

.vid-port-sst .port-box .port-box-txt {
    background: transparent;
}


.fade:not(.show){
    display: none;
}

.pricing-inr-m-col {
    height: 660px;
}

.pricingTab_innrst {
    display: inline-flex !important;
    width: auto !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto;
}
.pricing-dtl-bx .bnr-btn .btn1:hover {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    color: #fff;
}

div#pricingTab4 .tab-slider-wrapper, div#pricingTab5 .tab-slider-wrapper {
    margin: 0 auto;
    display: flex;
    margin-top: 25px;
}

.col-sm-12.ftr-lst-col-st {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.contact-dtl-ftr {
    margin: 0;
}


















/*industries*/
.accounting-bnr{
    background:url(../images/industry/accounting/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.construct-bnr{
    background:url(../images/industry/construction/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.restaurant-bnr{
    background:url(../images/industry/restaurant/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.chruch-bnr{
    background:url(../images/industry/chruch/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.industry-side-img-st img {
    width: 100%;
}

.industry-side-img-st {
    position: relative;
    z-index: 1;
}

.industry-side-img-st span {
    position: absolute;
    border-radius: 0px 0px 0px 492px;
    opacity: 0.3;
    background: #E96A35;
    width: 282px;
    height: 225px;
    transform: rotate(90deg);
    flex-shrink: 0;
    z-index: -1;
    top: 0;
    left: 0;
}
.industry-inr-sec1 {
    padding: 70px 0 0;
}

.industry-inr-sec1 .row {
    align-items: center;
}
.industry-inr-sec1 .tools-txt h2 {
    font-size: 42px;
}
.industry-process-sec {
    padding: 70px 0;
}

.industry-process-sec .hd-txt img {
    width: 90%;
    padding-top: 0px;
    display: table;
}

.process-box-indus {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-left: 2px solid #e56834;
}

.process-list-indus {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 83%;
}

.process-bx-txt-indus h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
    color: #262626;
    padding-bottom: 9px;
}

.process-box-indus:before {
    content: "\f0da";
    /* background: rebeccapurple; */
    position: absolute;
    left: -12px;
    top: 2px;
    bottom: 0;
    width: 1px;
    height: 100%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    color: #e96a35;
}

.process-indus-col {
    position: relative;
    z-index: 1;
}

.process-indus-col .seo-progress-txt h3 {
    color: #1D2856;
    text-align: center;
    
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.08;
}
.benefit-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0 30px;
    border-top: 1px solid rgb(29 40 86 / 30%);
    padding-top: 60px;
    border-top-style: dashed;
}

.benefit-indus-bx img {
    width: 100%;
    height: 354px;
}

.benefit-indus-bx {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 0px 0 20px;
    width: 32%;
    transition: all .5s ease-in-out;
    height: 100%;
    position: relative;
}

.industry-benefit-sec {
    padding: 70px 0;
}

.benefit-indus-bx p.para {
    width: 90%;
}

.benefit-indus-bx h4 {
    text-align: left;
}

.benefit-indus-bx p.para {
    margin: 0;
    text-align: left;
    padding: 10px 0 15px;
    height: 160px;
    background: linear-gradient(180deg, #313131 65.07%, rgb(207 207 207) 36.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

.benefit-indus-bx h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    padding-right: 5px;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.benefit-indus-bx.active {
    width: 50%;
}
.benefit-indus-bx.active p.para {
    background: linear-gradient(180deg, #313131 16.07%, #313131 36.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.industry-benefit-sec {
    padding: 70px 0 0;
}

.benefit-list {}

.benefit-indus-bx:before {
    content: '';
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    width: 17px;
    height: 17px;
    border-radius: 60%;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.30));
    background: #1D2856;
    margin: auto;
}

.benefit-indus-bx:after {
    content: '';
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    height: 70px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.30));
    margin: auto;
    width: 1px;
    border-left: 1px solid rgb(29 40 86 / 30%);
    border-left-style: dashed;
    z-index: -1;
}

.benefit-indus-bx.active:before {
    background: #E96A35;
}





.dentist-bnr{
    background:url(../images/industry/dentist/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.doctor-bnr{
    background:url(../images/industry/doctor/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.electrician-bnr{
    background:url(../images/industry/electrician/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wedding-bnr{
    background:url(../images/industry/wedding/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.law-bnr{
    background:url(../images/industry/law/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.real-estate-bnr{
    background:url(../images/industry/real-estate/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.plumber-bnr{
    background:url(../images/industry/plumber/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.benefit-indus-bx h4 {
    text-transform: capitalize;
}

.serv-list h4 {
    font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.serv-list-5 ul {
  text-align: center;
}
.serv-list-4 ul {height: 285px;overflow-x: hidden;overflow-y: auto;}
.serv-list-4 ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.serv-list-4 ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.serv-list-4 ul::-webkit-scrollbar-thumb {
  background: #E96A35; 
  border-radius: 10px;
}

/* Handle on hover */
.serv-list-4 ul::-webkit-scrollbar-thumb:hover {
  background: #E96A35; 
}
/*industries*/

.dropdown-item:focus {
    background: transparent;
    color: #e96a35;
}

.hd-txt p {
    padding-top: 15px;
}

.case-std-sec .hd-txt {
    display: none;
}

.h_s13form .agre-button a {
    color: #ff5f29;
    text-decoration: none;
}



.reputate-inr-bx p {
    font-size: 16px !important;
}

.reputate-box p.para {
    font-size: 15px;
}

section.ecom-dev-sec-4.wordpress-ecom-dev-4 p.para {
    padding-top: 0;
}

.about-sec .hd-txt p {
    padding: 0;
}

.testi-list img {
    filter: invert(1) brightness(0);
}

.slick-current .testi-list {
    background: #1d2856;
}

.slick-current .testi-list h4 {
    color: #fff;
}

.slick-current .testi-list img {
    filter: none;
}












.beat{
    /*animation: beat .25s infinite alternate;*/
    /*transform-origin: center;*/
}

.inr-bx-web-sec-2:hover .beat{
    animation: beat .25s infinite alternate;
    transform-origin: center;
    /*filter: invert(66%) sepia(60%) saturate(4220%) hue-rotate(335deg) brightness(92%) contrast(99%);*/
}

.inr-bx-web-sec-2:hover .beat{
    animation: beat .25s infinite alternate;
    transform-origin: center;
    /*filter: invert(66%) sepia(60%) saturate(4220%) hue-rotate(335deg) brightness(92%) contrast(99%);*/
}

.ecom-dev-serv-bx:hover .beat{
    animation: beat .25s infinite alternate;
    transform-origin: center;
    /*filter: invert(66%) sepia(60%) saturate(4220%) hue-rotate(335deg) brightness(92%) contrast(99%);*/
}


@keyframes beat{
    to { transform: scale(1.1); }
}
.video-anim-bx-excep:hover .brdr-lne-anim{
    -webkit-animation: asteroid1 60s linear infinite;
    -moz-animation: asteroid1 60s linear infinite;
    animation: asteroid1 60s linear infinite;

}
.logo-wht-bx:hover .brdr-lne-anim{
    -webkit-animation: asteroid1 60s linear infinite;
    -moz-animation: asteroid1 60s linear infinite;
    animation: asteroid1 60s linear infinite;

}


    @-webkit-keyframes asteroid1 {
        0% {
            -webkit-transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @-moz-keyframes asteroid1 {
        0% {
            -moz-transform: rotate(0deg)
        }
        100% {
            -moz-transform: rotate(360deg)
        }
    }

    @-ms-keyframes asteroid1 {
        0% {
            -ms-transform: rotate(0deg)
        }
        100% {
            -ms-transform: rotate(360deg)
        }
    }

    @-o-keyframes asteroid1 {
        0% {
            -o-transform: rotate(0deg)
        }
        100% {
            -o-transform: rotate(360deg)
        }
    }

    @keyframes asteroid1 {
        0% {
            transform: rotate(0deg)
        }
        100% {
            transform: rotate(360deg)
        }
    }


.tools-bx-vid:hover .horizontal-shake{
  animation: horizontal-shaking 0.35s infinite;
}

.branding-apprch-bx:hover img{
  animation: horizontal-shaking 0.35s infinite;
}
.result-list-box-mob.result-list-box-mob1:hover img{
  animation: horizontal-shaking 0.35s infinite;
}
@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}

.serv-bx-web-inr .para::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.serv-bx-web-inr .para::-webkit-scrollbar-track {
  background:#fff;
  border-radius: 10px;
}
 
/* Handle */
.serv-bx-web-inr .para::-webkit-scrollbar-thumb {
  background: #1D2856; 
  border-radius: 10px;
}

/* Handle on hover */
.serv-bx-web-inr .para::-webkit-scrollbar-thumb:hover {
  background: #E96A35; 
}

.reputate-box:hover {
    background: #1d2856;
}

.reputate-box:hover h4 {
    color: #fff;
}

.reputate-box:hover p {
    color: #fff;
}

.reputate-box:hover img {
    filter: invert(1) brightness(100);
}




.logo-anim-stle-bx p {
    height: 240px;
    overflow-x: hidden;
    overflow-y:auto;
}


.logo-anim-stle-bx p::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.logo-anim-stle-bx p::-webkit-scrollbar-track {
  background:#fff;
  border-radius: 10px;
}
 
/* Handle */
.logo-anim-stle-bx p::-webkit-scrollbar-thumb {
  background: #1D2856; 
  border-radius: 10px;
}

/* Handle on hover */
.logo-anim-stle-bx p::-webkit-scrollbar-thumb:hover {
  background: #E96A35; 
}

.seo-what-bx:before {
    content: '';
    background: #1d2856;
    position: absolute;
    top: -250px;
    left: -390px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .5s ease-in-out;
    border-radius: 60%;
}

.seo-what-bx:hover::before {
    left: 0;
    top: 0;
    border-radius: 0;
}

.seo-what-bx:hover {}

.seo-what-bx:hover h4, .seo-what-bx:hover p {
    color: #fff;
}

.seo-what-bx:hover img {
    filter: invert(1) brightness(100);
}







div#portTab4 .tab-slider-wrapper {
    margin: 0 auto;
    display: flex
;
    margin-top: 25px;
}
.portfolio-box-m video {
    width: 400px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
div#portTab6 {}

div#portTab6 .portfolio-box-m img {
    width: 450px;
    position: relative;
    left: -70px;
}
div#portTab3 .portfolio-box-m img {
    width: 450px;
    position: relative;
    left: -40px;
}

.why-choose-txt .para {
    min-height: 110px;
}
.logo-why-choose .logo-why-bx p.para {
    min-height: 170px;
}







/*case-studies*/


.case-std-one-bnr{
    background:url(../images/case-studies/case-std-1/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-std-one-bnr h1, .case-std-one-bnr p {
    text-align: left !important;
    width: 100%;
}
.case-std-bnr .row {
    align-items: flex-end;
}

.case-bnr-side-img img {
    width: 124%;
    position: relative;
    left: -150px;
}

.case-std-bnr .para {
    width: 80%;
    margin: 0;
    text-align: left !important;
}

.case-std-bnr h1 {
    font-size: 58px;
}

.case-std-bnr {
    height: 810px;
}

.case-side-bx-img-abt img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.case-one-box {
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 20px 20px 20px 70px;
}

.lft-col-case-1-about {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.case-one-box span {
    position: absolute;
    border-bottom: 0;
    left: 0;
    width: 48px;
    border-radius: 0px 50px 50px 0px;
    background: #E96A35;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.case-one-sec-1 {
    padding: 50px 0;
}

.case-one-sec-1 .hd-txt {
    padding-bottom: 40px;
}

.case-one-sec2 .row {
    align-items: center;
}

.case-one-sec2 .case-one-sec-2-side-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.case-one-sec2 {
    background: url(../images/orm/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.case-std-st-client-sec {
    background: url(../images/case-studies/case-std-1/inner-bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.case-std-st-client-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.case1-cl-box-st {
    border-radius: 8px;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
}

.case1-cl-box-st span {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 57px;
    height: 57px;
    background: #E96A35;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 60%;
}

.case1-cl-box-st ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-top: 10px;
}
.case-std-st-client-sec .hd-txt h2, .case-std-st-client-sec .hd-txt p {
    color: #fff;
}

.case1-cl-box-st h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.case-std-client-main-col.row {
    gap: 20px 0;
}

img.case-cl-logo-gr {
    width: 150px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.case1-cl-box-st.case1-cl-box-st2 {
    height: 280px;
}
.case-challng-bx {
    position: relative;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-left: 2px solid #e56834;
    flex-direction: column;
}

.case-challng-bx:before {
    content: "\f0da";
    /* background: rebeccapurple; */
    position: absolute;
    left: -12px;
    top: 2px;
    bottom: 0;
    width: 1px;
    height: 100%;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 50px;
    color: #e96a35;
}

.case-challng-col u {}

.case-challng-col ul {
    padding: 0 0 0 60px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.case-challng-col {
    position: relative;
    /* overflow: hidden; */
}

.challng-bx-txt {
    position: absolute;
    right: auto;
    top: 302px;
    margin: 0;
    transform: rotate(-90deg);
    background: #E96A35;
    width: 100%;
    height: 46px;
    left: -292px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
}

section.case-chlng-sol .hd-txt {
    padding-bottom: 20px;
    height: 165px;
}

.challng-bx-txt h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

img.case-cl-logo-gr-chlng {
    width: 50%;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}

.case-challng-bx h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 5px;
}


.case-sol-mcol .challng-bx-txt {
    width: 145%;
    height: 46px;
    right: 146px;
    left: auto;
    top: 435px;
    background: #1D2856;
}

.case-chlng-sol {
    padding: 60px 0;
}

.case-sol-mcol .case-challng-bx:before {color: #1D2856;}

.case-sol-mcol .case-challng-bx {
    border-color: #1D2856;
}

.case-develop-bx .logo-anim-s-img-bx span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-one-develop-sec .logo-anim-s-img-bx{
    position: relative;
}

.case-one-develop-sec .logo-what-main-col ul li:nth-child(even){
    top: 0;
}

.case-develop-main-col ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    padding: 0;
    gap: 0 20px;
}

.case-develop-bx {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

.case-develop-bx p {
    font-size: 16px;
}

.case-develop-bx .logo-anim-s-img-bx {
    margin-top: -60px;
    margin-bottom: 30px;
}

section.logo-design-sec-3.case-one-develop-sec {
    padding: 70px 0;
    background: url(../images/orm/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.logo-design-sec-3.case-one-develop-sec .hd-txt {
    padding-bottom: 100px !important;
}

.case-develop-bx:hover img.brdr-lne-anim {
        -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.case-std-one-branding-sec .row {
    align-items: center;
}

.case-std-one-brnd-img img {
    width: 100%;
}

.case-std-one-branding-sec {
    padding: 60px 0;
}

.result-case-std-sec {
    padding: 50px 0;
    background: url(../images/orm/perform-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.result-case-std-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.rslt-case-std-bx {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-left: 2px solid #e56834;
}

.rslt-case-std-bx:before {
    content: "\f0da";
    /* background: rebeccapurple; */
    position: absolute;
    left: -12px;
    top: 2px;
    bottom: 0;
    width: 1px;
    height: 100%;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 50px;
    color: #e96a35;
}

.rslt-case-std-m-col {
    gap: 20px 0px;
}

.rslt-case-std-bx p {
    min-height: 125px;
}

.testi-sec .row {
    justify-content: center;
}

.testi-sec-case-std .hd-txt {
    text-align: center;
}
.testi-case-m-col-st {}

.testi-case-m-col-st .testi-inr-bx {
    height: 260px;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
}

.testi-case-m-col-st .testi-inr-bx img {
    width: 60px;
}

.testi-case-m-col-st .testi-inr-bx .testi-img-inr img {
    width: 100%;
}

.testi-case-m-col-st .testi-inr-bx p {
    padding: 7px 0 9px;
    font-size: 16px;
    width: 100%;
}

.testi-case-m-col-st .testi-inr-bx .testi-star h5 {
    color: #fff;
}

.testi-case-m-col-st .testi-inr-bx .testi-star {
    padding-top: 14px;
}

.testi-case-m-col-st .testi-inr-bx .testi-img-inr {
    top: -62px;
    display: none;
}

.testi-case-m-col-st .testi-inr-bx .testi-img-inr:before {
    display: none;
}

.testi-case-m-col-st .testi-big-bx {
    border-radius: 20px;
}
.case-std-one-conclusion-sec .row {
    align-items: center;
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    /* border: 10px solid; */
    /* border-image-slice: 1; */
    /* border-width: 5px; */
    z-index: 1;
    position: relative;
    background: #34e89e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f3443, #34e89e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(113deg, rgba(255, 255, 255, 1) 40%, rgba(233, 106, 53, 1) 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 20px;
}

.case-std-one-conclusion-sec {
    padding-bottom: 50px;
}

.case-std-one-conclusion-sec .case-std-one-brnd-img img {
    width: 80%;
    margin: 0 auto;
    display: table;
}
.beat2{
animation: beattwo .50s infinite alternate;
    transform-origin: center;
    }
@keyframes beattwo{
    to { transform: scale(1.1); }
}

.case-std-bnr .h1-txt {
    font-size: 35px;
    text-align: left;
}
.case-std-one-conclusion-sec .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -1;
    background: #fff;
    width: 99.9%;
    height: 99.6%;
    border-radius: 20px;
}

.case-std-one-conclusion-sec .para {
    padding-right: 20px;
}

.case-std-two-bnr{
    background:url(../images/case-studies/case-std-2/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.case-one-sec-2 {}

.case-one-sec-2 ul {
    margin: 7px 0 0 0;
    padding-left: 20px;
}

.case-one-sec-2 b {
    font-size: 26px;
}

.case-one-sec-2 ul li {
    font-size: 16px;
    line-height: 30px;
    color: #313131;
}

.case-one-sec-1 .para {
    font-size: 16px;
    color: #313131;
}

.case-one-sec-2 .case-side-bx-img-abt img {
    width: 75%;
}
.about-sec-case-std-2 h3 {
    font-size: 28px;
}

.about-sec-case-std-2 h3 span {
    font-size: 20px;
    font-weight: 300;
}

.about-sec-case-std-2 .core-val-abt-bx:hover li {
    color: #fff;
}
.about-sec-case-std-2 .core-val-abt-bxli {
    font-size: 15px;
}

.about-sec-case-std-2 .core-val-abt-bx ul {padding: 10px 0 0 20px;margin: 0;}

.about-sec-case-std-2 .core-val-abt-bx p {
    font-size: 16px;
    min-height: 85px;
}

.about-sec-case-std-2 .core-val-abt-bx {padding: 30px 30px;position: relative;z-index: 0;}

.about-sec-case-std-2 span.abt-core-val-cntr-img {
    transform: scale(0.7);
    top: 100px;
    left: -20px;
    z-index: 1;
    display: none;
}
.about-sec-case-std-2 .core-val-abt-bx strong {
    position: absolute;
    right: 20px;
    bottom: 5px;
    opacity: 0.3;
    background: linear-gradient(180deg, #1D2856 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px; /* 100% */
    letter-spacing: -3px;
}

.about-sec-case-std-2 .core-val-abt-bx:hover strong {
    opacity: 0.3;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rslt-case-st-2-sec{
    background: url(../images/case-studies/case-std-1/inner-bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }


    .rslt-case-st-2-sec h2{
        color: #fff;
    }
    .rslt-case-st-2-sec p {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.case-std-2-concl-sec{
    padding: 70px 0;
}
    .case-std-three-bnr{
    background: url(../images/case-studies/case-std-3/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    .about-case3-mid-img-st img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.about-case-3bx-st {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    padding: 0 0 30px;
      height: 100%;
}

.head-bx-case-3-bx h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
    text-align: center;
    background: #E96A35;
    color: #fff;
    padding: 10px 0 !important;
}

.about-case-3bx-st p, .about-case-3bx-st h4 {
    padding: 10px 20px;
}

.about-case-3bx-st h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-case-3bx-st2 .head-bx-case-3-bx h4 {
    background: #1d2856 !important;
}

.about-case-3bx-st ul {
    margin: 0;
}

.about-case-3bx-st:before {
    content: '';
    background: #e96a35;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    border-radius: 6px;
}

.about-case-3bx-st2.about-case-3bx-st:before {
    background: #1d2856;
}
/*case-studies*/




.industry-inr-sec1 .col-sm-12.video-tools-div {
  /*display: none;*/
}



.serv-list-6 ul {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 10px;
}
.serv-list-6 ul li a {
  color: #fff;
  font-size: 17px;
}
.serv-list-6 h4 {
  font-size: 42px;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.plus.text-center {
  position: relative;
  z-index: 1;
  margin: 30px 0;
}
.plus:before {
  background: #fff;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 23px;
  width: 100%;
  z-index: -1;
}
#plus_icon.active {
  transform: rotate(45deg);
}
#plus_icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 #000;
  color: #000;
  cursor: pointer;
  height: 50px;
  transition: .3s ease-in-out;
  width: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  transform: rotate(0deg);
}

.other_states_row{

    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all .5s ease-in-out;
    height: 0;
    max-height: 0;
    min-height: 0;
}
.other_states_row.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
   max-height: 220px;
  min-height: 220px;
}


.serv-list-6 ul li {
  width: 24%;
}

.case-std-three-bnr .case-bnr-side-img img {
    width: 70%;
    left: 0;
    margin: 0 auto;
}

.case-std-three-bnr .case-bnr-side-img {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}


.case-inr-mp-img-st img {
    width: 90%;
    margin: 0 auto;
    display: table;
}
.case-inr-mp-img-st.case-inr-mp-img-st3 img {
  width: 50%;
  margin: 0 auto;
  display: table;
}

section.case-inr-main-sst .row {
    align-items: center;
}

section.case-inr-main-sst {
    padding-top: 50px;
}

section.case-inr-main-sst .h2-txt {
    font-size: 48px;
}

.case-std-main-pg-bnr {
    background: url(../images/case-studies/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


section.web-sec-3.video-anim-sec-2 {
    padding-bottom: 0;
}

.about-case-3bx-st2.about-case-3bx-st p {
    padding: 5px 20px;
}


.core-va-abt-bximg-st img {
    width: 85%;
    margin-top: 20px;
}








.pricing-main-sec.inr-pg-web-ecom-st {
  padding-bottom: 0;
}
.inr-pg-web-ecom-st #pricing_tab {
  display: inline-flex;
  width: auto;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
}
.inr-pg-web-ecom-st .tab-slider-wrapper {
  text-align: center;
}






section.case-sec-medtk-new {
    padding: 0 0 70px 0;
}

section.case-sec-medtk-new .core-val-abt-bx {
    box-shadow: none;
    background: transparent !important;
}

section.case-sec-medtk-new .core-val-abt-bx ul {
    padding: 10px 0 0 20px;
    margin: 0;
}

section.case-sec-medtk-new .core-val-abt-bx:hover h3, section.case-sec-medtk-new .core-val-abt-bx:hover p {
    color: #000;
}

section.case-sec-medtk-new .core-val-abt-bx strong {
    display: none;
}


.case-new-bg-st-inr{
    background:url(../images/case-studies/case-std-2/case-inr-bg-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.case-sec-medtk-new1 {
    padding-top: 70px;
}

.core-val-abt-bx h3 span {
    font-size: 15px;
    font-weight: 400;
}











.case-std-idoo-bnr{
    background:url( ../images/case-imood/banner-bg.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-std-idoo-bnr .case-bnr-side-img img {
    width: 70%;
    left: 0;
    margin: 0 auto;
    display: table;
    filter: drop-shadow(2px 4px 6px black);
}

.case-std-idoo-bnr .row {
    align-items: center;
}
.bnr-txt img {
    margin: 20px 0;
}

section.case-imood-about {
    padding: 50px 0;
}

section.case-imood-about span {
    font-size: 25px;
    font-weight: 600;
    color: #313131;
    display: block;
    margin-bottom: 0px;
    line-height: 38px;
}

section.case-imood-about h2.h2-txt {
    font-size: 55px;
    padding-bottom: 20px;
}

img.case-about-imod {
    width: 96%;
}


.objective-sec-case-imood {
    padding: 50px 0 0;
    height: 615px;
    position: relative;
    overflow: visible;
}

.objective-sec-case-imood .case-mid-img-st-imod {
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    top: -25px;
    z-index: 1;
}

.objective-sec-case-imood .row {
    position: relative;
}


.objective-box {
    background: #FFFFFF;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 20px 0px;
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
    border-bottom: 2px solid #E96A35;
}

.objective-list ul {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.objective-box span {
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    background: #e96a35;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    color: #fff;
    border: 2px solid #fff;
}

.objective-sec-case-imood:before {
    content: '';
    background: url(../images/case-imood/object-bf-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: auto;
    left: 0;
    width: 50%;
    height: 568px;
    z-index: -1;
    bottom: auto;
}

.objective-sec-case-imood .hd-txt h2 {
    color: #fff;
    padding-top: 40px;
}
.objective-list {
    position: relative;
    margin-top: 70px;
}



.what-sec-case-imood{
    background:url(../images/case-imood/what-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 150px;
    position: relative;
    z-index: 0;
}


.what-col-bx-cs-imd {
    background: #FFFFFF;
    box-shadow: 6px 6px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 10px 15px 40px;
}

.what-col-bx-cs-imd h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding: 20px 0;
}

.what-col-bx-cs-imd p {
    color: #313131;
    font-size: 18px;
    line-height: 28px;
}

.what-cs-imd-img-bx {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    top: -50px;
    margin-bottom: -40px;
}

.what-cs-imd-img-bx:before {
    content: '';
    background: transparent;
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #e96a35;
    border-radius: 60%;
}

.what-sec-case-imood .hd-txt {
    padding-bottom: 90px;
}

.what-sec-case-imood .hd-txt .h2-txt {
    color: #fff;
}

span.case-numbr {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 130px;
    display: block;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    border-radius: 60%;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -70px;
    font-size: 37px;
    font-weight: bold;
    color: #e96a35;
    padding-bottom: 10px;
}

.what-col-bx-cs-imd:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    height: 137%;
    width: 170px;
    background: #E96A35;
    border-radius: 300px;
}


.comparison-menu {
    display: flex;
    justify-content: space-between;
    gap: 0 0;
    padding: 20px 0;
}

.comparison-menu>div {
    height: 620px;
    width: 4.7vw;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 5px 10px black;
    display: flex;
    align-items: center;
}

.texto {
    color: white;
    margin: 0 auto;
    width: 50%;
    display: none;
    text-align: center;
    font-size:1em;
}

.comparison-a {
    background: url(../images/case-imood/compare-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.comparison-b {
    background: url(../images/case-imood/compare-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.comparison-c {
    background: url(../images/case-imood/compare-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.comparison-d {
    background: url(../images/case-imood/compare-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.comparison-e {background: #009bbc;}

.comparison-menu .extra-txt {
    display: flex;
    flex-direction: column; /* top to bottom */
    justify-content: space-between; /* top image, h2 middle, bottom image */
    align-items: center;
    height: auto;
    /* transform: rotate(-90deg); */
    position: relative;
    height: 100%;
    padding: 20px 0;
    width: 90px;
}

.comparison-menu .extra-txt img.case-logo-symb {
    position: static; /* remove absolute */
    width: 60px; /* adjust as needed */
    height: auto;
}


.comparison-menu .extra-txt h2 {
    color: #fff;
    text-transform: capitalize;
    margin: 10px 0;
    transform: rotate(-90deg);
    /* height: 0; */
    width: 350px;
    height: 50px;
}
.conparision-case-imood {
    padding: 50px 0;
}

.comparison-a .extra-txt {
    background: #E96A35;
}

.comparison-b .extra-txt {
    background: #031A5F;
}

.comparison-c .extra-txt {
    background: #26D1C8;
}

.comparison-d .extra-txt {
    background: #FF3131;
}






.comparison-container {
      position: relative;
      overflow: hidden;
      /*max-width: 900px;*/
      margin: 30px auto;
      border-radius: 10px;
      height: 380px; /* fixed height for proper overlay */
    }

    .comparison-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* ensures both images fill exactly same area */
      object-position: center;
    }

    .comparison-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      overflow: hidden;
    }

    .comparison-overlay img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .comparison-slider {
      position: absolute;
      top: 0;
      left: 50%;
      width: 3px;
      height: 100%;
      background: #fff;
      cursor: ew-resize;
      z-index: 5;
    }

    .comparison-handle {
      position: absolute;
      top: 50%;
      left: -20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #007bff;
      color: #fff;
      font-size: 22px;
      line-height: 40px;
      text-align: center;
      transform: translateY(-50%);
      box-shadow: 0 0 10px rgba(0,0,0,0.4);
      user-select: none;
    }

    .comparison-label {
      position: absolute;
      bottom: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 6px 12px;
      font-size: 18px;
      border-radius: 5px;
      text-transform: uppercase;
      z-index: 10;
    }

    .conparision-case-imood .label-before {
      left: 0;
      top: 12px;
      bottom: auto;
      border-radius: 0px 18px 18px 0;
      background: #E96A35;
    }

    .conparision-case-imood .label-after {
      right: 0;
      border-radius: 18px 0px 0px 18px;
      background: #1D2856;
    }
    .comparsion-inr-txt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.comparsion-inr-txt p {
    width: 47%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.comparsion-inr-txt p b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
}

.extra-txt i {
    position: absolute;
    right: -12px;
    font-size: 37px;
    top: 30px;
    opacity: 0;
}

.comparison-a .extra-txt i {
    color: #e96a35;
}

.comparison-b .extra-txt i {
    color: #031a5f;
}

.comparison-c .extra-txt i {
    color: #26d1c8;
}

.comparison-d .extra-txt i {
    color: #ff3131;
}

.comparison-menu .active i {
    opacity: 1;
}
.case-imoo-conclusion ul {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    list-style: number;
}


.case-imoo-conclusion .hd-txt h2 {
    margin-bottom: 20px;
}

/*.testi-slider-nav {
    height: 460px;
    overflow: hidden;
}*/





















.indus-why-main-col-st {
    display: flex;
    align-items: flex-start;
}

.indus-why-bx {
    display: flex;
    align-items: flex-start;
    gap: 0 15px;
    padding: 20px 20px;
    border: 1px solid #DBDBDB;
    border-radius: 15px;
}

.indus-why-ul ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.indus-why-bx h3 {
    font-size: 18px;
    font-weight: bold;
    width: 80%;
}

.indus-why-bx h3 span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding-top: 5px;
}

.indus-why-ul ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.indus-why-ico-bx {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(233 106 53 / 20%);
    border-radius: 60%;
}

.indus-why-mid-img-st img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

section.industry-inr-sec-3 .hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

section.industry-inr-sec-3 {
    padding: 50px 0;
}

section.industry-inr-sec-2 .hd-txt {padding-top: 50px;text-align: center;}

.industry-inr-sec-4{
    padding: 50px 0;
    background: url(../images/logo-animation/style-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.industry-inr-sec-5 {
    padding: 50px 0;
}

.industry-inr-col-5 {
    background: #e96a35;
    border-radius: 14px;
    margin-top: 50px;
    padding: 20px 0;
    position: relative;
}

.industry-inr-col-5 ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.indus-inr-trust-bx {
    text-align: center;
    padding: 10px 10px;
}

.indus-inr-trust-bx h4 {
    color: 
#FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.indus-inr-trust-bx p {
    color: #fff;
}

.industry-inr-col-5 i.fa-solid.fa-caret-up {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #e96a35;
}


.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px #00000042;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    font-weight: 600;
    padding: 18px 40px 18px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c19a48' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transform: none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.5);
    filter: invert(66%) sepia(58%) saturate(5036%) hue-rotate(339deg) brightness(95%) contrast(91%);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg) scale(1.5); /* plus becomes X when opened */

}

.accordion-button:not(.collapsed) {
    color: #E96A35;
}

.accordion-body {
    padding-top: 0;
}

.faq-sec-new{
    padding-top: 50px;
}
.faq-sec-new .hd-txt{
    padding-bottom: 50px;
   
}

.serv-list-6 {
  padding-top: 50px;
}
.serv-list-6 h4 {
  padding-bottom: 40px;
}


.nav-item.dropdown.nav-item-indus-st .dropdown-menu.new-drop-dwn-st {
  width: 320px;
  left: 0 !important;
}

.industry-benefit-sec .hd-tx {
    width: 85%;
    margin: 0 auto;
}

@media(max-width: 767px){
    .indus-why-ul ul {
        flex-direction: column;
    }

    .indus-why-main-col-st {
        flex-direction: column;
        gap: 10px 0;
    }

    .indus-why-mid-img-st {
        display: none;
    }

    section.industry-inr-sec-4 {
        text-align: center;
    }

    section.industry-inr-sec-5 {
        text-align: center;
    }

    .industry-inr-col-5 ul {
        flex-direction: column;
    }
}