@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    transition: all .5s;
    font-family: "Poppins",sans-serif;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

:root {
    --green-color: #0180ce;
    --yellow-color: #05458e;
    --white-color: #fff;
    --black-color: #000;
    --font-size23: 1.438rem;
    --fontsize38: 2.375rem;
    --fontsize18: 1.125rem;
    --fontsize42: 2.5rem;
    --fontsize36: 2.25rem;
    --fontsize24: 1.5rem
}

/* ..new css... */

.packages{
    display: none;
}

.about-sec .right-content p {
    font-size: 18px;
    font-weight: 500;
}


/* ..new css... */

p {
    font-family: "Hind",sans-serif
}

.compensate-for-scrollbar {
    margin-right: 0 !important
}

.fancybox-slide--image {
    padding: 0 !important
}

:is(ul,li) {
    padding: 0;
    margin: 0;
    list-style: none
}

a:hover {
    text-decoration: none;
    transition: .5s ease-out;
    color: inherit
}

img {
    max-width: 100%;
    height: auto
}

button:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

button {
    border: 0;
    outline: 0
}

section,.main-footer {
    position: relative;
    padding: 5rem 0
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: none
}

.dft-btn {
    height: 65px;
    background-color: #ffff;
    color: var(--black-color) !important;
    font-weight: 600;
    padding: 20px 46px
}

.dft-btn.btn-hover::after {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-hover {
    position: relative;
    overflow: hidden
}

.btn-hover::before {
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s;
    content: "";
    z-index: 2
}

.btn-hover::after {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translate(0,-100%);
    transition: all .35s;
    content: attr(data-hover)
}

.btn-hover:hover::before {
    width: 100%
}

.btn-hover:hover::after {
    transform: translate(0,0)
}

::selection {
    color: #fff;
    background-color: #8167a9
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9
}

.hero-anime .container-fluid {
    padding: 0 15rem 0 2rem
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 2rem 0 0
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138,155,165,0.15)
}

.hero-anime .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    border: 1px solid #000;
    box-shadow: 0 0 5px 2px var(--yellow-color);
    z-index: 1
}

.hero-anime .dropdown-item {
    border-bottom: 1px solid var(--green-color);
    padding: .6rem 2rem
}

.hero-anime .dropdown-item:last-child {
    border: 0
}

.hero-anime .navigation-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.hero-anime .navbar {
    padding: 0
}

.hero-anime .navbar-toggler {
    float: right;
    border: 0;
    padding-right: 0
}

.hero-anime .navbar-toggler:active,.hero-anime .navbar-toggler:focus {
    outline: 0
}

.hero-anime .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear
}

.hero-anime .navbar-light .navbar-toggler-icon:after,.hero-anime .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear
}

.hero-anime .navbar-light .navbar-toggler-icon:after {
    top: 8px
}

.hero-anime .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg)
}

.hero-anime .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg)
}

.hero-anime .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent
}

.hero-anime .nav-link {
    color: #000 !important;
    font-weight: 600;
    transition: all 200ms linear;
    text-transform: uppercase
}
.navbar-brand.mobile-logo{
    display: inline !important;
}
.hero-anime .nav-item:hover .nav-link,.hero-anime .nav-item.active .nav-link {
    color: var(--yellow-color) !important
}

.hero-anime .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block
}

.hero-anime .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    right: 0;
    z-index: -1;
    top: 0;
    content: "";
    border: 2px solid var(--yellow-color);
    opacity: 0;
    transition: all 200ms linear
}

.hero-anime .nav-item:hover:after {
    bottom: 0;
    opacity: 1
}

.hero-anime .nav-item.active:hover:after {
    opacity: 0
}

.hero-anime .nav-item {
    position: relative;
    transition: all 200ms linear;
    padding: 0 2.5rem
}

.header-btn {
    border-radius: 0;
    background: transparent;
    color: var(--white-color);
    clip-path: polygon(0 0,100% 0,100% 75%,100% 68%,95.5% 93%,93% 74%,0 75%);
    background: var(--green-color);
    height: 57px;
    padding: 10px 24.5px;
    border: 0;
    font-weight: 600;
}

