@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
*,
a {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
*,
.nav-modal .modal-content .modal-body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
}
.process-sec::before,
.services-sec .main-box::before,
section.about-sec .about-shape img {
    animation: 4s ease-in-out infinite triangleUpDown;
}
* {
    box-sizing: border-box;
    font-family: Outfit, sans-serif;
}
body {
    overflow-x: hidden;
    height: 100%;
    background: #f7f7f0;
}
a {
    transition: 0.3s ease-in-out !important;
}
a:focus {
    color: #000;
}
.different-sec .head-shape h2,
.different-sec .main-box .service-item p,
.footer-sec .contact-info ul li a:hover,
.footer-sec .contact-info ul li:hover,
.footer-sec .copy-right a:hover,
.footer-sec .quick-links ul li a:hover,
.nav-link:focus,
.nav-link:hover,
.pro-btn .btn-project.black-btn:hover {
    color: #fff;
}
ol,
ul {
    list-style: none;
}
button:focus,
input:focus {
    background-color: transparent !important;
}
p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 30px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(45deg, #000, #000) !important;
    border: 1px solid #fff;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}
.header {
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    background:transparent;
}
.banner-sec,
.banner-sec > *,
.process-sec .process-detail .tabs-process {
    z-index: 2;
    position: relative;
}
.header .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .main-header .logo a img {
    width: 100%;
    height: 47px;
    object-fit: contain;
}
.header .main-header .navbar .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}
.header .main-header .navbar .nav-list li a {
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease-in-out !important;
    position: relative;
}
.footer-sec .quick-links ul li a::before,
.header .main-header .navbar .nav-list li a::before,
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item::before,
.nav-modal .modal-content .modal-body .menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
}
.footer-sec .quick-links ul li a:hover::before,
.header .main-header .navbar .nav-list li a:hover::before,
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover::before,
.nav-modal .modal-content .modal-body .menu ul li a:hover::before {
    transform: scaleX(1);
}
.header .main-header .navbar .nav-list li .btn-meun i {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}
.nav-modal {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 3%);
}
.nav-modal .modal-content {
    background: #1c1d2c;
    color: #fff;
    padding: 80px;
}
.nav-modal .modal-dialog {
    max-width: 1300px;
    margin: 130px auto;
}
.nav-modal .modal-content .modal-body .menu h6 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
}
.nav-modal .modal-content .modal-body .menu ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column !important;
    gap: 20px;
}
.footer-sec .contact-info,
.footer-sec .quick-links,
.nav-modal .modal-content .modal-body .menu ul li {
    position: relative;
    z-index: 1;
}
.nav-modal .modal-content .modal-body .menu ul .item a:hover {
    color: #4680af;
}
.nav-modal .modal-content .modal-body .menu ul li a {
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.3s ease-in-out !important;
    position: relative;
}
.nav-modal .modal-content .modal-body .menu ul li a i {
    font-size: 18px;
    margin-top: 8px;
    color: #539cd5;
}
.nav-modal .modal-content .modal-body .contact ul {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 0 50px;
}
.nav-modal .modal-content .modal-body .contact ul li {
    display: flex;
    gap: 18px;
}
.nav-modal .modal-content .modal-body .contact ul li i {
    font-size: 26px;
    font-weight: 300;
}
.nav-modal .modal-content .modal-body .contact ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    transition: 0.3s ease-in-out !important;
}
.nav-modal .modal-content .modal-body .contact ul li a span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.nav-modal .modal-content .modal-body .contact .follow,
.nav-modal .modal-content .modal-body .contact h2 {
    margin: 0 0 0 40px;
}
.nav-modal .modal-content .modal-body .contact .follow h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav-modal .modal-content .modal-body .contact .follow ul {
    display: flex;
    flex-direction: row;
    gap: 1px;
}
.nav-modal .modal-content .modal-body .contact .follow ul li {
    line-height: 0;
}
.nav-modal .modal-content .modal-body .contact .follow ul li a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.modal-content .btn-close {
    box-sizing: content-box;
    padding: 8px 30px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 12px !important;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-modal .modal-content .modal-body .contact .follow ul li a:hover {
    background: #fff;
    color: #1c1d2c;
}
.nav-modal .modal-content .modal-body .contact .follow ul li a i {
    font-size: 25px;
}
.nav-modal .modal-content .modal-body .contact h2 a {
    color: #fff;
    font-size: 30px;
    text-decoration: underline;
}
.nav-modal .modal-content .modal-body .dropdown .btn-back {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: #50484854;
    border-radius: 31px;
}
.nav-modal .modal-content .modal-body .dropdown .btn-back i {
    font-size: 14px;
}
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu {
    position: static;
    background: 0 0;
    border: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li {
    padding: 1px 0;
}
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item {
    color: #fff;
    font-size: 28px;
    transition: 0.3s ease-in-out !important;
    position: relative;
    padding: 0;
}
.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover {
    background: 0 0;
}
.banner-sec {
    background: url(../images/banner.png) center center/cover no-repeat;
    height: 100vh;
    padding: 300px 0 0;
    overflow: hidden;
}
.banner-sec .banner-content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    margin: 0 0 22px;
}
.banner-sec .banner-content h1 span {
    font-weight: 600;
}
.banner-sec .banner-content p {
    font-size: 23px;
    line-height: 35px;
    color: #fff;
}
.pro-btn {
    display: flex;
}
.pro-btn .btn-project {
    background: #fff;
    padding: 20px 30px;
    font-size: 20px;
    border-radius: 12px;
    border: 2px solid #fff;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.services-sec,
section.about-sec {
    align-items: center;
    z-index: 2;
    display: flex;
}
.pro-btn .btn-project i {
    font-size: 21px;
    font-weight: 500;
}
.pro-btn .btn-project:hover {
    background: #1c1d2c;
    color: #fff;
}
.pro-btn .btn-project.black-btn {
    border-color: #1c1d2c;
    color: #1c1d2c;
    font-weight: 500;
}
.banner-sec .shapes {
    position: relative;
    margin: 0 0 90px;
}
.banner-sec .shapes img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.banner-sec .shapes .img01 {
    position: absolute;
    top: -79px;
    left: -4px;
}
.banner-sec .shapes .img02 {
    position: absolute;
    top: 0;
    left: -50px;
}
.banner-sec .shapes .img03 {
    position: absolute;
    top: -2px;
    left: 37px;
}
section.about-sec {
    background: #1c1d2c;
    overflow: hidden;
    height: 100vh;
    justify-content: center;
    position: relative;
}
.head-shape h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 13px;
    line-height: 70px;
}
section.about-sec .about-content h3 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px;
    line-height: 50px;
}
section.about-sec .about-img {
    display: flex;
    justify-content: end;
}
section.about-sec .main-img {
    position: relative;
    right: 0;
}
section.about-sec .main-img::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 18%;
    right: 0;
    bottom: 0;
    background: url(../images/shape5.png) center center/cover no-repeat;
    width: 189px;
    height: 189px;
    animation: 3s ease-in-out infinite floatUpDown;
    transform-origin: center;
}
@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
section.about-sec .main-img img {
    height: 530px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
section.about-sec .about-shape {
    position: absolute;
    left: 0;
    top: 32px;
}
section.about-sec .about-shape img {
    width: 593px;
    height: 468px;
    object-fit: contain;
}
.head-shape,
.our-value .main-img {
    position: relative;
}
.shape1,
.shape2,
.shape3 {
    position: absolute;
}
.head-shape img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.shape1 {
    top: -90px;
    right: 44%;
}
.shape1 img,
.shape2 img,
.shape3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shape2 {
    top: -30px;
    right: 50%;
}
.shape3 {
    top: -28px;
    right: 39%;
}
.services-sec {
    background-color: #f7f7f0;
    position: relative;
    justify-content: center;
    padding: 150px 0;
    overflow: clip;
}
.services-sec .head-shape .shape1 {
    top: -90px;
    right: 24%;
}
.services-sec .head-shape .shape2 {
    top: -29px;
    right: 27%;
}
.services-sec .head-shape .shape3 {
    right: 22%;
    top: -28px;
}
.process-sec .head-shape h2,
.services-sec .head-shape h2 {
    color: #000;
    text-align: center;
    margin: 0 0 50px;
}
.services-sec .Scroll-Trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 130px;
}
.services-sec .main-box {
    background: #fff;
    padding: 20px 20px 20px 70px;
    border-radius: 20px;
    margin: 0;
    position: sticky;
    top: 20%;
    overflow: hidden;
}
.services-sec .main-box::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    right: 0;
    bottom: 0;
    background: url(../images/shape6.png) center center/cover no-repeat;
    width: 195px;
    height: 195px;
    object-fit: contain;
}
.services-sec .main-box.shape-2::before {
    background: url(../images/shape8.png) center center/cover no-repeat;
}
.services-sec .main-box.shape-4::before {
    background: url(../images/shape18.png) center center/cover no-repeat;
}
.services-sec .main-box.shape-5::before {
    background: url(../images/shape20.png) center center/cover no-repeat;
}
.contact-form-sec .form-box .question-box .options .option input[type="checkbox"],
.contact-form-sec .form-box .question-box .options .option input[type="radio"],
.mainVideo video,
.our-awards-sec .circle-img.box::before,
.our-awards-sec .shape-02.box::before,
.portfolio-sec .mobile-slider,
.portfolio-sec .slick-dots li button:before,
.portfolio-sec .slick-dots li.slick-active button:before,
.process-sec.mobile-sec,
.services-sec .main-box.cir-shape::before {
    display: none;
}
.services-sec .main-box.cir-shape::after {
    content: "";
    position: absolute;
    right: 30%;
    bottom: -35px;
    background: url(../images/shape7.png) center center/cover no-repeat;
    width: 215px;
    height: 216px;
    border-radius: 20px;
    animation: 2.5s ease-in-out infinite CIRLeftRight;
}
.services-sec .main-box.cir-shape.shape-3::after {
    background: url(../images/shape9.png) center center/cover no-repeat;
}
.services-sec .main-box.cir-shape.shape-4::after {
    background: url(../images/shape19.png) center center/cover no-repeat;
}
.services-sec .main-box .service-item h3 {
    font-size: 45px;
    text-align: start;
    line-height: 55px;
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
}
.services-sec .main-box .service-item p {
    color: #000;
    font-size: 22px;
    line-height: 38px;
}
.services-sec .main-box .main-img {
    text-align: end;
}
.services-sec .main-box .main-img img {
    height: 500px;
    width: 500px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
section.services-sec.different-sec.Features .main-box img.img-fluid {
    height: 430px;
    width: 515px;
}
.process-sec {
    position: relative;
    padding: 150px 0 40px;
}
.process-sec::before {
    position: absolute;
    content: "";
    width: 490px;
    height: 490px;
    background-image: url("../images/shape11.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    top: 1%;
    left: 0;
    z-index: -1;
}
.process-sec .head-shape {
    top: 0;
    width: 100%;
    position: sticky;
    z-index: 10;
    transition: 0.3s ease-in-out;
    background: 0 0;
}
.process-sec .head-shape.sticky {
    background: linear-gradient(45deg, #f6f6ef, #f7f7f0);
}
.process-sec .head-shape h2 {
    text-align: start;
    color: #1c1d2c;
    margin: 0 0 40px;
}
.process-sec .head-shape .shape1 {
    top: -97px;
    left: 28%;
}
.process-sec .head-shape .shape2 {
    top: -35px;
    left: 25%;
}
.process-sec .head-shape .shape3 {
    top: -28%;
    left: 31%;
}
.process-sec .process-box {
    margin: 0 0 60px;
}
.process-sec .mainVideo {
    position: sticky;
    top: 27%;
    border-radius: 6px;
    width: 100%;
}
.process-sec .mainVideo video {
    border-radius: 8px;
    display: none;
    width: 100%;
    height: auto;
}
.process-sec .mainVideo video.active,
.process-sec .process-detail.active {
    opacity: 1;
}
.footer-sec .read .talk-cir p i,
.mainVideo video.active {
    display: block;
}
.process-sec .process-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    opacity: 0.2;
    transition: opacity 0.3s;
}
.process-sec .process-detail h6 {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 15px;
}
.process-sec .process-detail h3 {
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 44px;
}
.process-sec .process-detail .tabs-process .nav-pills {
    gap: 15px;
    margin: 0 0 30px !important;
}
.process-sec .process-detail .tabs-process .nav-pills .nav-link {
    font-size: 20px;
    padding: 16px 35px;
    border-radius: 12px;
    line-height: 20px;
    border: 1.5px solid #1c1d2c;
    color: #1c1d2c;
}
.process-sec .process-detail .tabs-process .nav-pills .nav-link.active {
    background: #1c1d2c !important;
    color: #fff;
    border: 1.5px solid #1c1d2c;
}
.process-sec .process-detail .tabs-process .tab-content {
    width: 92%;
}
.process-sec .process-detail .tabs-process .tab-content .tab-pane {
    font-size: 20px;
    line-height: 31px;
    color: #1c1d2c;
    padding-bottom: 7rem;
}
.process-sec .main-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}
.pro-mini-video {
    display: block;
    margin: 0 0 20px;
    visibility: visible;
    opacity: 1;
}
.pro-mini-video video {
    width: 100%;
    position: relative;
    z-index: 1;
}
@keyframes triangleUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.different-sec {
    background: #1c1d2c;
    position: relative;
}

.different-sec p, .different-sec h2 {
    color: #fff !IMPORTANT;
}
.different-sec::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url("../images/shape5.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    bottom: 2%;
    right: 6%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.footer-sec::before,
.frequently-sec::before {
    animation: 4s ease-in-out infinite triangleUpDown;
}
@keyframes floatLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateY(-45px);
    }
}
.different-sec .head-shape .shape1 {
    right: 18%;
    top: -92%;
}
.different-sec .head-shape .shape2 {
    top: -47px;
    right: 21%;
}
.different-sec .head-shape .shape3 {
    right: 15%;
    top: -44px;
}
.different-sec .main-box {
    background: #202131;
    border: 1.5px solid #2a2b3f;
}
.different-sec .main-box .service-item h3 {
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
}
.different-sec .main-box.cir-shape.fully {
    padding: 20px 70px 20px 20px;
}
.different-sec .main-box.cir-shape.fully::after {
    left: 32%;
    animation: 2.5s ease-in-out infinite CIRLeftRight;
}
@keyframes CIRLeftRight {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25px);
    }
}
.testimonials-sec {
    padding: 150px 0 0;
    overflow: hidden;
}
.testimonials-sec .main-box {
    background: #fff;
    box-shadow: 0 0 0 gray;
    border: 1px solid rgba(28, 29, 44, 0.15);
    border-radius: 30px;
    padding: 41px;
    margin: 0 0 40px;
}
.footer-sec::after,
.footer-sec::before,
.frequently-sec::before {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
}
.contact-form-sec .form-box .form-check,
.our-portfolio-sec .main-img,
.testimonials-sec .head-shape,
section.services-sec.different-sec.Features {
    margin: 0 0 40px;
}
.testimonials-sec .head-shape .shape1 {
    top: -115px;
    right: 56%;
}
.testimonials-sec .head-shape .shape2 {
    top: -58px;
    right: 59%;
}
.testimonials-sec .head-shape .shape3 {
    top: -55px;
    right: 54%;
}
.iti__country,
.privacy-policy-sec .privacy-content p a,
.testimonials-sec .head-shape h2 {
    color: #000;
}
.testimonials-sec .main-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    margin: 0 0 18px;
}
.testimonials-sec .main-box ul li i {
    color: #f37820;
    font-size: 16px;
}
.testimonials-sec .main-box p {
    color: #1c1d2c;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 13px;
    height: 280px;
    overflow-y: auto;
}
.testimonials-sec .main-box h6 {
    color: #1c1d2c;
    font-size: 22px;
    line-height: 30px;
}
.testimonials-sec .main-box h6 span {
    display: block;
    font-weight: 300;
    font-size: 20px;
}
.testimonials-sec .para {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #0000004a;
    padding: 0 0 50px;
}
.testimonials-sec .para p {
    color: #1c1d2c;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    width: 51%;
    margin: 0;
}
.frequently-sec {
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}
.frequently-sec .head-shape .shape1 {
    top: -105px;
    right: 45%;
}
.frequently-sec .head-shape .shape2 {
    top: -44px;
    right: 48%;
}
.frequently-sec .head-shape .shape3 {
    top: -43px;
    right: 43%;
}
.frequently-sec::before {
    width: 675px;
    height: 675px;
    background-image: url("../images/shape10.png");
    top: 25%;
    right: 13%;
}
.frequently-sec .head-shape,
.portfolio-sec .slick-initialized .slick-slide.slick-center {
    margin: 0;
}
.frequently-sec .accordion-body {
    padding: 0 0 20px;
}
.frequently-sec .head-shape h2 {
    margin: 0 0 50px;
    color: #000;
}
.accordion-flush .accordion-item .accordion-button.collapsed,
.frequently-sec .accordion-flush .accordion-item h2 .accordion-button {
    background: 0 0 !important;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    transition: 0.4s ease-in-out;
    border: 0;
    border-radius: 0;
    padding: 26px 0;
}
.frequently-sec .accordion-flush .accordion-item {
    border-radius: 0;
    border-bottom: 1px solid #cdcbcb;
    background: 0 0;
}
.frequently-sec .accordin .accordion-item .accordion-header .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 pro";
    background: 0 0;
    color: var(--primary-color);
    font-size: 31px;
    border-radius: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}
