* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    color: #cfcfcf;
    font-size: 17px;
    font-weight: 500;
    font-family: 'DM Sans';

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

p {
    font-size: 17px;
    line-height: 24px;
    color: #575657;
    font-family: 'DM Sans';

}

a {
    font-size: 17px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 24px;
    color: #575657;
    font-family: 'DM Sans';
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'DM Sans';
}

li {
    font-size: 17px;
    line-height: 24px;
    color: #575657;
    font-family: 'DM Sans';
}
label {
       display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'DM Sans';
    color: #575657;
}
input , textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #96969622;
    border-radius: 30px;
    padding: 13px 20px;
    color: #575657;
    transition: 0.3s ease-in-out;
    font-family: 'DM Sans';
}
input:focus ,textarea:focus {
    border: 1px solid #b1d2ff
}
input::placeholder , textarea::placeholder {
    color: #565656;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #242323;
    font-family: 'DM Sans';
    font-weight: normal;
}

p {
    margin: 0px;
}



.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

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

.pb-100 {
    padding-bottom: 100px;
}

.justify-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}

.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
:root {
    --spacing: 1.5rem;
}
.row > * {
    padding-right: calc(var(--spacing) * 0.5) !important;
    padding-left: calc(var(--spacing) * 0.5) !important;
}