.header-btn i {
    transform: rotate(88deg);
    margin-right: 10px;
    color: #000000;
    z-index: 22;
    position: relative
}

.hdrbordr {
    clip-path: polygon(0 0,100% 0,100% 75%,100% 68%,93.5% 95%,90% 77%,0 77%);
    background: var(--yellow-color);
    border: 4px solid var(--yellow-color);
    margin-left: 4rem
}

.navbar-brand {
    margin-top: 20px;
    margin-left: 2rem;
    z-index: 3;
    position: relative
}

.hero-anime {
    position: relative;
    z-index: 2;
    width: 100%
}

.under-line div {
    height: 6px;
    background-color: var(--yellow-color);
    float: right;
    z-index: 2222
}

.first-line {
    width: 70%;
    margin-top: -13px
}

.secound-line {
    width: 33%
}

.hdrbordr .btn-hover::after {
    padding-left: 2rem
}

.destop-logo {
    display: none
}

.main-banenr {
    background: url(../images/banner-bg.webp) left/cover no-repeat;
    height: 100vh;
    display: flex;
    background: linear-gradient(45deg, #05315e, #12a5ff);
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 100% !important;
}

.banner-wraper h2 {
    background-color: #ffffff;
    color: #0d78c1;
    display: inline-block;
    padding: 7px 20px;
    font-size: var(--font-size23);
    margin-bottom: 1rem;
    font-weight: 600;
}
.design-agency .design-para {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0px 100px;
}
:is(:is(.design-cta-area,.right-content)) .dft-btn:hover {
    color: #fff !important;
}
.banner-wraper .dft-btn {
    box-shadow: 0 0 20px 0 var(--yellow-color)
}
.design-agency .design-heading {
    margin-top: 25px;
    text-align: center;
    font-size: 36px;
    line-height: 45px;
}

.design-agency .design-content-box {
    margin-bottom: 20px;
}
.banner-wraper h1 {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 85%
}

.design-agency .design-content-box {
    margin-bottom: 20px;
}

.banner-wraper h1,.banner-wraper p {
    color: var(--white-color)
}

.banner-wraper p {
    font-size: var(--fontsize18);
    margin-top: 1rem
}

.bnr-left {
    position: absolute;
    left: -4rem
}

.bnr-right {
    top: 5rem;
    position: absolute;
    right: -2rem
}

.design-agency {
    overflow: hidden;
    padding: 2rem 0
}

.design-content-box {
    position: relative
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0
}

.design-strok-heading,.design-strok-heading-one,.design-strok-headingtwo,.design-strok-headingthree {
    --reveal-width: 0;
    font-size: 13.25rem;
    -webkit-text-stroke: 1px var(--green-color);
    color: transparent;
    text-align: center;
    line-height: initial;
    position: relative;
    display: table;
    margin: 0 auto 3vh;
    font-weight: 900
}

.design-strok-heading-one,.design-strok-headingthree {
    margin-bottom: 0;
    line-height: 120%
}

.design-strok-headingthree {
    -webkit-text-stroke: 1px var(--yellow-color)
}

.design-strok-heading::before,.design-strok-heading-one::before,.design-strok-headingtwo::before,.design-strok-headingthree::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    width: var(--reveal-width);
    height: 100%;
    color: #1298ee;
    -webkit-text-stroke: 1px #139bf2;
    overflow: hidden;
    font-weight: 900
}

.design-heading {
    font-size: var(--fontsize36);
    line-height: 38px;
    color: var(--green-color);
    font-weight: 600;
}

.design-heading span {
    color: #000;
}

.design-para {
    color: var(--black-color);
    padding: .4vh 0;
    font-size: 1rem
}