.frequently-sec .accordin .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0);
    color: var(--secondary-color);
}
.frequently-sec .accordion-body p {
    font-size: 22px;
    color: rgb(32 32 32);
    font-weight: 400;
    line-height: 31px;
    margin: 0;
}
.accordion-flush .accordion-item .accordion-button.collapsed:focus,
.frequently-sec .accordion-flush .accordion-item h2 .accordion-button {
    outline: 0;
    box-shadow: none;
}
.footer-sec {
    background: #1b1f30;
    overflow: hidden;
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
}
.footer-sec::before {
    width: 500px;
    height: 500px;
    background-image: url(../images/shape11.png);
    top: 4%;
    left: 1%;
}
.footer-sec::after {
    width: 400px;
    height: 400px;
    background-image: url(../images/shape5.png);
    bottom: 0;
    right: 6%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
    z-index: -1;
}
.footer-sec .read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #77777769;
    padding: 0 0 80px;
    margin: 0 0 48px;
    position: relative;
    z-index: 1;
}
.footer-sec .read h3 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}
.footer-sec .read .talk-cir {
    height: 150px;
    width: 150px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    transition: 0.3s ease-in;
}
.footer-sec .read .talk-cir:hover {
    background: #539cd5;
    border: none;
}
.footer-sec .read .talk-cir p {
    margin: 0;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}