.col-md-4 {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-5 {
    width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-7 {
    width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-center {
    text-align: center;
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


/* CSS  */
/* .wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
} */

.wrapper {
    background: #f9f9f9;
    height: 100%;
}

.headerBanner {
    background: #0f07156e;
    position: relative;
    z-index: 3;
}


/* Utility */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    /* gap: 4px; */
    padding: 16px 36px;
    border: 4px solid;
    font-size: 18px;
    border-radius: 100px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(45deg, #800080, #007fff);
}
.animated-button.onlyOutline {
    background: transparent;
    border: 1px solid #0e71f1;
    color: #0e71f1;
    font-weight: 500;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button.onlyOutline svg {
    fill: #0e71f1;
}
.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
background: linear-gradient(90deg, #007fff, #800080);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #fff;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #fff;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 350px;
  height: 350px;
  opacity: 1;
}
.btncentered {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btncentered.lefted {
    justify-content: flex-start;
}

.normalList {
    margin-left: 10px;
}
.normalList li {
   background-image: url(../img/icons/bullet-star.png);
    background-size: 14px;
    background-position: left top 9px;
    padding-left: 24px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 30px;
}
/* Header */
.headerSection {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.4s ease-in-out;
}
.headerSection.scroll-up {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffbf;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 10px #3e3e3e12;
}
.headerSection.scroll-down {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffbf;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 10px #3e3e3e12;
}
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSection {
    width: 160px;
    padding: 8px;
    transition: 0.4s ease-in-out;
}
.headerSection.scroll-up .logoSection {
    width: 110px;
}
.headerSection.scroll-down .logoSection {
    width: 110px;
}
.logoSection img {
    width: 100%;
}

.navSection {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navWrapper ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.headerBtns ul {
    display: flex;
    align-items: center;
}

.navWrapper ul li a {
    padding: 23px 0px;
    display: inline-block;
    position: relative;
    color: #242323;
    transition: 0.3s ease-in-out;
}

.navWrapper ul li a:hover, .navWrapper ul li a.active {
    transform: scale(0.9);
}

.navWrapper ul li a::after {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    left: -14px;
    font-size: 12px;
    color: #ff9727;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.navWrapper ul li a::before {
    content: '\f053';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    right: -14px;
    font-size: 12px;
    color: #ff9727;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.navWrapper ul li a:hover::after , .navWrapper ul li a.active::after  {
    visibility: visible;
    opacity: 1;
}

.navWrapper ul li a:hover::before , .navWrapper ul li a.active::before {
    visibility: visible;
    opacity: 1;
}

.navWrapper {
    display: flex;
    justify-content: center;
    flex: auto;
    
}

.headerBtns {}

.heademail a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    background-image: linear-gradient(45deg, #800080, #007fff);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    color: #fff;
}

.heademail a:hover {
    background-position: -100%;
    background-image: linear-gradient(45deg, #007fff, #800080);
}

.headerBtns ul li img {
    width: 24px;
}

/* Banner */
#canvasParticles {
    position: absolute;
}
/* .bannerBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.bannerSection {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #fff
}
.bannerSection::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/bg/banner-bg-shape.png);
    top: 0px;
    left: 0px;
    background-size: cover;
    right: 0px;
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerSlider {
    min-height: 100vh;
    /* text-align: center; */
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    left: 0px;
    justify-content: center;
}
.bannerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bnrText {
    width: calc(100% - 47%);
    padding-right: 40px;
}
.bannerImg {
    width: 47%;
}
.bannerImg img {
    width: 100%;
}
.bnrbtns {
    display: flex;
    gap: 12px;
    align-items: center;
}
.bnrText h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 20px;
}
.bnrText h1 span {
    color: #007fff;
}


.bnrText h2 {
    font-size: 20px;
    color: #9f9f9f;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.bnrText p {
    font-size: 18px;
    margin-top: 8px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 30px;
}
.bannerBtn {
    display: inline-block;
    padding: 12px 40px;
    color: #ff9727;
    border: 1px solid #ff9727;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    margin-top: 30px;
}



.myRecentWorks {
    background: #f5f5f5;
    position: relative;
}

.titleSection {
    text-align: center;
}

.titleSection h2 {
    font-weight: 600;
    font-size: 50px;
}

.titleSection p {
    padding: 0px 28%;
    margin-top: 10px;
    color: #6f6f6fdd;
}

.portfolio {
    margin-top: 40px;
}

.tab-slider--nav {
    display: flex;
    justify-content: center;
}

.tabs {
    width: fit-content;
}

.tab-slider--tabs {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 6px;
    margin: 0;
    position: relative;
    border: 1px solid #dddddd70;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000014;
}

.tab-slider--trigger {
    padding: 10px 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 30px;
}

.tab-slider--trigger.active {
    color: #fff;
    background: linear-gradient(45deg, #800080, #007fff);
}

.tab-content {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.content {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
}

.content.active {
    opacity: 1;
    transform: scale(1);
    position: relative;
}

.portfolioCard {
    width: 100%;
    background: #edd5ff63;
    padding: 20px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    backdrop-filter: blur(9px);
}

.portImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    /* border-bottom-right-radius: 0px; */
    /* border-bottom-left-radius: 0px; */
}

.portImg img {
    width: 100%;
}

.portContent {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(45deg, #800080, #007fff);
    left: 0px;
    right: 0px;
    width: 95%;
    margin: auto;
    border-radius: 20px;
    bottom: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.portfolioCard:hover .portContent {
    visibility: visible;
    opacity: 1;
    bottom: 25px;
}
.portcontText {}

.portcontText h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.portcontText p {
    color: #e1e1e1;
}

.portCTA a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    font-size: 25px;
    position: absolute;
    top: -40px;
    right: 40px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 0px 10px #5050505c;
    color: #700f8f;
}


.ball {
    --delay: 0s;
    --size: 0.4;
    --speed: 20s;
    aspect-ratio: 1;
    width: calc(150% * var(--size));
    background: linear-gradient(259.53deg, #ff9727 6.53%, #8400f0 95.34%);
    filter: blur(10vw);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    transform-origin: 50% 50%;
    opacity: 0.1;
}

@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
    }

    5% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
    }

    10% {
        transform: translate3D(22%, 13%, 0) rotate(36deg);
    }

    15% {
        transform: translate3D(40%, 2%, 0) rotate(54deg);
    }

    20% {
        transform: translate3D(46%, 21%, 0) rotate(72deg);
    }

    25% {
        transform: translate3D(50%, 47%, 0) rotate(90deg);
    }

    30% {
        transform: translate3D(53%, 80%, 0) rotate(108deg);
    }

    35% {
        transform: translate3D(59%, 98%, 0) rotate(125deg);
    }

    40% {
        transform: translate3D(84%, 89%, 0) rotate(144deg);
    }

    45% {
        transform: translate3D(92%, 68%, 0) rotate(162deg);
    }

    50% {
        transform: translate3D(99%, 47%, 0) rotate(180deg);
    }

    55% {
        transform: translate3D(97%, 21%, 0) rotate(198deg);
    }

    60% {
        transform: translate3D(80%, 7%, 0) rotate(216deg);
    }

    65% {
        transform: translate3D(68%, 25%, 0) rotate(234deg);
    }

    70% {
        transform: translate3D(59%, 41%, 0) rotate(251deg);
    }

    75% {
        transform: translate3D(50%, 63%, 0) rotate(270deg);
    }

    80% {
        transform: translate3D(38%, 78%, 0) rotate(288deg);
    }

    85% {
        transform: translate3D(21%, 92%, 0) rotate(306deg);
    }

    90% {
        transform: translate3D(3%, 79%, 0) rotate(324deg);
    }

    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
    }
}

.glow-container {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



/* Cursor Style start  */
.custom-cursor {
    position: absolute;
    background-color: #ff9727;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ff9727;
    border-radius: 100%;
    transition: all .3s ease;
}

.activeproject{
    height:10px;
    width:10px;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 160px 0;
    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.custom-cursor.activeproject .ball {
    width: 10px;
    height: 10px;
}

.custom-cursor.activemenu {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #ed70162f;
}
/* Cursor Style end  */



.ourServices {
    background: #fff;
}
.serviceWrapper {
    margin-top: 40px;
}
.serviceCard {
    padding: 30px;
    display: flex
;
    align-items: center;

    justify-content: space-between;
    border-bottom: 1px solid #dddddd3d;
    transition: 0.5s ease-in-out;
    background: linear-gradient(90deg, #faefff, #e6f1ff);
}
.serviceCard:hover {
    background: linear-gradient(45deg, #800080, #007fff);
}
.serTitle {
    width: 22%;
}
.serTitle h3 {
    font-weight: 600;
}
.serviceCard:hover .serTitle h3 {
    color: #fff;
}
.serContent {
    width: 68%;
}
.serviceCard:hover .serContent p {
    color: #fff;
}
.serCTA {
    width: 10%;
    text-align: right;
}
.serCTA a {
    width: 40px;
    display: inline-block;
}
.serCTA a img {
    width: 100%;
    transition: 0.3s ease-in-out;
    filter: invert(1);
}
.serviceCard:hover .serCTA a img {
    transform: rotate(45deg);
    filter: invert(0);
}
.serviceWrapper button {
    border: none;
    width: 100%;
    text-align: inherit;
    cursor: pointer;
    background: transparent;
}


.contactUs {
    background: linear-gradient(90deg, #faefff, #e6f1ff);
    position: relative;
}

.contactForm {
    width: 100%;
    border-radius: 20px;
    padding: 50px;
    background: #fff;
    height: 100%;
}
.contactForm h3 {
    font-weight: 500;
    font-size: 35px;
}
.contactForm p {
    color: #919191;
    margin-top: 10px;
    margin-bottom: 10px;
}
.formcol {
    margin-bottom: 20px;
}


.contactForm .col-md-6, .contactForm .col-md-12 {
    padding: 10px 0px;
}
.formBtn {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 29px !important;
    background-image:linear-gradient(45deg, #800080, #007fff);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'DM Sans';
    font-size: 16px;
}
.formBtn:hover {
    background-position: -100%;
    background-image: linear-gradient(45deg, #007fff, #800080);
}
.contactImg {
    width:100%;
}
.contactImg img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000014;
}

.contactInfo {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.contactInfoWrapper {
    width: fit-content;
    height: fit-content;
}
.ctinfoCard {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.ctinfoCard .ctinfoImg {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(45deg, #ff9727, #ab5800);
    padding: 14px;
}
.ctinfoImg img {
    width: 100%;
}
.ctinfoText {

} 
.ctinfoText h4 {
    font-size: 14px;
    font-weight: 400;
    color: #919191;
}
.ctinfoText a {
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin-top: 6px;
}


.technoWrapper {
    margin-top: 40px;
}
.technoCard {
    position: relative;
}
.techImg {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    background: radial-gradient(#ffffff, #e0e0e0);
    height: 130px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.techImg img {
    width: 64px !important;
}
.techContext {
    text-align: center;
}
.techContext h4 {
    color: #575657;
    font-size: 18px;
    font-weight: 500;
}
/* 
footer {
    position: relative;
}
.footerLogo {
    width: 210px;
    margin: auto;
}
.footerLogo img {
    width: 100%;
}
.footerLinks {

}
.footerLinks ul {
    display: flex
;
    justify-content: center;
    gap: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footerLinks ul li a:hover {
    color: #ff9727;
}
.footerCopyright {
    text-align: center;
} */
.footer-wrp-main {
    overflow: hidden;
    position: relative;
}
.footerCopyright {
    text-align: center;
    background: #242323;
    padding: 10px 0px;
}
.footerCopyright p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.footerCopyright a {
    color: #fff;
    font-size: 14px;
}

.footer-wrp-main {
    background-color: #f9f9f9a8;
    background-image: url(../img/bgs/footer-bg-shape-01.png);
    background-size: 100%;
    position: relative;
    padding-top: 140px;
}
.footer-logo-wrp {
    margin-bottom: 40px;
    width: 160px;
}
.footer-logo-wrp img {
    width: 77%;
    margin: auto;
}
.footerTexture {
    position: absolute;
    width: 35%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    filter: hue-rotate(26deg) saturate(0);
}

.footerTexture img {
    width: 100%;
}

.footerMain {
    position: relative;
    padding: 0px 0px 0px;
}
.canvastwo {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#tsparticlestwo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
.particle-network-animation {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 3; 
}
.somepolicyLink {
    color: #fff;
    display: inline-flex;
    gap: 7px;
}

.somepolicyLink li {
    color: #fff;
}

.somepolicyLink li a {
    color: #ddd;
    font-size: 13px;
}


#tsparticles canvas {
    position: unset !important;
}
#tsparticlestwo canvas{
    position: unset !important;
}
#nokey canvas{
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #646464;
    margin: 5px 0px 10px;
    font-size: 14px;
}
.ftr-link-bx a i {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
ul.address-sec li i {
    color: #0a76f6;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx a.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 9px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #007fff;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.ftr-link-bx a.title-16::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #007fff;
    bottom: -2px;
    left: 100px;
    border-radius: 100%;
    z-index: 2;
} 

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}

.footer-links-wrp {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 13px;
}

.footerContents ul {
    display: flex
    ;
        align-items: center;
        gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footerContents ul li a i {
    font-size: 20px;
    line-height: 51px;
}
.footerContents ul li a i.fa-tiktok {
    color: #111;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footerContents ul li a i.fa-whatsapp {
    color:#25D366;
}
ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

.footerpaymentLink {
    margin-top: 18px;
}

.footerpaymentLink img {
    width: 150px;
}

.footershape1 {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 110px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
}

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

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}
.footershape1 img {
    width: 100%;
}
.footershape2 {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 190px;
    top: 40px;
    background: linear-gradient(110deg, #f05f02, transparent);
    border-radius: 100%;
}



/* Preloader */
.ctn-preloader {
	align-items: center;
  cursor: none;
	display: flex;
  height: 100%;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgb(255 202 165 / 15%);
    border-top-color: #ff9e28;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #fff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgb(200 200 200 / 20%);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #0f0715;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}



/* Go to Top */


.scrollToTop {
    background-color: #ffffff00;
    border: 1px solid #ffffff29;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 11%);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;
}

.scrollToTop:after {
    content: "";
    border: solid #111;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#progress-bar {
    --scrollAmount: 0px;
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg);
}

#progress-bar svg path {
    stroke-width: 0.2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards;
}


.btnMain {
    background: transparent;
    position: relative;
    padding: 12px 25px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ff9727;
    border-radius: 25px;
    outline: none;
    overflow: hidden;
    color: #ff9727;
    transition: all 0.3s 0.1s ease-out;
    text-align: center;
    display: inline-flex;
    gap: 12px;
    margin-top: 40px;
}

.btnMain span {
    margin: 0px;
}

.btnMain::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.btnMain:hover {
    color: #fff;
    border: 1px solid transparent;
}

.btnMain:hover::before {
    box-shadow: inset 0 0 0 10em #ff9727;
}


.bannerSection.innerBanner {
    height: 40vh;
}
.bannerSection.innerBanner .bannerWrapper {
      position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    background: linear-gradient(45deg, #f9efffe6, #eff6ffe6);
    backdrop-filter: blur(4px);
}
.bannerSection.innerBanner .bannerWrapper h1 {
    font-size: 60px;
}
.bannerSection.innerBanner .bannerWrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

}
.bannerSection.innerBanner .bannerWrapper ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.bannerSection.innerBanner .bannerWrapper ul li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #106fef;
    display: inline-block;

}
.bannerSection.innerBanner .bannerWrapper ul li:last-child::after {
    display: none;
}
.bannerSection.innerBanner .bannerWrapper ul li a {
    color: #2a2a2a;
}
.bannerSection.innerBanner .bannerWrapper ul li:last-child a {
    color: #1070f0;
}


.serviceWrapper.servicesgrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.serviceWrapper.servicesgrid .serviceCard {
   width: 100%;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    min-height: 340px;
    margin-bottom: 10px;
}
.serviceWrapper.servicesgrid .serTitle {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}
.serviceWrapper.servicesgrid .serContent {
    width: 100%;
    margin-bottom: 20px;
}
.serviceWrapper.servicesgrid button {
    width: 32%;
    display: inline-block;
}
.serviceWrapper.servicesgrid .serCTA  {
    width: 70px;
    display: inline-block;
    height: 70px;
    border-radius: 100%;
    background: linear-gradient(45deg, #800080, #007fff);
    padding: 17px;
    transition: 0.3s ease-in-out;
}
.serviceWrapper.servicesgrid .serviceCard:hover .serCTA {
    background: #fff;
}
.serviceWrapper.servicesgrid .serviceCard  .serCTA a img{
    filter: invert(0);
}
.serviceWrapper.servicesgrid .serviceCard:hover  .serCTA a img{
    filter: invert(1);
}
.serviceImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.serviceImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceContent h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.serviceContent h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.sertitle {
    margin-bottom: 30px;
}

.serviceContent ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
}
.serviceContent ul li {
    list-style-type: circle;
}

.serviceContent .serviceList {
    margin-bottom: 30px;
}

.serviceContent {
    padding-left: 40px;
}


.aboutUsText h2 {
    margin-bottom: 20px;
}
.aboutUsText p {
    margin-bottom: 20px;
}

.whatIDo {
    margin-bottom: 30px;
}


.aboutUsImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.aboutUsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutUsText {
    padding-left: 30px;
}

.aboutUsText.innerText {
    padding-left: 0px;
    background: linear-gradient(90deg, #faefff, #e6f1ff);
    border-radius: 20px;
    padding: 30px;
}
.aboutUsText.innerText p {
    margin-bottom: 0px;
}

.aboutHighlighted {
    background: linear-gradient(90deg, #faefff, #e6f1ff);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

/* Responsive */

@media screen and (max-width:1200px) and (min-width:1024px) {
    .bnrText h1 {
        font-size: 70px;
    }
    .titleSection p {
        padding: 0px 20%;
    }
    .contactForm {
        padding: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:769px) {
    .logoSection {
        width: 160px;
    }
    .bannerSection {
        height: 450px;
    }
    .bannerSlider {
        min-height: 450px;
    }
    .bannerBtn {
        padding: 8px 30px;
        font-size: 13px;
    }
    .bnrText h1 {
        font-size: 50px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    .bnrText p {
        font-size: 12px;
        line-height: 20px;
    }
    .titleSection p {
        padding: 0px 16%;
        font-size: 13px;
    }
    .contactForm {
        padding: 28px;
    }
    .portcontText h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .portcontText p {
        color: #c4c4c4;
        font-size: 12px;
        line-height: normal;
    }
    .portContent {
        width: 92%;
        padding: 14px 15px;
    }
    .portCTA a {
        font-size: 17px;
    }
    p {
        font-size: 13px;
        line-height: normal;
    }
    .contactForm h3 {
        font-size: 20px;
    }
    .ctinfoText a {
        font-size: 14px;
    }
    .ctinfoCard .ctinfoImg {
        width: 40px;
        height: 40px;
        padding: 11px;
    }
    .ctinfoCard {
        margin-bottom: 16px;
    }
    .navWrapper ul {
        gap: 20px;
    }
    .navWrapper ul li a {
        font-size: 13px;
    }
    .heademail a {
        padding: 7px 14px;
        font-size: 12px;
    }
    .headerBtns ul li img {
        width: 16px;
    }
}
@media screen and (max-width: 768px) and (min-width:580px) {
    .bnrText h1 {
        font-size: 39px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
        line-height: normal;
    }
    .bnrText p {
        font-size: 12px;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 6px 15px;
        margin-top: 20px;
    }
    .bannerSection {
        height: 400px;
    }
    .bannerSlider {
        min-height: 400px;
    }   
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
        font-size: 17px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
    }
    .serTitle h3 {
        font-size: 14px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 30px;
    }
    .techImg {
        height: 70px;
    }
    .techImg img {
        width: 50%;
    }
    .techContext h4 {
        font-size: 12px;
    }
    .contactForm {
        padding: 20px;
    }
    .contactForm h3 {
        font-size: 16px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 17px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 40px;
    }
    a {
        font-size: 12px;
    }
    
}

@media screen and (max-width: 579px) and (min-width:200px) {
    .logoSection {
        width: 120px;
    }
    .bannerContent {
        margin-top: 20px;
        flex-direction: column;
    }   
    .bnrText h1 {
        /* -webkit-text-stroke: 0.5px #ff9727; */
        line-height: normal;
        font-size: 22px;
        text-align: center;
    }
    .bnrText h2 {
               font-size: 13px;
        text-align: center;
        margin-bottom: 11px;
    }
    
    p {
        font-size: 12px;
        line-height: normal;
    }
    .bnrText p {
              font-size: 13px;
        line-height: normal;
        text-align: center;
    }
    .bnrbtns {
        flex-direction: column;
    }
    .animated-button {
        font-size: 14px;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 6px 15px;
        margin-top: 20px;
    }
   .bannerSection {
        height: auto;
    }
    .bannerSlider {
       min-height: max-content;
        width: 100%;
        position: relative;
    }   
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
             font-size: 17px;
        width: 50px;
        height: 50px;
        top: -30px;
        line-height: 49px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
        position: relative;
    }
    .serTitle h3 {
        font-size: 12px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 30px;
    }
    .techImg {
        height: 70px;
    }
    .techImg img {
        width: 27% !important;
    }
    .techContext h4 {
        font-size: 12px;
    }
    .technoCard {
        margin-bottom: 20px;
    }
    .contactForm {
        padding: 20px;
    }
    .contactForm h3 {
        font-size: 16px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 17px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 20px;
    }
    a {
        font-size: 12px;
    }
    .titleSection h2 {
        font-size: 20px;
    }
    .titleSection p {
        padding: 0px 10%;
    }
    .tab-slider--trigger {
        padding: 6px 9px;
        width: 49%;
        font-size: 11px;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
    .tab-slider--tabs {
        flex-wrap: wrap;
        border-radius: 26px;
    }
    .col-md-6 {
        width: 100%;
    }
    .serTitle {
        width: 26%;
    }
    .serContent {
        width: 57%;
    }
    .serCTA {
        width: 10%;
        text-align: right;
        position: absolute;
        left: 8px;
        top: 8px;
    }
    .serContent p {
        font-size: 10px;
    }
    .col-md-2 {
        width: 50%;
    }
    
}

@media screen and (max-width:768px) {
    .bannerContent {
        flex-direction: column-reverse;
    }   

    .bnrText {
        width: 100%
    }
    .bannerImg {
        width: 100%;
    }
    .logoSection {
        position: relative;
        z-index: 2;
    }
    .headerSection {
        padding: 3px 0px;
        position: relative;
        background: #fff;
    }
    .navSection {
        position: fixed;
        top: 0px;
        width: 100%;
        left: 0px;
        background: #fff;
        display: none;
        min-height: 100vh;
    }
    .navWrapper {
        display: inherit;
        width: 100%;
        margin-top: 100px;
    }
    .navWrapper ul {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }
    .navWrapper ul li {
        width: 100%;
    }
    .navWrapper ul li a {
        padding: 7px 10px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #e7e7e7;
    }
    .hamburger {
        position: relative;
        width: 1em;
        height: 1em;
        font-size: inherit;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .hamburger.is-md {
        font-size: 1.5rem;
    }

    .hamburger-line {
        position: absolute;
        right: 0;
        width: 100%;
        height: 0.125em;
        border-radius: 0.125em;
        background: rgb(106 106 106);
        transition: inherit;
    }

    .hamburger-line:nth-child(1) {
        top: 0.125em;
    }

    .hamburger.is-active .hamburger-line:nth-child(1),
    .w-nav-button.w--open .hamburger-line:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotateZ(-135deg);
    }

    .hamburger-line:nth-child(2) {
        top: 0.438em;
    }

    .hamburger.is-active .hamburger-line:nth-child(2),
    .w-nav-button.w--open .hamburger-line:nth-child(2) {
        right: 50%;
        width: 0;
    }

    .hamburger-line:nth-child(3) {
        top: 0.75em;
        width: 0.625em;
    }

    .hamburger.is-active .hamburger-line:nth-child(3),
    .w-nav-button.w--open .hamburger-line:nth-child(3) {
        top: 50%;
        width: 100%;
        transform: translateY(-50%) rotateZ(135deg);
    }
    .headerBtns {
        margin-top: 10px;
    }
    .headerBtns ul {
        justify-content: center;
    }
    .bannerSection.innerBanner .bannerWrapper h1 {
        font-size: 40px;
        text-align: center;
        line-height: normal;
        margin-bottom: 21px;
    }
    .serviceWrapper.servicesgrid button {
        width: 100%;
    }
    .serviceWrapper.servicesgrid .serCTA {
        width: 60px;
        display: inline-block;
        height: 60px;
        border-radius: 100%;
        background: #ff9727;
        padding: 16px;
        position: relative;
    }
    .serviceContent {
        padding-left: 0px;
    }
    .col-md-7 {
        width: 100%;
    }
    .col-md-5 {
        width: 100%;
    }
    .col-md-3 {
        width: 100%;
    }
}