.design-box-wrapper {
    padding: 4vh 1.2vw;
    background-image: linear-gradient(45deg, #025196, #14a0f8);
    height: 100%;
    border-radius: 11px;
    transition: all ease-in-out .3s
}

.serv-ic-styled {
    max-width: 140px;
    display: block
}

.design-box-wrapper h4 {
    font-size: 18px;
    padding: 12px 0 5px;
    color: #ffff;
}

.design-box-wrapper p,.cta-wraper {
    color: #fff
}

.design-box-wrapper:hover {
    background-color: var(--black-color);
    background-image: linear-gradient(45deg, #14a0f8, #025196);
}

.design-box-wrapper:hover h4 {
    color: var(--white-color)
}

.design-cta-area {
    text-align: center;
    padding-top: 6vh
}

.design-cta-area .default-btn {
    color: #000 !important
}

.design-cta-area .default-btn i {
    border: 1px solid #000 !important
}

.design-cta-text {
    font-size: 24px;
    color: var(--green-color);
    margin-right: 3vw
}

:is(:is(.design-cta-area,.right-content)) .dft-btn {
    background: transparent;
    border: 1px solid var(--green-color);
    color: #fff;
}

:is(:is(.design-cta-area,.right-content)) .btn-hover::after {
    background-color: var(--yellow-color)
}

.cta {
    background: linear-gradient(45deg, #05315e, #12a5ff);
    padding: .5rem 0
}

.cta-wraper h4 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 1rem
}

.cta-wraper h3 {
    color: #ffff;
    font-size: 2rem;
    font-weight: 800
}

.cta-wraper p {
    margin-bottom: 2rem;
    font-size: 16px;
}

.portfolio {
    background: url(../images/porfolio-sec-bg.webp) bottom/cover no-repeat
}

.port-content p {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 16px;
}

.cust-nav-tabs {
    text-align: center;
    margin-bottom: 1rem;
    justify-content: center
}

.cust-nav-tabs .nav-link {
    color: var(--green-color);
    font-size: 1rem;
    padding: 10px 13px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600
}

.cust-nav-tabs.nav-tabs .nav-item.show .nav-link,.cust-nav-tabs.nav-tabs .nav-link.active,.cust-nav-tabs.nav-tabs .nav-link:hover {
    background-color: var(--green-color) !important;
    color: #fff;
    border-radius: 5px
}

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

.height-228 {
    height: 228px !important;
    width: 100%
}

.portfolio-box.col-md-4 {
    margin-bottom: 1.5rem
}

.portfolio-box a {
    position: relative
}

.portfolio-box a:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f002";
    width: 90%;
    position: absolute;
    bottom: 0;
    height: 430px;
    left: 0;
    border-radius: 10px;
    right: 0;
    color: #ffffff;
    overflow: hidden;
    top: 0;
    font-size: 58px;
    z-index: 99;
    align-items: center;
    display: grid;
    margin: auto;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #1298ee7a;
    transition: all .2s ease-in-out;
    opacity: 0
}

.portfolio-box a:hover:before {
    opacity: 1
}

.overlay {
    overflow: hidden
}

.portfolio-box .overlay a:before {
    height: 200px
}

.sec-main-heading {
    position: relative
}

.packages {
    padding: 0 0 5rem
}

.sec-main-heading .serv-heading {
    font-size: 12.81vw;
    position: absolute;
    top: 0;
    left: 27%;
    line-height: 1
}

.packages .sec-heading {
    text-align: center
}

.pack-tabs {
    padding: 10px 5px
}

.pack-box {
    border-radius: 5px;
    transition: ease-in-out .3s linear;
    box-shadow: 0 0 13px 0 var(--green-color);
    padding-bottom: 10px
}

.packages .owl-carousel .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.pack-name-price {
    padding: 0
}

.pack-price {
    font-size: 50px;
    text-align: center;
    background-image: linear-gradient(45deg, #05315e, #12a5ff);
    border-radius: 0;
    padding: 4px 30px;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 60px
}

.pack-price sup {
    font-size: 24px;
    position: relative;
    top: -20px;
    font-weight: 600
}

.viewdetail-page .pack-price sup {
    top: 0;
    line-height: 40px
}

.pack-price del {
    font-size: 26px;
    display: inline-flex;
    margin-left: 10px;
    line-height: 38px;
    align-items: flex-end
}

.pack-name {
    font-size: 24px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green-color);
    text-align: center;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-direction: column
}

.pack-name span {
    font-size: 15px
}

.slimScrollDiv {
    margin: 15px 20px
}

.pack-detail ul li {
    line-height: 33px;
    color: #8e8e8e;
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 25px
}

.pack-detail ul li:before {
    position: absolute;
    content: "\f0da";
    font-weight: 800;
    font-size: 14px;
    height: 10px;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    color: var(--yellow-color);
    margin-left: -15px
}

.pack-detail ul li i {
    margin-right: 15px;
    color: #bccf2e
}

.pack-box .header-contact-detail {
    justify-content: space-between;
    padding: 10px 20px 0;
    margin-right: 0;
    display: flex
}

.pack-box .header-contact-detail a {
    color: var(--green-color) !important;
    font-weight: 600
}

.package-cta i {
    color: var(--yellow-color)
}

.pack-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
    align-items: center
}