.footer-sec .read .talk-cir p::before {
    content: "\f061";
    position: absolute;
    left: 50px;
    z-index: 1;
    bottom: -28px;
    font-family: "Font Awesome 6 pro";
    font-size: 20px;
}
.footer-sec .foot-logo .main-img {
    margin: 0 0 27px;
}
.footer-sec .foot-logo .main-img img {
    object-fit: contain;
    width: 200px !important;
}
.footer-sec .foot-logo .links h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.footer-sec .foot-logo .links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}
.footer-sec .foot-logo .links ul li a i {
    color: #a4a5ab;
    font-size: 25px;
    font-weight: 200;
    height: 45px;
    width: 45px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-form-sec .form-box .question-box .options .option-btn.active,
.contact-form-sec .form-box .question-box .options .option-btnS.active,
.footer-sec .foot-logo .links ul li a i:hover {
    background-color: #fff;
    color: #000;
}
.footer-sec .quick-links h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}
.footer-sec .quick-links ul {
    display: grid;
    gap: 10px;
}
.footer-sec .quick-links ul li {
    transition: 0.3s ease-in-out;
}
.footer-sec .quick-links ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff78;
    position: relative;
}
.footer-sec .contact-info h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 24px;
}
.footer-sec .contact-info ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}
.footer-sec .contact-info ul li,
.footer-sec .contact-info ul li a {
    color: #ffffff78;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.3s ease-in-out;
}
.footer-sec .contact-info ul li {
    align-items: center;
}
.footer-sec .contact-info ul li i {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    line-height: 34px;
}
.footer-sec .copy-right {
    border-top: 1px solid #77777769;
    margin: 42px 0 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.design .bespoke-contant .pro-btn,
.packages-sec .pro-btn,
.portfolio-sec .pro-btn,
.thankyou_page {
    justify-content: center;
}
.footer-sec .foot-logo {
    position: relative;
    z-index: 999;
}
.footer-sec .copy-right a,
.footer-sec .copy-right p {
    margin: 0;
    color: #ffffff78;
    font-size: 18px;
    font-weight: 400;
}
.portfolio-sec {
    background: #1c1d2c;
    padding: 150px 0 80px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.packages-sec .head-shape,
.portfolio-sec .head-shape {
    text-align: center;
    margin: 0 0 50px;
}
.portfolio-sec .head-shape .shape1 {
    top: -120px;
    right: 27%;
}
.portfolio-sec .head-shape .shape2 {
    top: -58px;
    right: 29%;
}
.portfolio-sec .head-shape .shape3 {
    top: -58px;
    right: 25.4%;
}
.portfolio-sec .slick-slide {
    transition: 0.8s ease-in-out !important;
    will-change: transform;
}
.portfolio-sec .center-slider img,
.portfolio-sec .slick-center img {
    width: 1140px !important;
    height: 690px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 20px;
}
.portfolio-sec .slick-initialized .slick-slide {
    margin: 130px 20px 0;
    transition: 0.8s ease-in-out !important;
}
.portfolio-sec .slick-dots li {
    border: 1px solid #ffffff66;
    border-radius: 20px;
    height: 10px;
    width: 30px;
    margin: 0;
    transition: 0.4s ease-in;
}
.portfolio-sec .slick-list.draggable {
    height: 833px;
}
.portfolio-sec .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
}
.portfolio-sec .slick-dots {
    bottom: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: 0.3s ease-in-out;
}
.portfolio-sec .slick-dots li.slick-active {
    height: 10px;
    width: 55px;
    background: linear-gradient(#adf454, #51dbea);
    box-shadow: 0 2px 21px #85e994;
    transition: 0.3s ease-in;
}
.portfolio-sec .mobile-slider .slick-center img,
.portfolio-sec .mobile-slider img {
    height: 370px;
    border-radius: 15px;
    transition: 0.4s ease-in-out !important;
    object-fit: cover;
}
.portfolio-sec .mobile-slider .slick-center img {
    width: 100% !important;
    margin: 0 !important;
}
.portfolio-sec .mobile-slider img {
    width: 100%;
    margin: 60px 0 0 !important;
}
.portfolio-sec .slick-initialized.mobile-slider .slick-slide {
    margin: 0 10px;
}
.portfolio-sec .mobile-slider .slick-list.draggable {
    height: 435px;
}
.portfolio-sec .mobile-slider ul.slick-dots {
    bottom: 6%;
}
.about-banner-sec {
    background: url(../images/about-banner.png) center center/cover no-repeat;
    padding: 353px 0 100px;
}
.impressions-sec,
.meet-your-team,
.our-awards-sec,
.our-portfolio-sec {
    background-color: #1c1d2c;
}
.bespoke-sec,
.our-value {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}
.about-banner-sec.web-design {
    background: url(../images/banner1.png) center center/cover no-repeat;
}
.about-banner-sec.web-development {
    background: url(../images/banner2.png) center center/cover no-repeat;
}
.about-banner-sec.wordpress-website {
    background: url(../images/banner3.png) center center/cover no-repeat;
}
.about-banner-sec.e-commerce-website {
    background: url(../images/banner4.png) center center/cover no-repeat;
}
.about-banner-sec.woocommerce-website {
    background: url(../images/banner5.png) center center/cover no-repeat;
}
.about-banner-sec.SEO-Services {
    background: url(../images/banner6.png) center center/cover no-repeat;
}
.about-banner-sec.digital-marketing {
    background: url(../images/banner7.png) center center/cover no-repeat;
}
.about-banner-sec.paid-search {
    background: url(../images/banner8.png) center center/cover no-repeat;
}
.about-banner-sec.branding-design {
    background: url(../images/banner9.png) center center/cover no-repeat;
}
.about-banner-sec.faqs {
    background: url(../images/banner10.png) center center/cover no-repeat;
}
.about-banner-sec.insights {
    background: url(../images/banner11.png) center center/cover no-repeat;
}
.about-banner-sec.contact-us {
    background: url(../images/banner12.png) center center/cover no-repeat;
}
.about-banner-sec.moblie-app {
    background: url(../images/banner13.png) center center/cover no-repeat;
}
.bespoke-sec::after,
.bespoke-sec::before,
.our-awards-sec::after,
.our-value::before {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.about-banner-sec .about-contant,
.meet-your-team .head-shape h2,
.our-portfolio-sec .head-shape h2 {
    text-align: center;
}
.about-banner-sec .about-contant h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    margin: 0 0 20px;
}
.about-banner-sec .about-contant h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 15px;
}
.bespoke-sec::before {
    content: "";
    background-image: url("../images/shape12.png");
    position: absolute;
    width: 540px;
    height: 540px;
    top: 4%;
    left: 2%;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.bespoke-sec::after {
    content: "";
    background-image: url("../images/shape13.png");
    position: absolute;
    width: 323px;
    height: 323px;
    bottom: 8%;
    right: 4%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.our-value .main-img::before,
.our-value::before {
    animation: 4s ease-in-out infinite triangleUpDown;
    position: absolute;
    content: "";
}
.bespoke-sec .bespoke-contant {
    text-align: center;
    width: 100%;
    margin: 0 auto auto;
}
.bespoke-sec .bespoke-contant .head-shape h6 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight: 500;
}
.bespoke-sec .bespoke-contant .head-shape .shape1 {
    top: -131px;
    right: 46%;
}
.bespoke-sec .bespoke-contant .head-shape .shape2 {
    top: -78px;
    right: 49%;
}
.bespoke-sec .bespoke-contant .head-shape .shape3 {
    top: -76px;
    right: 42%;
}
.bespoke-sec .bespoke-contant h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin: 0 0 23px;
}
.bespoke-sec .bespoke-contant p,
.our-value .txt p {
    color: #000;
    font-size: 22px;
    line-height: 33px;
}
.our-value::before {
    background-image: url("../images/shape12.png");
    width: 390px;
    height: 390px;
    top: 12%;
    left: 2%;
}
.our-awards-sec .logo-slider,
.our-value .head-shape {
    margin: 0 0 90px;
}
.our-value .head-shape .shape1 {
    top: -76px;
    right: 33%;
}
.our-value .head-shape .shape2 {
    top: -23px;
    right: 35%;
}
.our-value .head-shape .shape3 {
    top: -22px;
    right: 31%;
}
.our-value .head-shape h2 {
    text-align: center;
    color: #000;
}
.our-value .txt {
    width: 82%;
}
.our-value .txt h3 {
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 16px;
}
.our-value .main-img img {
    width: 430px;
    height: 430px;
}
.our-value .main-img::before {
    left: -19%;
    bottom: 0;
    background: url(../images/shape15.png) center center/cover no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}
.our-value .main-img.shape-02::before {
    background: url(../images/shape14.png) center center/cover no-repeat;
}
.our-value .main-img.circle-img::before {
    background: url(../images/shape16.png) center center/cover no-repeat;
    height: 200px;
    width: 200px;
    bottom: -17%;
    left: -17%;
}
.our-value .main-img.circle-img.shape-02::before {
    background: url(../images/shape17.png) center center/cover no-repeat;
}
.our-value .commit {
    margin: 0 0 70px;
}
.our-awards-sec {
    padding: 200px 0 160px;
    position: relative;
    overflow: hidden;
}
.our-awards-sec::after {
    content: "";
    background-image: url("../images/shape5.png");
    position: absolute;
    width: 340px;
    height: 340px;
    bottom: 6%;
    right: 8%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.our-awards-sec .head-shape {
    text-align: center;
    margin: 0 auto 40px;
    width: 79%;
}
.our-awards-sec .head-shape .shape1 {
    top: -45%;
    right: 14%;
}
.our-awards-sec .head-shape .shape2 {
    top: -22%;
    right: 17%;
}
.our-awards-sec .head-shape .shape3 {
    top: -40px;
    right: 12%;
}
.our-awards-sec .head-shape h2 {
    margin: 0 0 30px;
}
.our-awards-sec .head-shape p {
    font-size: 22px;
    line-height: 32px;
}
.our-awards-sec .logo-slider img {
    width: 128px;
    height: 128px;
    object-fit: contain;
}
.our-awards-sec .box {
    background: #232437;
    padding: 45px 35px;
    border: 1px solid #2e304d;
    text-align: center;
    border-radius: 25px;
    height: 385px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.meet-your-team::before,
.our-portfolio-sec::before {
    background-image: url("../images/shape4.png");
    width: 600px;
    height: 600px;
    animation: 4s ease-in-out infinite triangleUpDown;
    left: 1%;
}
.our-awards-sec .box::before {
    content: "";
    position: absolute;
    left: -16%;
    top: -9%;
    background: url(../images/shape6.png) center center/cover no-repeat;
    width: 230px;
    height: 230px;
    z-index: -1;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.our-awards-sec .shape-02.box::after {
    content: "";
    position: absolute;
    right: -7%;
    top: 25%;
    background: url(../images/shape8.png) center center/cover no-repeat;
    width: 230px;
    height: 230px;
    z-index: -1;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.our-awards-sec .circle-img.box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8%;
    background: url(../images/shape7.png) center center/cover no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
    animation: 2.5s ease-in-out infinite CIRLeftRight;
}
.our-awards-sec .box h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    line-height: 75px;
    margin: 0 0 20px;
}
.our-awards-sec .box h3 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 15px;
}
.meet-your-team {
    position: relative;
    padding: 200px 0 100px;
    overflow: hidden;
}
.meet-your-team::before {
    content: "";
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 1%;
}
.meet-your-team .head-shape {
    margin: 0 0 42px;
}
.meet-your-team .head-shape .shape1 {
    top: -90px;
    right: 36%;
}
.meet-your-team .head-shape .shape2 {
    top: -35px;
    right: 38%;
}
.meet-your-team .head-shape .shape3 {
    top: -29px;
    right: 34%;
}
.meet-your-team .team-detail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}
.insights-sec::after,
.insights-sec::before,
.our-portfolio-sec::after,
.our-portfolio-sec::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}
.meet-your-team .team-detail .team-member img {
    margin: 0 0 20px;
    width: 100%;
    height: 340px;
    border-radius: 20px;
    object-fit: cover;
}
.meet-your-team .team-detail .team-member h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px;
}
.meet-your-team .team-detail .team-member p {
    text-align: center;
    font-size: 20px;
    color: #898686;
    margin: 0 0 10px;
}
.our-portfolio-sec {
    padding: 150px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.our-portfolio-sec::before {
    top: 5%;
}
.our-portfolio-sec::after {
    background-image: url("../images/shape5.png");
    width: 350px;
    height: 350px;
    bottom: -1%;
    right: 7%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.our-portfolio-sec .head-shape {
    margin: 0 0 50px;
}
.our-portfolio-sec .head-shape .shape1 {
    top: -101px;
    right: 18%;
}
.our-portfolio-sec .head-shape .shape2 {
    top: -39px;
    right: 21%;
}
.our-portfolio-sec .head-shape .shape3 {
    top: -36px;
    right: 206px;
}
.our-portfolio-sec .main-img a img {
    width: 100%;
    height: 390px;
    object-fit: contain;
}
.impressions-sec {
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.impressions-sec .main-img img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}
.impressions-sec.brand-sec {
    padding: 120px 0 70px;
}
.impressions-sec.brand-sec .main-img img {
    height: 700px;
}
.impressions-sec.wordpress .main-img img {
    width: 100%;
    height: 371px;
    object-fit: contain;
}
.impressions-sec.wordpress .contant {
    width: 95%;
}
.impressions-sec .contant h2 {
    font-size: 41px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;
}
.impressions-sec .contant .desgin-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 49px;
}
.impressions-sec .contant .desgin-detail .box h3 {
    font-size: 45px;
    background: linear-gradient(180deg, #2bb573 0, #1c1d2c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 -28px;
}
.impressions-sec .contant .desgin-detail .box h4 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 7px;
}
.impressions-sec .contant .desgin-detail .box p {
    font-size: 20px;
    line-height: 31px;
    margin: 0;
}
.Features .head-shape h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.contact-form-sec .form-box h2,
.insights-sec .head h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}
.insights-sec .head h2,
.thankyou_page h1,
.thankyou_page2 a,
.thankyou_page2 h1,
tr.tex_cen h5 {
    text-transform: capitalize;
}
.Features .head-shape .shape1 {
    right: 47%;
    top: -80%;
}
.Features .head-shape .shape2 {
    top: -78px;
    right: 50%;
}
.Features .head-shape .shape3 {
    right: 44%;
    top: -75px;
}
.insights-sec {
    background: #1c1d2c;
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    z-index: 1;
}
.insights-sec::before {
    width: 600px;
    height: 600px;
    background-image: url("../images/shape4.png");
    top: 3%;
    left: 1%;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.insights-sec::after {
    width: 350px;
    height: 350px;
    background-image: url("../images/shape5.png");
    bottom: 2%;
    right: 8%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.insights-sec .head {
    text-align: center;
    margin: 0 0 70px;
}
.insights-sec .main-box {
    background: #232437;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 40px;
}
.contact-form-sec::after,
.contact-form-sec::before {
    content: "";
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.insights-sec .main-box .main-img {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.insights-sec .main-box .main-img:hover {
    transform: scale(1.06);
}
.insights-sec .main-box .main-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.insights-sec .main-box .contant {
    padding: 33px 23px;
    border: 1.5px solid #2e304d;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    height: 245px;
}
.insights-sec .main-box .contant p {
    margin: 0 0 5px;
}
.insights-sec .main-box .contant .two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
}
.insights-sec .main-box .contant h2 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
}
.insights-sec .main-box .contant a {
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.insights-sec .main-box .contant a i {
    font-weight: 300;
    margin: 0;
}
.contact-form-sec {
    padding: 200px 0;
    position: relative;
    background: #1c1d2c;
    z-index: 1;
}
.contact-form-sec::before {
    background-image: url("../images/shape4.png");
    width: 600px;
    height: 600px;
    top: 5%;
    left: 1%;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.contact-form-sec::after {
    background-image: url("../images/shape5.png");
    width: 350px;
    height: 350px;
    bottom: 4%;
    right: 7%;
    animation: 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.contact-form-sec .form-box {
    background: #202131;
    border: 1px solid #4d4d5a;
    color: #fff;
    padding: 35px 75px 75px;
    border-radius: 20px;
}
.contact-form-sec .form-box h2 {
    margin: 0 0 60px;
    font-weight: 200;
}
.contact-form-sec .form-box h2 span {
    font-weight: 500;
}
.contact-form-sec .form-box .form-group {
    margin: 0 0 15px;
}
.contact-form-sec .form-box .form-group input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #4d4d5a;
    border-radius: 0;
    height: 60px;
    padding: 0;
    color: #fff;
    font-size: 18px;
}
.contact-form-sec .form-box .form-group input::placeholder,
.contact-form-sec .form-box .form-group textarea::placeholder {
    color: #ffffff7a;
}
.contact-form-sec .form-box .form-group textarea {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #4d4d5a;
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    height: 128px;
}
.contact-form-sec .form-box .question-box .options {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.contact-form-sec .form-box .question-box .options .option {
    display: block;
    padding: 11px 32px;
    border: 2px solid #fff;
    margin: 5px 0;
    border-radius: 13px;
    font-size: 15px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s;
    font-weight: 500;
}
.contact-form-sec .form-box .question-box .options .option input[type="checkbox"]:checked + *,
.contact-form-sec .form-box .question-box .options.options .option:has(input:checked) {
    background-color: #fff !important;
    color: #000;
}
.contact-form-sec .form-box .question-box .options .option-btn,
.contact-form-sec .form-box .question-box .options .option-btnS {
    padding: 22px 38px;
    border: 2px solid #fff;
    background: 0 0;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    line-height: 0;
    font-size: 18px;
    font-weight: 400;
}
.contact-form-sec .form-box .shear {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 30px;
}
.contact-form-sec .form-box .shear h3 {
    margin: 10px 0 25px;
}
.contact-form-sec .form-box .shear .add {
    padding: 16px 25px;
    border: 2px solid #fff;
    background: 0 0;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    line-height: 0;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.contact-form-sec .form-box .form-check label {
    font-size: 18px;
    line-height: 0;
}
.contact-form-sec .form-box .btn-submit {
    background: #fff;
    color: #000;
    padding: 15px 27px;
    font-size: 18px;
    line-height: 10px;
    font-weight: 500;
    border-radius: 11px;
    border: 1px solid #fff;
}
.privacy-policy-sec {
    padding: 100px 0;
}
.privacy-policy-sec .privacy-content h2 {
    font-size: 36px;
    margin: 0 0 20px;
}
.privacy-policy-sec .privacy-content p {
    color: #777;
    margin: 0 0 9px;
}
.privacy-policy-sec .privacy-content h3 {
    font-size: 30px;
    margin: 27px 0 15px;
}
.privacy-policy-sec .privacy-content ul {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    gap: 10px;
}
.privacy-policy-sec .privacy-content ul li {
    color: #777;
    list-style: disc;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.privacy-policy-sec .privacy-content ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.thankyou_page {
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
    position: relative;
    background: #000;
}
.thankyou_page .container {
    position: relative;
    z-index: 2;
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid;
    padding: 4rem 0;
    width: 70%;
}
.thankyou_page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, #000, #0d6efd2b);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.thankyou_page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://i.pinimg.com/originals/b5/50/bf/b550bfcc21ca4beeb25f81fe09df9a61.png);
}
.thankyou_page video,
.thankyou_page2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.thankyou_page h1 {
    color: #fff;
    font-family: Outfit;
    font-size: 77px;
    padding: 28px 0 10px;
    position: relative;
    z-index: 2;
}
.thankyou_page p {
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 19px 0 48px;
}
.thankyou_page img {
    width: 234px;
    position: relative;
    z-index: 2;
}
.thankyou_page a {
    width: 170px;
    display: block;
    margin: 0 auto;
    background: #2d8dd8;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 74px;
    position: relative;
    z-index: 2;
}
.thankyou_page a:hover {
    background: #fff;
    color: #000;
}
.thankyou_page2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 712px;
    text-align: center;
    position: relative;
    background: #f7f7f0;
}
.thankyou_page2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background: url(https://www.instantwebmakers.co.uk/assets/images/shape11.png);
    opacity: 0.3;
    animation: 12s ease-in-out infinite triangleUpDown;
}
.thankyou_page2 h1 {
    color: #1b1f30;
    font-family: Outfit;
    font-size: 57px;
    padding: 20px 0 20px;
    position: relative;
    z-index: 2;
}
.thankyou_page2 p {
    font-size: 20px;
    color: #1b1f30;
    padding: 0px 0 45px;
    z-index: 2;
    position: relative;
    width: 45%;
    margin: 0 auto;
    line-height: 1.5;
}
.thankyou_page2 img {
    width: 177px;
    position: relative;
    z-index: 2;
    animation: 4s ease-in-out infinite triangleUpDown;
}
.thankyou_page2 a {
    width: 333px;
    display: block;
    margin: 0 auto;
    background: 0 0;
    color: #1b1f30;
    padding: 14px 0;
    font-size: 18px;
    border-radius: 74px;
    border: 2px solid #1b1f30;
    position: relative;
    font-weight: 600;
    z-index: 2;
}
.thankyou_page2 a:hover {
    background: #1b1f30;
    color: #fff;
}
.modal.modal_click {
    width: 100%;
    height: 100%;
    background: #1c1d2c;
}
.modal.modal_click .contact-form-sec {
    background: 0 0;
    padding: 0;
}
.modal.modal_click .contact-form-sec .form-box h2 {
    font-size: 44px;
    margin: 0 0 48px;
}
.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btn,
.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btnS {
    padding: 19px 20px;
    font-size: 15px;
}
.contact-form-sec .form-box h3 {
    font-weight: 200;
    margin: 23px 0 21px;
    font-size: 18px;
}
.modal.modal_click .modal-header {
    padding: 0;
    border: none;
}
.modal.modal_click .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.modal.modal_click .modal-header .btn-close {
    position: absolute;
    background: 0 0;
    z-index: 2;
    width: 27px;
    height: 27px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 27px;
    top: 7%;
    right: 4%;
    color: #fff;
}
.modal.modal_click .modal-content {
    background: 0 0;
    border: none;
}
.modal.modal_click .modal-content .modal-body {
    padding: 0;
    background: 0 0 !important;
}
.modal.modal_click .contact-form-sec .form-box {
    padding: 4rem 6rem;
    border: none;
    border-radius: 0;
    background: 0 0;
}
.modal.modal_click .contact-form-sec .form-box .form-group input {
    height: 62px;
    font-size: 17px;
}
.about-banner-sec .about-contant p {
    width: 80%;
    margin: auto;
}
.process-sec .process-detail .tabs-process .tab-content .tab-pane p {
    color: #000;
    margin: 10px 0 9px;
    font-size: 18px;
    font-weight: 500;
}
.process-sec .process-detail .tabs-process .tab-content .tab-pane ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    list-style: disc;
    padding: 0 0 0 15px;
}
.process-sec .process-detail .tabs-process .tab-content .tab-pane ul li {
    color: #000;
    font-size: 17px;
    line-height: 27px;
}
.packages-sec {
    position: relative;
    padding: 170px 0 0;
    overflow: hidden;
    background: #1c1d2c;
    z-index: 1;
}
section.packages-sec.packages-page {
    padding: 260px 0 0;
}
.packages-sec::after,
.packages-sec::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.packages-sec::before {
    width: 490px;
    height: 490px;
    background-image: url(../images/shape11.png);
    top: 11%;
    left: 4%;
    animation: 3s ease-in-out infinite triangleUpDown;
    z-index: -1;
}
.packages-sec::after {
    width: 350px;
    height: 350px;
    background-image: url(../images/shape5.png);
    bottom: -2%;
    right: 6%;
    animation: 3s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate floatLeftRight;
}
.iti.iti--allow-dropdown,
tr.tex_cen {
    width: 100%;
}
.packages-sec .pricing-table {
    position: relative;
    background: #1c1d2c;
    z-index: 1;
    color: #fff;
    border: 1px solid #575661;
    border-radius: 10px;
    margin: 0 0 50px;
}
.packages-sec .head-shape .shape1 {
    left: 68%;
    top: -110px;
}
.packages-sec .head-shape .shape2 {
    left: 65%;
    top: -50px;
}
.packages-sec .head-shape .shape3 {
    left: 70%;
    top: -46px;
}
.packages-sec .pricing-table table {
    color: #fff;
    border: 0;
    margin: 0;
}
.packages-sec .pricing-table table thead tr th {
    padding: 20px;
    width: 15%;
    text-align: center;
    border: 0;
    border-right: 1px solid #575661;
    background: #32344b;
}
.packages-sec .pricing-table table thead tr th:first-child {
    width: 30%;
    text-align: left;
    border: 0;
    border-right: 1px solid #575661;
    background: 0 0;
}
.packages-sec .pricing-table table thead tr th h3 {
    font-size: 30px;
    font-weight: 400;
}
.packages-sec .pricing-table table thead tr th h4 {
    font-size: 20px;
    color: #fff;
}
.packages-sec .pricing-table table thead tr th h4 span {
    display: block;
    font-size: 32px;
    margin: 15px 0 0;
    font-weight: 300;
}
.packages-sec .pricing-table table thead tr th h4 small {
    display: block;
    font-size: 13px;
    font-weight: 200;
}
.packages-sec .pricing-table table tbody,
.packages-sec .pricing-table table tbody tr,
.packages-sec .pricing-table table tbody tr td:nth-child(5),
.packages-sec .pricing-table table thead tr th:nth-child(5) {
    border: 0;
}
tr.tex_cen {
    text-align: center;
    margin: 0 auto;
    background: #fff;
}
tr.tex_cen h5 {
    text-align: center !important;
    margin-left: 17rem;
    font-weight: 600 !important;
}
tr.tex_cen td {
    border-right: none !important;
    background: #1e2037;
}
.packages-sec .pricing-table table tbody tr td {
    padding: 20px 14px;
    text-align: center;
    border: 0;
}
.packages-sec .pricing-table table tbody tr td.bg-change {
    background: #32344b;
}
.packages-sec .pricing-table table tbody tr td h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
.packages-sec .pricing-table table tbody tr td a {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 12px;
}
.packages-sec .pricing-table table tbody tr td a:hover {
    background: #fff;
    color: #1c1d2c;
    border: 1px solid #fff;
}
.packages-sec .pricing-table table tbody tr td h6 i {
    font-size: 26px;
}
.packages-sec .pricing-table table tbody tr td h5 {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
}
section.packages-sec.packages-page .package-tabs .package-tab-ul {
    justify-content: center;
    margin: 0 0 30px;
    gap: 10px;
}
section.packages-sec.packages-page .package-tabs .package-tab-ul .nav-link {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}
section.packages-sec.packages-page .package-tabs .package-tab-ul .nav-link.active {
    background: #1c1d2c !important;
    color: #fff;
    border: 2px solid #fff;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.phone_control {
    padding: 0 62px !important;
}
.no-click {
    pointer-events: none;
    user-select: none;
}
.impressions-sec .contant ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 20px;
}
.impressions-sec .contant ul li {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    list-style: disc;
}
.impressions-sec .contant ul li span {
    font-size: 23px;
    font-weight: 600;
}
.footer-sec .contact-info ul li img {
    width: 100%;
    filter: opacity(0.5);
    transition: 0.3s ease-in-out;
}
.footer-sec .contact-info ul li img:hover {
    filter: opacity(1);
}