.pack-btn .green-btn {
    padding: 10px 65px
}

.pack-box:hover {
    box-shadow: none;
    background-color: var(--green-color)
}

.pack-box:hover .pack-name {
    color: var(--white-color);
    font-weight: 700
}

.pack-box:hover .package-cta a i {
    color: #fff;
}

.pack-box:hover .pack-detail ul li:before,.pack-box:hover .pack-detail ul li {
    color: #fff
}

.pack-box:hover .pack-detail ul li:before {
    color: #fff;
}

.package-cta a:first-child {
    margin-right: 0
}

.package-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #000
}

.package-slider .owl-nav,.platform-logos .owl-nav,.swipernav,.services-sec .owl-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1
}

.package-slider .owl-nav button span {
    font-size: 40px
}

.package-slider .owl-nav .owl-next,.package-slider .owl-nav .owl-prev,.platform-logos .owl-nav .owl-next,.platform-logos .owl-nav .owl-prev,.swiper-button-prev,.swiper-button-next,.services-sec .owl-nav .owl-prev,.services-sec .owl-nav .owl-next {
    background-color: var(--green-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-weight: 200;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.package-slider .owl-nav .owl-next,.platform-logos .owl-next,.swiper-button-next,.services-sec .owl-nav .owl-next {
    position: absolute;
    right: -5%
}

.swiper-button-prev,.swiper-button-next,.services-sec .owl-nav .owl-next,.services-sec .owl-nav .owl-prev {
    background-color: #ffff;
    font-size: 20px
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 18px;
    color: var(--green-color)
}

.services-sec .owl-nav .owl-next,.services-sec .owl-nav .owl-prev {
    color: var(--green-color);
    font-size: var(--fontsize36)
}

.package-slider .owl-nav .owl-prev,.platform-logos .owl-nav .owl-prev,.swiper-button-prev,.services-sec .owl-nav .owl-prev {
    position: absolute;
    left: -5%
}

.pack-tabs-area {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 0 20px 0;
    top: -30px;
    border: 0
}

.pack-tabs {
    color: #5a5960;
    border: none !important;
    margin: 0
}

.pack-tabs.active {
    border: 0;
    color: var(--yellow-color) !important;
    background-color: transparent !important
}

.pack-tabs:focus,.pack-tabs:hover {
    border: transparent;
    color: var(--yellow-color)
}

.pack-box:hover .header-contact-detail a,.aboutTxt p {
    color: #fff !important
}

.pack-btn .dft-btn {
    padding: 20px 68px;
}

.line1 {
    background-color: var(--yellow-color);
    width: 100%;
    height: 6px
}

.line2,.line3 {
    background-color: var(--green-color);
    width: 30%;
    float: left;
    height: 6px;
    margin-top: 8px
}

.line3 {
    float: right
}

.testimonial-section {
    background: url(../images/testibg.webp) center/cover no-repeat;
    margin-top: 6rem;
    overflow: visible;
    border: 1px solid var(--yellow-color);
    background: linear-gradient(45deg, #05315e, #12a5ff);
}

.testimonial-section .span {
    display: block !important;
    color: var(--white-color);
    font-size: 1.875rem;
    margin-bottom: 10px !important
}

.testimonial-section .about-section {
    overflow: visible
}

.testimonial-section .about-section .aboutTxt {
    border-color: var(--white-color)
}

.testimonial-section .about-section .heading::before {
    background-color: var(--white-color)
}

.testimonial-section .about-section .heading p {
    color: var(--white-color);
    margin: 10px 0
}

.testimonialSlider {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.testimonialCard {
    border-radius: 5px;
    background-color: #fff;
    backdrop-filter: blur(30px);
    padding: 2rem 1rem;
    text-align: center;
    height: 450px
}

.rating i {
    color: var(--green-color)
}

.testimonialCard figure img {
    width: 7.75rem;
    height: 7.75rem;
    margin: auto;
    margin-bottom: 0
}

.testimonialCard h4 {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0
}

.testimonialCard p {
    font-size: 1.375rem;
    color: var(--black-color);
    margin-bottom: 8px;
    text-transform: uppercase
}

.heading {
    color: var(--yellow-color);
    font-size: var(--fontsize36);
    font-weight: 800
}

.testimonialCard .rating {
    color: #fb0
}

.testimonial-section .swiper-pagination {
    width: fit-content;
    left: 2.1rem;
    bottom: -1rem
}

.testimonial-section .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    opacity: 1;
    background: var(--yellow-color);
    transition: .5s ease
}

.testimonial-section .swiper-pagination-bullet-active {
    background: var(--white-color);
    opacity: 1
}

.testimonialCard figure img {
    box-shadow: 0 0 23px 0 var(--green-color);
    border-radius: 50%
}

.swipernav {
    width: 62%;
    z-index: 1
}

.testi {
    z-index: 2
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--yellow-color)
}

.swiper-button-next {
    margin-top: 0
}

.main-footer {
    background-color: var(--black-color);
    padding-bottom: 0
}

.form-contact h3 {
    color: var(--white-color);
    font-size: 1.875rem;
    font-weight: 500;
}

.form-contact h2 {
    color: #ffff;
    font-size: 42px;
    font-weight: 700;
}

.form-contact h2 span {
    color: var(--green-color)
}

.bannerForm .fld-input input,.bannerForm .fld-input textarea {
    height: 60px;
    border: 1px solid #ffffff;
    background: transparent;
    width: 100%;
    margin-bottom: 1rem;
    color: var(--white-color);
    padding: 1rem
}

.bannerForm .fld-input input::placeholder,.fld-input textarea::placeholder {
    color: var(--white-color)
}

input[type="checkbox"] {
    accent-color: var(--white-color)
}

.bannerForm p {
    color: var(--white-color)
}

.bannerForm p input {
    margin-right: 15px
}

.fld-btn .dft-btn {
    padding: 0 80px
}

.card-wraper img {
    box-shadow: 0 0 13px -5px var(--yellow-color);
    border-radius: 10px;
    filter: grayscale(1);
    z-index: -1;
}

.card-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.icon-card img {
    box-shadow: none
}

.icon-card {
    text-align: center;
    position: absolute
}

.icon-card h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 800
}

.ftr-services {
    display: flex;
    flex-direction: column;
    padding-top: 15px
}

.services-box-wrap {
    display: flex;
    justify-content: space-between
}

.ftr-services li {
    margin-bottom: 15px
}

.ftr-services li a {
    color: #ffffff;
    font-size: 14px
}

.ftr-services li a i {
    margin-right: 10px;
    color: #fff;
}

.social-link {
    margin-top: 10px
}

.social-link li:first-child {
    margin-left: 0
}

.social-link li {
    margin: 5px 8px 0
}

.social-link ul li a i {
    width: 37px;
    height: 37px;
    background-color: var(--yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff
}

.social-link ul li a i.fa-facebook-f {
    background-color: #3b5998
}

.social-link ul li a i.fab.fa-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
}

.social-link ul li a i.fa-linkedin-in {
    background-color: #0e76a8
}

.social-link ul li a i.fab.fa-twitter {
    background-color: #00acee
}

.footer-form p {
    color: var(--white-color)
}

.ftr-serv-heading {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
}

.footer-menu {
    padding: 0 0 3rem
}

.main-footer .line1 {
    height: 2px
}

.copyright {
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.containerline {
    position: relative;
    width: 100%;
    height: 0px;
    float: right;
    z-index: 1;
    overflow: hidden
}

.line {
    position: relative;
    width: 100%;
    top: 7rem;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.line-index {
    position: absolute;
    width: 100%;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.wrparline {
    width: 30%;
    position: relative
}

.wrparline2 {
    position: relative
}

.wrparline .line,.wrparline2 .line {
    top: 0
}

.line:nth-child(1) {
    animation-name: moveRight
}

.line:nth-child(2) {
    animation-name: moveLeft
}

@keyframes moveRight {
    0%,100% {
        left: 0
    }

    50% {
        left: 100%
    }
}

@keyframes moveLeft {
    0%,100% {
        left: 100%
    }

    50% {
        left: 0
    }
}

.bottle,.bottletwo {
    position: absolute;
    bottom: auto;
    left: 36%;
    top: 7rem;
    z-index: 2;
    transform: translateX(-50%);
    width: 30px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden
}

.drop,.droptow {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fcf664;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    opacity: 0;
    animation: dropAnimation 2s ease-in forwards;
    box-shadow: 0 4px 2px 0
}

.drop:before,.droptow:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: -72%;
    left: 50%;
    border: 10px solid transparent;
    border-bottom: 15px solid #fcf664;
    transform: translateX(-50%)
}

@keyframes dropAnimation {
    to {
        bottom: -20%;
        opacity: 1
    }
}

.cta-img {
    position: relative
}

.bottle-img {
    position: absolute;
    margin-left: 7%;
    top: 9%
}

.ftr-services a {
    color: #3498db;
    position: relative;
    text-decoration: none;
    display: inline
}

.ftr-services a::before,.ftr-services a::after {
    content: "";
    position: absolute;
    top: 100%;
    color: var(--yellow-color);
    height: 1px;
    width: 50%;
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(0.19,1,0.22,1);
    background-color: currentcolor
}

.ftr-services a::before {
    left: 0;
    transform-origin: left
}

.ftr-services a::after {
    right: 0;
    transform-origin: right
}

.ftr-services a:active::before,.ftr-services a:hover::before,.ftr-services a:active::after,.ftr-services a:hover::after {
    transform: scaleX(1)
}

.bottletwo {
    top: 77%;
    right: 25%;
    left: auto
}

.inner-banner {
    text-align: left;
    height: 80vh
}

.main-banenr .inner-banner h1 {
    font-size: 4.5rem !important;
    line-height: 100%
}

.main-banenr .container-fluid {
    padding: 0 3%
}

.right-content h2 span {
    color: var(--green-color)
}

.right-content h2 {
    color: var(--yellow-color);
    font-size: 2.2rem
}

ul.logo-ul {
    columns: 2;
    margin-left: 3rem
}

.logo-ul img {
    display: block;
    margin-bottom: 1rem;
    border-radius: 12px
}

.right-content p {
    padding-right: 24%;
    margin: 1rem 0
}

.about-sec {
    background: url(../images/about-sec-bg.webp) bottom/cover no-repeat
}

.img-one {
    position: relative;
    top: 0;
    left: 0
}

.img-one {
    animation: Slideright 3s infinite;
    animation-delay: 3s
}

@keyframes Slideright {
    to {
        transform: translateX(290px)
    }
}

.img-two {
    animation: Slidedown 3s infinite;
    animation-delay: 3s
}

@keyframes Slidedown {
    to {
        transform: translateY(280px)
    }
}

.img-three {
    animation: Slideleft 3s infinite;
    animation-delay: 3s
}

@keyframes Slideleft {
    to {
        transform: translateX(-310px)
    }
}

.img-four {
    animation: Slideup 3s infinite;
    animation-delay: 3s
}

@keyframes Slideup {
    to {
        transform: translateY(-280px)
    }
}

.portfolio .cust-nav-tabs .nav-link {
    color: #ffff;
}

.cta2 {
    padding: 3rem 0
}

.w-75 {
    width: 75%
}

.popupform ul li {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 8px 0;
    display: inline-block
}

.popupform ul li input[type="text"],.popupform ul li input[type="email"],.popupform ul li textarea,.popupform ul li input[type="number"] {
    background: #fff;
    border: #dedede 2px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0 !important
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: var(--yellow-color)
}

.popupform ul li textarea {
    height: 161px
}

.popupform ul li.last {
    text-align: center
}

.btn__submit {
    text-align: center;
}

.popupform ul button{
    background: var(--yellow-color);
    color: #fff;
    font-size: 18px;
    border: var(--yellow-color) 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0 none;
    border-radius: 50px;
    width: 195px
}

.popupform ul li input[type="submit"]:hover {
    background: var(--green-color)
}

.popupform ul li input[type="text"]:focus,.popupform ul li input[type="email"]:focus,.popupform ul li textarea:focus {
    border: #b9bbbd 2px solid !important
}

.popupform {
    width: 550px;
    border-radius: 23px;
    padding: 31px 67px 31px 31px;
    overflow: visible;
    border-bottom-color: var(--yellow-color) !important;
    border-top-color: var(--yellow-color) !important;
    border: 9px solid var(--green-color)
}

.popupform h2 {
    font-size: 28px;
    color: var(--yellow-color);
    font-weight: 700;
    padding-left: 15px;
    border-left: var(--yellow-color) 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px
}

.popupform .fancybox-close-small {
    border: var(--yellow-color) 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible
}

.popupform .fancybox-close-small:after {
    color: var(--yellow-color);
    font-size: 25px;
    right: 4px
}

.popupform ul {
    margin: 0
}

section.cta-new ul li a {
    color: #fff;
    display: table
}

input.required.error,textarea.required.error,select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important
}
.bannerForm .error {
    color: #ff0000;
}
/*label.error {*/
/*    display: none !important*/
/*}*/

.sub-heading {
    color: #f7ce0f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 15px
}

.thankyou-banner h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px
}

.thankyou-banner h1 span {
    display: block;
    font-family: georgia;
    font-style: italic
}

.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.webp);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover
}

a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0
}

.services-sec {
    background: url(../images/services-bg.webp) bottom/cover no-repeat;
    background: linear-gradient(45deg, #05315e, #12a5ff);
}

.services-box {
    background-color: var(--green-color);
    border-radius: 5px;
    border: 1px solid var(--yellow-color);
    padding: 1.5rem;
    height: 320px
}

.services-sec h3 {
    color: #ffff;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem
}

.services-sec p {
    color: var(--white-color)
}

.ser-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem
}

.ser-btn .dft-btn {
    height: 45px;
    padding: 10px 15px;
    font-size: 15px
}

.services-sec h4 {
    color: var(--white-color);
    text-align: center;
    font-size: var(--fontsize38);
    font-weight: 600;
    margin-bottom: 3rem
}

.services-sec h4 span {
    color: #ffff;
}

.services-sec .owl-carousel .owl-item img {
    margin: inherit
}

.ser-btn img {
    border-radius: 8px
}

.portfolio-banner {
    background: url(../images/portfolio-bg.webp) top/cover no-repeat
}

.pricing-banner {
    background: url(../images/pricing-bg.webp) top/cover no-repeat;
    background-image: linear-gradient(45deg, #05315e, #12a5ff);
}

.contact-banner {
    background: url(../images/contac-us-bg.webp) top/cover no-repeat;
    background: linear-gradient(45deg, #05315e, #12a5ff);
}

.thankyou_sec {
    padding: 5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    text-align: center
}

.thankyou_sec p {
    color: #221752
}

.main-content__checkmark {
    font-size: 13.75rem !important;
    line-height: 1 !important;
    background: linear-gradient(to right,var(--green-color) 0,var(--yellow-color) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.site-header__title {
    font-size: 10.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
    color: #282828
}

.start_live_chat {
    font-size: 20px;
    background-color: var(--green-color);
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    margin: 20px 0 0;
    color: #fff !important;
    line-height: 16px
}

.main-thankyou .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.about-banner {
    background: url(../images/aboutus-bg.webp) top/cover no-repeat;
    background: linear-gradient(45deg, #05315e, #12a5ff);
}

.secaboutstyl {
    padding: 0
}

.sec_02 {
    padding: 50px 0
}

.sec_02 {
    background-color: #000;
    background-image: url(../images/h6-bg-section-01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.sec_02 h6 {
    margin-bottom: 9px;
    padding-top: 50px;
    color: var(--green-color)
}

.sec_02 h2 {
    font-size: 46px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.sec_02 h2 strong {
    color: #2288ff;
}

.sec_02 p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px
}

.liststeps_li h4 {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.liststeps_li h4 i {
    margin-right: 10px;
    font-size: 15px;
    margin-top: 0px;
    color: #fff;
}

.liststeps_li p {
    olor: #787878;
    font-size: 16px;
    line-height: 26px
}

.ct-image-single .ct-image-single--inner {
    display: inline-block;
    position: relative
}

.ct-image-single img {
    -webkit-border-radius: inherit !important;
    -khtml-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    -ms-border-radius: inherit !important;
    -o-border-radius: inherit !important;
    border-radius: inherit !important;
    width: auto;
    -webkit-transition: .3s cubic-bezier(0.24,0.74,0.58,1);
    -khtml-transition: .3s cubic-bezier(0.24,0.74,0.58,1);
    -moz-transition: .3s cubic-bezier(0.24,0.74,0.58,1);
    -ms-transition: .3s cubic-bezier(0.24,0.74,0.58,1);
    -o-transition: .3s cubic-bezier(0.24,0.74,0.58,1);
    transition: .3s cubic-bezier(0.24,0.74,0.58,1)
}

.ct-image-single .img-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0
}

.ct-image-single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0
}
.liststeps_li h4 {
    color: #fff;
    font-weight: 600;
}
.ct-image-single.img-hover-added {
    text-align: center
}

.ct-image-single.img-hover-added:hover .img-main {
    opacity: 0
}

.ct-image-single.img-hover-added:hover .img-hover {
    opacity: 1
}

.copyright a:first-child {
    color: #19a8ff;
}
section.main-banenr.portfolio-banner.inner-banner {
    background: linear-gradient(45deg, #05315e, #12a5ff);
}
.packfeatures ol {
    padding-left: 0px;
}

.packfeatures ol li {
    padding-left: 0px;
}
.copyright a {
    color: #19a8ff;
}
.testimonial-section h2 {
    color: #fff;
}
.services_page_content p {
    font-size: 16px
}
.under-line.containerline {
    display: none;
}
header.hero-anime {
    background: #f7f7f7;
}
.navbar-brand.mobile-logo img {
    width: 20%;
}
header.hero-anime {
    background: #f7f7f7;
}
.about-section p {
    font-size: 16px;
}

.packages.home-scpt{
    display: none;
}

.footer-menu img {
    width: 70%;
}


.right-content ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}


/* process */
/*============================
    HOW WE WORK
=============================*/

.how-we-work{
    padding:90px 20px;
    background:#f8fafc;
    font-family:Arial, Helvetica, sans-serif;
}

.how-we-work .container{
    max-width:1200px;
    margin:auto;
}

.section-heading{
    text-align:center;
    max-width:720px;
    margin:0 auto 60px;
}

.section-heading .sub-title{
    display:inline-block;
    color:#0d6efd;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:42px;
    margin:0 0 15px;
    color:#111827;
    font-weight:700;
}

.section-heading p{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}

.process-grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:25px;
}

.process-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    border:1px solid #edf2f7;
    overflow:hidden;
}

.process-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#0d6efd;
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(13,110,253,.15);
}

.process-card:hover::before{
    transform:scaleX(1);
}

.step-number{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.process-card h3{
    margin:0 0 15px;
    color: #000000;
    font-size:24px;
    font-weight: 600;
}

.process-card p{
    margin:0;
    color:#6b7280;
    line-height:1.8;
    font-size:15px;
}

/*============================
    RESPONSIVE
=============================*/

@media(max-width:1100px){

.process-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.how-we-work{
    padding:70px 15px;
}

.section-heading h2{
    font-size:34px;
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-card{
    padding:30px 22px;
}

}

@media(max-width:576px){

.process-grid{
    grid-template-columns:1fr;
}

.section-heading h2{
    font-size:30px;
}

.section-heading p{
    font-size:16px;
}

.process-card{
    text-align:center;
}

.step-number{
    margin:0 auto 20px;
}

}