body {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
    align-items: center;
}

a:hover, a:focus, button:hover, button:focus {
    outline: none;
}

section {
    padding: 100px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

h1,h2,h3,h4 {
    font-family: "Poppins", sans-serif;
}

h5,h6 {
    font-family: "Noto Serif", serif;
}

p {
    color: #3B3B3B;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
}

textarea {
    resize: none
}

input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
}

.form-control:focus {
    border: #f3f3f3 1px solid !important;
}

label.error {
    display: none !important;
}

span, b {
    vertical-align: baseline;
}

select {
    -webkit-appearance: listbox !important;
}

.container {
    max-width: 1340px;
    padding: 0 10px;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

a.logo img {
    max-width: 200px !important;
    transition: .5s all;
}

/*Reset Css*/
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}

header {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: transparent;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-flex;
    padding: 0;
    position: relative;
    z-index: 9;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li > a {
    color: #FFDB4F !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 1.25rem !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    align-items: center;
    padding: 0px 20px;
    font-family: 'Noto Serif' , serif;
}

header ul li > a:hover {
    color: #fe54b4 !important;
}

.dropdown:hover>.dropdown-menu {
    display: flex;
}

.dropdown-item {
    color: #000000 !important;
    padding: 10px 14px;
    border-bottom: 1px solid #feecec;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    transition: .5s all;
    font-family: 'Noto Serif' , serif;
}

.dropdown-menu::before {
    position: absolute;
    content: "";
    background: transparent;
    top: -30px;
    width: 100%;
    height: 50px;
    z-index: -1;
}

.dropdown-menu {
    background-color: #ffffff;
    padding: 0;
    margin: auto;
    top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: -1;
    border: none !important;
    box-shadow: 0 2px 15px #000;
    border-radius: 5px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #fe54b4;
    color: #ffffff !important;
}

a.menu-bottom {
    display: none;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

header ul {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

header ul li:first-child a {
    padding-left: 0;
}

header ul li:last-child a {
    padding-right: 0;
}

img {
    max-width: 100%;
}

.btn {
    padding: 16px 40px;
    color: #ffffff !important;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FE54B4 !important;
    border: 1px solid #FE54B4 !important;
    border-radius: 50px;
    margin-right: 84px;
}



.btn > span {
    width: 84px;
    height: 84px;
    display: inline-flex;
    position: absolute;
    background: #292929;
    border-radius: 50%;
    right: -85px;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 3.25rem;
    margin: 0 0 35px;
    position: relative;
    z-index: 1;
    line-height: 3.25rem;
    color: #35303F;
    font-weight: 700;
}

.info-banner h1 {
    font-size: 6.875rem;
    line-height: 6.5rem;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    text-transform: none;
    background: linear-gradient(90deg,rgba(254, 84, 180, 1) 0%, rgba(255, 219, 79, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

.info-banner p {
    color: #C7C7C7;
    line-height: 30px;
    margin: 40px auto 50px;
    font-weight: 500;
    font-size: 1.4rem;
}

.our-banner {
    padding-block: 200px  110px;
    z-index: 2;
    background: url("../images/main-banner.webp") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    border-radius: 0 0 150px 150px;
}

header .btn-head {
    text-align: right;
}

header .btn-head a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.copyright {
    padding: 20px 0;
    width: 100%;
    background: #141B3A;
}

.copyright p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.copyright ul li a {
    color: #ffffff;
    font-size: 14px;
}

.copyright ul li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.info-banner span.badge {
    position: absolute;
    right: -80px;
    top: 55px;
}

.heading h2:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.btn svg {
    transform: rotate(-45deg);
    transition: .5s all;
}

.btn:hover svg {
    transform: rotate(360deg);
}

div.popupform {
    padding: 0;
    overflow: hidden;
    background: url("../images/bg-popup.webp") no-repeat;
    width: 1050px;
    height: 720px;
    background-size: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-position: 50% 60px;
}

div.popupform .popup-content {
    width: 550px;
    right: 70px;
    height: auto;
    z-index: 1;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 45px 30px 145px;
    border-radius: 125px 35px 35px 125px;
    margin-top: 70px;
    position: relative;
    z-index: unset;
}

div.popupform .modal-body {
    height: 100%;
    background: transparent;
    margin-block: 0; position: relative;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-items: start;
    right: 0;
    background-size: 100%;
    background-position: 100% 70%;
}

button.fancybox-button.fancybox-close-small {
    background: url("../images/pop-close.webp") no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    opacity: 1;
    right: 70px;
    left: inherit;
    top: 70px;
    margin: auto;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 1.65rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.6rem;
    background: #316cf6;
    padding: 2px 0 0px;
}

div.popupform .popup-content .form-control {
    height: 45px;
    font-size: 13px;
    margin-bottom: 6px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: none;
    border: 1px solid #b8b8b8;
    background: #fff;
}

div.popupform .popup-content textarea.form-control {
    height: 90px;
    margin-bottom: 12px;
}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content p > span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform .modal-body h5 {
    font-size: 1.65rem;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.75rem;
}

header .btn-head a.btn-msg {
    margin-right: 0;
    color: #000000;
    font-size: 18px;
}

header .btn-head a.btn-msg svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.btn.btn-black {
    background: #252525 !important;
    border-color: #252525 !important;
}

.site-logos img {
    width: auto !important;
    filter: brightness(0);
}

.site-logos .item {
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logos {
    padding-block: 10px 60px; }

.form-control {
    background: #DEE8FF;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px 18px 10px 65px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
}

textarea.form-control {
    height: 90px;
    margin-bottom: 15px;
    padding: 10px 16px;
}

::placeholder {
    color: #000!important;
}

div#popupform .modal-body h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    background: #fff;
}

div#popupform .popup-content h3 > span {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 43px;
    display: block;
    font-family: 'Poppins';
    background: #33bd82;
    color: #fff;
    margin: 3px 0 8px;
}

.btn-block.text-center {
    margin-top: 50px;
}

.heading.text-center p {
    width: 70%;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 400;
}

.owl-nav {
    position: absolute;
    bottom: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 40px;
    margin-top: 0px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 64px;
    height: 64px;
    background: url("../images/left.webp") no-repeat !important;
    background-size: 30px !important;
    margin-inline: 10px !important;
    background-position: 50% center !important;
    border: 2px solid #316CF6 !important;
    border-radius: 50%;
    margin: 0 10px !important;
}

.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    transform: scaleX(-1);
    margin-right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    filter: brightness(1);
}

button {
    width: 100%;
    z-index: 2;
}

.btn svg {
    color: #000000;
    transform: rotate(0deg);
    transition: .5s all;
    font-size: 18px;
    font-weight: 400;
}

.btn:hover svg {
    transform: rotate(360deg);
}

.btn.btn-red {
    background: #FA554F !important;
    border-color: #8C3F39 !important;
}

.heading h2 {
    margin-bottom: 20px;
}

.btn.btn-white {
    background: #FEECEC !important;
    border-color: #FEECEC !important;
    color: #000 !important;
}


.head-btn a.btn {
    line-height: 1.25rem;
    font-size: 1.25rem;
    z-index: 1;
    padding: 14px 25px;
    margin: 0;
}

.head-btn a > span {
    display: block;
    width: 100%;
    color: #c58449;
}

.head-btn ul {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: end;
}

.head-btn ul li {
    display: inline-flex;
    align-items: center;
}

.head-btn ul li img {
    margin-right: 10px;
}

.site-logo img {
    width: auto !important;
}

.site-logo .item {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    padding-block: 200px 40px;
    background: #316CF6;
    margin-top: -150px;
    border-radius: 0 0 150px 150px;
    position: relative;
    margin-bottom: 28px;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-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: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

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

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

footer {
    padding-block: 55px 35px;
    background: #316CF6;
    z-index: 2;
    position: relative;
}


/* FAQ CSS START */



.our-faq .accordion-button:focus {
    box-shadow: none;
}

.our-faq .accordion-button {
    border-bottom: none;
    padding-inline: 0 30px;
    padding-block: 20px;
    font-size: 1.125rem;
    font-weight: 500;
    background: transparent;
    color: #3B3B3B;
}

.our-faq .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.our-faq .accordion-body {
    padding: 0px 30px 30px;
    border: none;
}

.our-faq .accordion-button::after {
    background: url("../images/plus.svg") no-repeat !important;
    width: 24px;
    height: 24px;
    content: "";
    background-size: 100% !important;
}

.our-faq .accordion-button:not(.collapsed)::after {
    background: url("../images/minus.svg") no-repeat !important;
    width: 24px;
    height: 24px;
}

.accordion-flush>.accordion-item {
    border: none;
    padding-inline: 0;
    border-bottom: 1px solid #6D6D6D;
    background: transparent;
}

.our-faq .accordion-header {
    line-height: normal;
}
.our-faq .accordion-body p {font-size: 16px;color: #3B3B3B;margin: 0;width: 90%;}

.accordion-flush>.accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #6D6D6D;
}

.accordion-flush>.accordion-item:first-child {border-top: 1px solid #6D6D6D;}


/* FAQ CSS END */

a {
    cursor: pointer !important;
}
.owl-theme .owl-nav [class*=owl-]:last-child {
    margin-right: 0 !important;
}


/* pages css */


.menu-box {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 60px;
}

.info-banner h5 {
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.info-banner h5 > span {
    color: #FFDB4F;
}

.our-banner [class*='col']:last-child .info-banner {
    padding-left: 100px;
}

.our-banner .row {
    align-items: stretch;
    width: 100%;
}

img.ban-img4 {
    position: absolute;
    bottom: -110px;
    left: 0;
    right: -110px;
    margin: auto;
    z-index: -1;
}

img.ban-img1 {
    position: relative;
    left: -30px;
    margin-top: 40px;
}

.info-banner .btn-block {
    margin-bottom: 120px;
}

img.ban-br1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

img.ban-bg1 {
    display: table;
    margin-left: auto;
}

img.ban-br2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.site-logo h3 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
}


.site-logo::before {
    content: "";
    position: absolute;
    width: calc(100% - 70px);
    height: 100%;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    background: #151B3B;
    z-index: -1;
    border-radius: 0 0 150px 150px;
}

h6.sub-head {
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #000000;
    position: relative;
    z-index: 1;
    padding-top: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: inline-block;
}

h6.sub-head::before {
    position: absolute;
    content: "";
    background: #FE54B4;
    height: 6px;
    width: 90px;
    top: 0;
    left: 0;
    z-index: -1;
}

h2 > span {
    display: inline;
    line-height: 3.25rem;
    font-family: 'Noto Serif' , serif;
    font-weight: 400;
    font-style: italic;
}

.info-wedo {
    width: calc(100% - 40px);
}

.info-wedo p {
    margin-bottom: 70px;
}

.btn.btn-blue {
    background: #316CF6 !important;
    border-color: #316CF6 !important;
}

.img-wedo {
    position: relative;
    z-index: 1;
}

.img-wedo img.bg1 {
    position: absolute;
    right: -150px;
    bottom: -60px;
    z-index: -1;
}

.img-wedo img.bg2 {
    position: absolute;
    top: -42px;
    left: -102px;
}

.img-wedo p {
    position: absolute;
    bottom: 40px;
    padding-bottom: 36px;
    margin-bottom: 0;
    color: #151B3B;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5rem;
}

.img-wedo p::before {
    position: absolute;
    content: "";
    background: #316cf6;
    width: 160px;
    height: 6px;
    bottom: 0;
}

.our-wedo {
    padding-block: 150px 120px;
}
.our-hire {
    background: url("../images/bg-hire.webp") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-bottom: 22.75rem;
    margin-bottom: 260px;
    z-index: 2;
}

.info-hire {
    background: #fff;
    border: 3px solid #292929;
    border-radius: 40px;
    padding: 75px 45px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 15px #316cf699;
    height: 100%;
}

.info-hire p {
    margin-bottom: 0;
    font-size: 16px;
    color: #313233;
}

.info-hire h5 {
    font-size: 1.875rem;
    margin-bottom: 20px;
    line-height: 1.875rem;
}

.info-hire span {
    font-size: 5rem;
    line-height: 4rem;
    display: inline-block;
    position: absolute;
    color: #72EFE9;
    font-family: 'Noto Serif' , serif;
    right: 20px;
    top: 20px;
}

.row.row-hire [class*='col']:nth-child(n + 3) {
    margin-top: 20px;
}

.our-hire h2 {
    margin-bottom: 50px;
    font-size: 4rem;
    line-height: 4.5rem;
}
.info-hire2 p {
    color: #000;
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
    width: 90%;
    margin-bottom: 50px;
}

.info-hire2 {
    padding-left: 30px;
    margin-top: 115px;
    position: relative;
    z-index: 1;
}

.info-hire2 img {
    display: table;
    margin-left: auto;
}

.our-hire .row {
    align-items: start;
}

.info-hire2::before {
    position: absolute;
    content: "";
    background: url("../images/hire-bg1.webp") no-repeat;
    width: 705px;
    height: 676px;
    background-size: 100%;
    left: -100px;
    top: -160px;
    z-index: -1;
}

.row.row-hire {
    position: relative;
    z-index: 2;
    align-items: stretch;
}

.hire-details {
    background: #141B3A;
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hire-details ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hire-details ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.hire-details ul li {
    display: inline-flex;
}

.our-hire .row.row-hire2 {
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.our-hire .row.row-hire2::before {
    position: absolute;
    content: "";
    background: #141b3a;
    height: 100%;
    width: 100%;
    left: calc(100% - 20px);
    z-index: -2;
}

.hire-details::before {
    position: absolute;
    content: "";
    background: url("../images/hire-bg3.webp") no-repeat;
    height: 150px;
    width: 400px;
    background-size: cover;
    right: calc(100% - 140px);
    top: 0px;
    z-index: -1;
}

.our-hire .row.row-hire2 .btn-block.single-btn {
    position: relative;
    z-index: 2;
}

.our-hire img.hire-img1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -600px;
}

.box-gen span {
    background: #FFFFFF;
    background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(202, 249, 247, 1) 100%);
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #55BBDA;
    margin-bottom: 20px;
}

.box-gen h4 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Serif' , serif;
    color: #313233;
    margin-bottom: 20px;
}

.box-gen p {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.box-gen {
    width: calc(100% - 90px);
    margin-bottom: 70px;
}

.box-gen:last-child {
    margin-bottom: 0;
}

.our-genre {
    background: url("../images/bg-genre.webp") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 22rem 18rem;
    margin-top: -16.25rem;
}

.our-genre .row {
    align-items: start;
}

.info-genre p {
    font-size: 1.625rem;
    width: calc(100% - 90px);
    margin-bottom: 80px;
}

.info-genre h2 {
    line-height: 3.85rem;
}

img.genre-bg1 {
    left: -390px;
    position: absolute;
    top: -24rem;
    z-index: -1;
}

img.genre-bg2 {
    position: absolute;
    left: calc(100% - 50px);
    bottom: -70px;
    z-index: -1;
}

.our-genre .container {
    position: relative;
    z-index: 1;
}

.col-md-7.sticky-box {
    position: sticky;
    top: 20px;
    z-index: 11;
}

.our-cta .row {
    justify-content: center;
}

.our-cta {
    text-align: center;
}

.our-cta img.cta-off {
    position: absolute;
    top: -20px;
    right: 40px;
    zoom: .95;
}

.our-cta {
    padding-block: 90px;
    margin-top: -12rem;
    z-index: 2;
}

.our-cta .container {
    position: relative;
    z-index: 1;
}

.our-cta .container::before {
    position: absolute;
    content: "";
    background: #151B3B;
    width: calc(100% + 300px);
    height: calc(100% + 150px);
    left: -150px;
    top: -90px;
    border: 10px solid #FE54B4;
    border-radius: 40px;
    z-index: -3;
}

.our-cta .container::after {
    position: absolute;
    content: "";
    background: url("../images/cta-img3.webp") no-repeat;
    width: calc(100% + 440px);
    height: 670px;
    background-size: 100%;
    left: -220px;
    bottom: -165px;
    z-index: -2;
}

.info-cta h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 4.125rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.info-cta h2 span {
    color: #FE54B4;
}

.info-cta p {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 300;
    font-style: italic;
    width: 75%;
    margin: 0 auto 100px;
}

.info-cta img.cta-arr {
    position: absolute;
    right: 175px;
    bottom: 105px;
    z-index: -1;
}

.info-cta {
    position: relative;
    left: 10px;
}

.port1 img {
    border: 5px solid #fff;
    box-shadow: 0 4px 20px #00000033;
    position: relative;
}

.port1 .row {
    align-items: start;
}

.port1 [class*='col']:nth-child(1) {
    margin-top: 50px;
}

.port1 [class*='col']:nth-child(3) {
    margin-top: 20px;
}

.port1 [class*='col']:nth-child(4) {
    margin-top: 40px;
}

.port1.port2 [class*='col']:nth-child(1) {
    margin: 0;
}

.port1.port2 [class*='col']:nth-child(2) {
    margin-top: 125px;
}

.port1.port2 [class*='col']:nth-child(3) {
    margin-top: 156px;
}

.port1.port2 [class*='col']:nth-child(4) {
    margin-top: 20px;
}

.port-content .row {
    justify-content: center;
    text-align: center;
}

.port-content  h6.sub-head {
    display: inline-block;
}

.port-content h6.sub-head::before {
    left: 0;
    right: 0;
    margin: auto;
}

.port-content {
    margin-top: -25px;
}

.info-port h2 {line-height: 3.75rem;}

.port1.port2 {
    margin-top: -80px;
}

.our-cta::before {
    position: absolute;
    content: "";
    background: url("../images/bg-bkcta.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 12rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: 50% center;
}


.our-portfolio{
    background: url("../images/bg-port2.webp") no-repeat;
    background-size: cover;
    background-position: 50% center;
    z-index: unset;
}


.our-portfolio .container {
    position: relative;
    z-index: 2;
}

img.port-bg1 {
    position: absolute;
    right: calc(100% - 40px );
    top: 0;
    bottom: 220px;
    margin: auto;
}

.port1  a {
    display: block;
    text-align: right;
}

.port1 [class*='col']:nth-child(3) a img {
    right: 50px;
}

.port1 [class*='col']:nth-child(4) a img {
    right: 30px;
}

.port1.port2 [class*='col']:nth-child(4) a img {
    right: 20px;
}

.port1.port2 [class*='col']:nth-child(3) a img {
    right: 0;
}

.port1 [class*='col']:nth-child(1) {
    right: -15px;
}

.port1.port2 [class*='col']:nth-child(1) {
    right: 10px;
}

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

.info-port img.port-arr {
    position: absolute;
    top: -50px;
    right: 210px;
}

.our-writing .container {
    position: relative;
    z-index: 1;
    padding-top: 14rem;
    margin-top: -18rem;
}

.our-writing .container::before {
    position: absolute;
    content: "";
    background: #316CF6;
    border: 7px solid #151B3B;
    border-radius: 40px;
    width: calc(100% + 300px);
    height: 100%;
    left: -150px;
    top: 0;
    z-index: -1;
}

.our-writing {
    padding: 0;
    background: url(../images/bg-port2.webp) repeat;
    background-size: cover;
    background-position: 50% center;
}


img.port-bg2 {
    position: absolute;
    left: calc(100% - 430px);
    z-index: -2;
    top: -330px;
}

.our-writing * ,.our-writing h6 {
    color: #fff;
}

.our-writing h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 0;
}

.our-writing p {color: #CCD3E5;padding-left: 30px;}

.our-writing .row-btm {
    margin-bottom: 60px;
    align-items: end;
}

.info-write ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.info-write ul li {
    width: calc(50% - 12px);
    background: #1A50CE;
    border: 1px solid #598BFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 20px;
    gap: 15px;
    font-size: 1.125rem;
    font-weight: 500;
    min-height: 90px;
    text-align: left;
}

.info-write {
    text-align: center;
}

img.write-bg1 {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: -1;
}

.our-solution .row {
    align-items: start;
}

.info-sol h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 70px;
}

.info-sol ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 70%;
    margin-bottom: 100px;
    row-gap: 70px;
}

.info-sol ul li {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
    color: #000;
    font-family: 'Noto Serif' ,serif;
    line-height: 1.35rem;
}


.info-sol p + img {
    display: table;
    margin-left: auto;
    position: relative;
    right: 30px;
}

.info-sol p {
    margin-bottom: 60px;
}
.our-solution .container {
    position: relative;
    z-index: 1;
}

.our-solution  img.sol-img1 {
    left: calc(50% - 140px);
    position: absolute;
    bottom: -150px;
}

.our-solution {
    padding-block: 150px;
    background: url(../images/bg-port2.webp) repeat;
    background-size: cover;
    background-position: 50% center;
}

img.sol-bg1 {
    right: calc(100%  + 60px);
    position: absolute;
    top: 0;
    z-index: -1;
}

.stats {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.stats ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stats ul li {
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.stats ul li > span {
    color: #316CF6;
    font-size: 3.5rem;
    font-family: 'Noto Serif',serif;
    line-height: 3.5rem;
    font-weight: 700;
}

.cta2 {
    padding-block: 100px 70px;
    background: #141B3A;
    position: relative;
    margin-bottom: 45px;
    z-index: 2;
}

.cta2 * {
    color: #fff;
}

.cta2 h2 {
    font-size: 3.75rem;
    line-height: 4rem;
    margin-bottom: 50px;
    letter-spacing: -.5px;
}

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

.cta2 ul li:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta2 ul li:first-child a {
    font-size: 2.125rem;
    font-weight: 600;
}

.cta2 h2 > span {
    color: #72EFE9;
}

.cta2::before {
    position: absolute;
    content: "";
    background: url("../images/cta2-bg1.webp") no-repeat;
    width: 100%;
    height: 30px;
    bottom: -30px;
    background-size: cover;
    background-position: bottom;
    left: 0;
    z-index: -1;
}

.cta2 img.cta2-img1 {
    position: absolute;
    right: -150px;
    top: -40px;
}

.cta2 .container {
    position: relative;
    z-index: 1;
}

.marque {
    background: url("../images/bg-marq.webp") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 90px 50px;
    margin-top: -40px;
}

.item img {
    width: auto !important;
}

.marque h4 {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 700;
}

.marque h4 img {
    margin-right: 20px;
}

.marque h4 > span {
    color: #FE54B4;
    margin-inline: 5px;
}

.cta2 img.cta2-bg2 {
    position: absolute;
    right: calc(100% + 40px);
    top: 0;
}

.info-test {
    position: relative;
    background: rgba(255,255,255,.9);
    padding: 35px 40px;
    z-index: 1;
}

.owl-carousel.owl-testimonial .owl-stage-outer {
    padding: 22px 18px;
    width: calc(100% + 36px);
    position: relative;
    left: -18px;
}

.owl-testimonial {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.info-test h5 {
    color: #000;
    margin-bottom: 0;
    background: #F5ECFE;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.25rem;
    font-family: 'Poppins' , sans-serif;
    font-weight: 600;
    padding: 12px 40px;
    letter-spacing: .75px;
}


.info-test img.tst-ic2 {position: absolute;top: 33px;right: 50px;}

.info-test p {
    color: #012D4C;
    margin-block: 15px 25px;
    font-style: italic;
    min-height: 180px;
}

img.test-bg2 {
    position: absolute;
    right: calc(100% - 300px);
    bottom: -100px;
    z-index: -1;
}

.our-testimonials .container {
    position: relative;
    z-index: 1;
}

img.test-bg1 {
    position: absolute;
    top: 0;
    left: calc(100% - 120px);
}

.owl-item.active .info-test {
    box-shadow: 0 4px 12px #316cf633;
}

.info-test2 h5 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 45px;
}

.info-test2 ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.info-test2 ul li a {
    color: #0E3C6E;
    font-size: 1.875rem;
    font-weight: 500;
}

.info-test2 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-test2 {
    margin-left: 20px;
    margin-top: 40px;
}

.our-testimonials {
    padding-bottom: 65px;
}

.foot-form h3 {
    color: #FFFFFF;
    font-size: 1.875rem;
    font-family: 'Noto Serif' , serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.875rem;
}

.foot-form p {
    color: #fff;
    font-size: 15px;
}

.form-group {
    position: relative;
    z-index: 1;
}

.form-group img {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    object-fit: cover;
}


.foot-form button.btn.btn2 {
    font-size: 1.25rem;
    color: #292929 !important;
    background: #72EFE9 !important;
    text-transform: capitalize;
    font-weight: 600;
    border: 3px solid #292929 !important;
    padding: 10px;
    min-height: 55px;
}

.foot-form button.btn.btn2 > span {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 4px;
}

.foot-form button.btn.btn2 > span img {
    width: 19px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(86%) saturate(1126%) hue-rotate(137deg) brightness(99%) contrast(88%);
}

.row.row-foot {
    align-items: start;
    margin-top: 20px;
}

.row.row-foot h4 {
    font-weight: 700;
    font-family: 'Noto Serif' ,serif;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.row.row-foot [class*='col']:first-child .info-foot {padding-left: 20px;}

.info-foot ul li a {
    color: #DEE5F5;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    letter-spacing: 1px;
}

.info-foot ul li a:before {
    position: absolute;
    content: "";
    background: #DEE5F5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: auto;
}

ul.cont-foot li a, ul.cont-foot li p {
    letter-spacing: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.row.row-foot [class*='col']:last-child .info-foot ul li a::before {
    display: none;
}

ul.cont-foot li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-foot ul li {
    margin-bottom: 5px;
}

ul.cont-foot li {
    margin-bottom: 15px;
}

.row.row-foot [class*='col']:nth-child(1) .info-foot {
    padding-left: 60px;
}

.row.row-foot [class*='col']:nth-child(2) .info-foot {
    padding-left: 70px;
}

.foot-rev ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.foot-rev {
    margin-left: 30px;
    background: #fff;
    padding: 12px 15px 12px 35px;
    margin-top: 70px;
    min-height: 85px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

img.foot-bg {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .row {
    align-items: start;
}

.foot-rev::before , .foot-rev::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    left: 100%;
    top: 0;
    height: 100%;
}

.foot-rev::after {
    left: 200%;
}

footer::before {
    position: absolute;
    content: "";
    background: url("../images/foot-bg2.webp") no-repeat;
    width: 100%;
    height: 28px;
    background-size: cover;
    top: -28px;
    left: 0;
    z-index: -1;
}

.our-banner.inner-banner .container {
    background: #fff;
    padding: 30px 90px 15px;
    border-radius: 40px;
    border: 5px solid #292929;
    box-shadow: 0 4px 45px hsl(222deg 92% 58% / 44%);
    position: relative;
    min-height: 610px;
    display: flex;
}

.our-banner.inner-banner {
    padding-block: 150px 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

.our-banner.inner-banner::before,.our-banner.inner-banner::after {
    position: absolute;
    content: "";
    background: url("../images/inner-ban.webp") no-repeat;
    width: 100%;
    height: calc(100% - 80px);
    border-radius: 0 0 150px 150px;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-banner.inner-banner::after {
    background: #141B3A;
    z-index: -2;
    height: calc(100% - 30px);
}

.our-banner.inner-banner + .site-logo {
    margin-top: -200px;
    padding-top: 230px;
}

.our-banner.inner-banner + .site-logo::before {
    background: #FE54B4;
}

header.inner-head ul li > a {
    color: #151B3B !important;
}

.our-banner.inner-banner .info-banner h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
    color: #151B3B;
    -webkit-text-fill-color: unset;
    background: unset;
    margin-bottom: 32px;
}

.our-banner.inner-banner .info-banner h1 > span {
    background: #141B3A;
    background: linear-gradient(90deg, rgba(20, 27, 58, 1) 0%, rgba(254, 84, 180, 1) 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-banner.inner-banner .info-banner h5 {
    font-size: 1.6875rem;
    color: #151B3B;
    font-style: italic;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.our-banner.inner-banner .info-banner p {
    margin: 0;
    color: #313233;
    font-size: 1.25rem;
    font-weight: 400;
    width: 80%;
}

.our-banner.inner-banner .info-banner {z-index: 1;position: relative;}

.our-banner.inner-banner [class*='col']:last-child {height: 100%;}

img.ab-bg1,img.ab-bg2 {
    position: absolute;
    z-index: -1;
}

img.ab-bg1 {
    left: -80px;
    top: -40px;
}

img.ab-bg2 {
    left: calc(100% - 100px);
    bottom: 70px;
}

.heading.text-center h6.sub-head::before {
    left: 0;
    right: 0;
    margin: auto;
}

.container-fluid {
    padding-inline: 40px;
}

.info-about {
    padding: 30px 30px 50px;
    box-shadow: 0 25px 40px #0000000d;
    border-radius: 15px;
    position: relative;
    background: #fff;
}

.info-about img {
    width: 100%;
    box-shadow: 0 23px 17px hsl(0deg 0% 0% / 10%);
    margin-bottom: 50px;
}

.info-about h4 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.info-about p {
    margin-bottom: 0;
    font-size: 15px;
}

.info-about h4::before {
    position: absolute;
    content: "";
    background: #316CF6;
    width: 52px;
    height: 3px;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-about .container-fluid [class*='col'] {
    padding-inline: 18px;
}

.our-about .container-fluid  .row {
    margin-inline: -18px;
}

.info-about::before {
    position: absolute;
    content: "";
    background: url("../images/about-bg3.webp") no-repeat;
    width: 248px;
    height: 228px;
    z-index: -1;
    background-size: 100%;
    right: -21px;
    bottom: -32px;
}

img.about-bg1 {
    left: -350px;
    position: absolute;
    bottom: 20px;
    z-index: -1;
}

img.about-bg2 {
    position: absolute;
    right: -130px;
    top: 0px;
    z-index: -1;
}

.info-power p {
    margin-bottom: 60px;
}

.img-pw {
    text-align: right;
    position: relative;
    right: -50px;
}

img.pw-bg1 {
    position: absolute;
    left: calc(50%  + 200px);
    top: -30px;
    z-index: -1;
}

.our-power .container {position: relative;z-index: 1;}

.our-power{
    background: url("../images/bg-power.webp") no-repeat;
    background-size: cover;
    background-position: 50% center;
    z-index: 2;
}

.inner-cta {padding-top: 60px;z-index: 2;}

.inner-cta .container {
    background: #FE54B4;
    border: 5px solid #292929;
    border-radius: 40px;
    padding-block: 60px 55px;
    position: relative;
    box-shadow: 0 4px 45px hsl(222deg 92% 58% / 35%);
}

.in-cta {
    position: relative;
    padding-right: 40px;
    height: 100%;
}

.in-cta p {
    font-size: 1.075rem;
    color: #fff;
    margin: 0;
}

.inner-cta .row {
    align-items: stretch;
}

.inner-cta h2 {
    padding-left: 70px;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 3.75rem;
    line-height: 3.85rem;
    width: calc(100% + 20px);
}

.inner-cta h2 > span {
    color: #FFDB4F;
}

.inner-cta .img-incta {
    position: relative;
    width: calc(100% + 62px);
    right: -30px;
    left: -12px;
    z-index: -1;
}

.inner-cta .row {
    position: relative;
    z-index: 1;
}

.inner-cta .row.row-incta {
    margin-bottom: 50px;
}

.btn-incta {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: -10px;
}

.btn-incta ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-incta ul li:first-child a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: none;
}

.btn-incta + img.incta-arr {
    position: absolute;
    right: -140px;
    bottom: 30px;
}

.in-cta img.incta-off {
    position: absolute;
    right: 40px;
    bottom: -20px;
}

.inner-cta .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg-innercta.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 544px;
    top: 0;
    left: 0;
    border-radius: 34px 34px 0 0;
}

.inner-cta::before{
    position: absolute;
    content: "";
    background: url("../images/bg-power.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 68%;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-cta img.incta-bg1 {
    position: absolute;
    left: -150px;
    top: -45px;
    z-index: -1;
}

.our-professional ul.pro-data li {
    display: flex;
    padding: 28px 0;
    align-items: center;
    border-bottom: 1px solid #909090;
}

.our-professional ul.pro-data li b {
    width: 25%;
    font-size: 1.5rem;
    font-family: 'Noto Serif' ,serif;
    font-weight: 400;
}

.our-professional ul.pro-data li  i {width: 16.667%;padding-left: 20px;font-size: 4.375rem;line-height: 3.8rem;font-weight: 600;color: #BEDAF7;}

.our-professional ul.pro-data {
    padding-inline: 30px 50px;
    margin-bottom: 80px;
}

.our-professional ul.pro-data li span {
    color: #5E5E5E;
    font-size: 16px;
    width: 58.33%;
}

.our-professional ul.pro-data li:nth-child(2) i {
    color: #BEF7ED;
}

.our-professional ul.pro-data li:nth-child(3) i {
    color: #EAF2DF;
}

.our-professional ul.pro-data li:nth-child(4) i {
    color: #FFEECD;
}

.our-professional ul.pro-data li:nth-child(5) i {
    color: #EEDEFE;
}

.our-professional .btn-incta ul li:first-child a {
    color: #151B3B !important;
}

.our-professional ul.pro-data li:last-child {
    border-bottom: none;
}

.our-professional {
    padding-bottom: 0;
}

.our-professional::before {
    position: absolute;
    content: "";
    background: #F0EDE6;
    width: 100%;
    height: 56px;
    bottom: 13px;
    left: 0;
    z-index: -1;
}

img.pro-bg1 {
    position: absolute;
    right: calc(100% - 130px);
    top: -150px;
    z-index: -1;
}

.our-professional .container {
    position: relative;
    z-index: 1;
}

img.pro-bg2 {
    position: absolute;
    bottom: 68px;
    left: calc(100% - 70px);
    z-index: -1;
}

img.hire-dg2 {
    position: absolute;
    left: calc(100% + 40px);
    bottom: 70px;
}

img.pro-bg3 {
    position: absolute;
    left: calc(100% + 30px);
    top: 35%;
}

img.ab-bg3 {
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: .8;
    height: calc(100% - 30px);
    object-fit: cover;
}
.our-banner.inner-banner .img-banner {
    position: absolute;
    right: -30px;
}

.our-banner.inner-banner.bk-banner .img-banner {width: calc(100% + 140px);position: absolute;left: -80px;top: 30px;}

.info-book {
    padding: 65px 225px 65px 60px;
    width: calc(100% - 20px);
    background: #fff;
    position: relative;
    box-shadow: 0 2px 40px #0000000d;
    border-radius: 15px;
}

.info-book h4 {
    color: #316CF6;
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 40px;
}

.info-book p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.info-book img {
    position: absolute;
    bottom: -13px;
    right: -10px;
}

.our-book [class*='col']:nth-child(-n + 2) .info-book {
    margin-bottom: 90px;
}

.our-book [class*='col']:nth-child(2) .info-book {
    margin-top: 30px;
}

.our-book [class*='col']:nth-child(3) .info-book {
    margin-top: -30px;
}

.our-book {
    padding-bottom: 0;
    z-index: 3;
}

.our-book .container {
    position: relative;
    z-index: 1;
}

img.book-bg1 {
    position: absolute;
    right: calc(100% - 125px);
    top: 230px;
    z-index: -1;
}

img.book-bg2 {
    position: absolute;
    bottom: -230px;
    z-index: -1;
    left: calc(100% - 115px);
}

.info-ach {
    padding-left: 40px;
}

.info-ach h2 {
    letter-spacing: -0.5px;
}

.info-ach p {
    margin-bottom: 70px;
}

.img-ach1 {
    position: relative;
    z-index: 1;
}

.img-ach1 img.ach-bg1 {
    position: absolute;
    right: -50px;
    bottom: -40px;
    z-index: -1;
}

.img-ach1 img.ach-bg2 {
    position: absolute;
    top: -15px;
    left: -35px;
}

.our-achieve {
    background: url("../images/bg-achieve.webp") repeat;
    background-size: cover;
    padding-block: 16rem 120px;
    margin-top: -70px;
    margin-bottom: 30px;
    z-index: 2;
}

.our-achieve .row-btm {
    margin-bottom: 100px;
}

.img-ach1 h4 {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 60px;
    font-size: 1.25rem;
    color: #151B3B;
    font-weight: 500;
    font-style: italic;
}

.img-ach1 h4::before {
    position: absolute;
    content: "";
    width: 162px;
    height: 6px;
    background: #316CF6;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.img-ach1 h4 > span {
    color: #FE54B4;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid #FE54B4;
    line-height: 1.125rem;
}

.info-ach.info-ach2 {
    padding-left: 0;
}

.our-achieve::before {
    position: absolute;
    content: "";
    background: url("../images/ach-bg3.webp") no-repeat;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: -30px;
    background-size: 100%;
    z-index: -1;
}

.our-achieve img.ach-arr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -268px;
}

.our-process{
    background: url("../images/bg-power.webp") repeat;
    background-size: cover;
    padding-top: 200px;
    margin-top: -40px;
}

.info-pro span {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #CCC9CF;
    border-radius: 14px;
    margin-bottom: 12px;
}

.info-pro h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.our-process [class*='col']:nth-child(-n+4) .info-pro {
    margin-bottom: 50px;
}

.our-process + .inner-cta {
    padding-bottom: 30px;
}

.our-process + .inner-cta::before {
    height: 76%;
}

.our-banner.inner-banner.pub-banner .img-banner {
    position: absolute;
    bottom: -15px;
    right: -70px;
    width: calc(100% + 100px);
    text-align: right;
}

.img-pub {
    position: relative;
    left: -25px;
}

.info-pub h4 {
    font-size: 1.25rem;
    color: #35303F;
    margin-bottom: 40px;
}

.info-pub ul li {min-height: 90px;position: relative;z-index: 1;display: flex;align-items: center;font-family: 'Noto Serif' ,serif;color: #2D2D2D;font-weight: 700;font-w]: ;font-size: 1.375rem;gap: 35px;margin-left: -10px;margin-bottom: 5px;}

.info-pub ul li::before {
    position: absolute;
    content: "";
    background: #E4F1FE;
    width: calc(100% - 17px);
    height: 100%;
    z-index: -1;
    border-radius: 25px;
    right: 0;
    top: 0;
}

.info-pub ul li:nth-child(even) {
    margin-left: 10px;
    gap: 15px;
}

.our-pub .row {
    align-items: start;
}

img.pub-bg1 {
    position: absolute;
    left: calc(100% - 120px);
    top: 0;
    z-index: -1;
}

.our-pub2 .img-pub2 {
    width: calc(100% + 200px);
    position: relative;
    left: -260px;
}

.our-pub2 .row {align-items: center;}

.info-pub2 h5 {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 15px;
    padding-top: 22px;
    position: relative;
    color: #000;
}

.info-pub2 h5::before {
    position: absolute;
    content: "";
    background: #FE54B4;
    height: 4px;
    width: 90px;
    top: 0px;
}

.info-pub2 p {
    margin: 0;
    font-size: 15px;
    width: 92%;
}

.info-pub2 {
    margin-bottom: 100px;
}

.our-pub2 .row.row-pub2 [class*='col']:nth-child(2) .info-pub2 h5:before, .our-pub2 .row.row-pub2 [class*='col']:nth-child(3) .info-pub2 h5:before,.our-pub2 .row.row-pub2 [class*='col']:nth-child(6) .info-pub2 h5:before {
    background: #316CF6;
}

.our-pub2 .row.row-pub2 [class*='col']:nth-child(n+5) .info-pub2 {
    margin-bottom: 0;
}

.our-pub2 .row.row-pub2 {
    margin-left: -60px;
}

.our-pub2{
    background: url("../images/bg-power.webp") repeat;
    background-size: cover;
}

img.pub-bg2 {
    position: absolute;
    bottom: 190px;
    left: calc(100% - 20px);
    z-index: -2;
}

.our-professional.our-pub3 img.pro-bg3 {
    left: -80px;
    top: 6%;
}

.info-pub4 h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
}

.img-pub3 {
    text-align: right;
}

.info-pub4 p {
    margin-bottom: 0;
}

.our-pub4 .row {
    align-items: end;
}

.our-pub4 {
    background: url(../images/bg-hire.webp) repeat;
    background-size: cover;
}

.our-pub4 .info-pub ul li {
    margin: 0;
    width: calc(50% - 20px);
    gap: 20px;
    padding-right: 110px;
}

.our-pub4 .info-pub ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 30px;
}

.our-pub4 .row-btm {
    margin-bottom: 70px;
}

.our-pub4 .info-pub ul li img.pub-cl {
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-book.book-cv .info-book {
    margin-bottom: 90px !important;
    padding: 55px 240px 55px 55px;
}

.our-book.book-cv [class*='col']:nth-child(5) .info-book {
    margin-top: -30px;
}

.our-book.book-cv::before{
    position: absolute;
    content: "";
    background: url(../images/bg-power.webp) repeat;
    background-size: cover;
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.our-book.book-cv .btn-block{
    text-align: center;
}

.book-cv2 {
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
}

.book-cv2 .row {
    align-items: start;
}

.info-cv2 {
    margin-top: 10px;
}

.info-cv2 p {
    margin-bottom: 45px;
}
img.cover-bg1 {
    position: absolute;
    left: calc(100% - 80px);
    z-index: -1;
    top: calc(100% - 230px);
}

.our-book.book-cv .info-book h4 {
    margin-bottom: 25px;
    color: #35303F;
}

.our-book.book-cv .info-book img {
    bottom: -30px;
}

.our-book.book-cv .info-book img {
    bottom: -30px;
}

.our-book .row {
    align-items: start;
}

.book-cv2 .info-pub ul li::before {
    background: #FFFFFF;
}

.book-cv2 .info-pub ul li {
    margin: 0;
    gap: 30px;
    line-height: 1.625rem;
}

.book-cv2 .info-pub ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.book-cv2 .info-pub ul li {
    width: calc(25% - 18px);
}

.book-cv2 .row-btm {
    margin-bottom: 25px;
}

.our-book.book-cv::after {
    position: absolute;
    content: "";
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.book-cv2 + .inner-cta::before {
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
    height: 36%;
}

.book-cv2 + .inner-cta {
    padding-bottom: 0;
}

.info-size {
    display: flex;
    align-items: center;
    background: #e7f3ff;
    padding: 10px;
    border: 1px solid #fff;
    min-height: 125px;
}

.book-size [class*='col-'] {
    padding: 0;
}

.book-size [class*='col-']:nth-child(even) .info-size {
    background: #FEECEC;
}

.info-size .text-size {
    margin-left: 15px;
}

.info-size .text-size h4 {
    margin-bottom: 3px;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: 'Noto Serif' ,serif;
}

.info-size .text-size h4 + p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.our-cover [class*='col-'] {
    padding: 0;
}

.our-cover [class*='col-']:nth-child(even) .info-size {
    background: #f8efff;
}

img.cover-bg2 {
    position: absolute;
    right: calc(100% - 290px);
    top: -78px;
    z-index: -1;
}

img.cover-bg3 {
    left: calc(100% - 170px);
    position: absolute;
    bottom: -20px;
    z-index: -1;
}

.info-cover2 .row {margin-top: 85px;}

.img-cover2 {
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
    z-index: -1;
    top: 20px;
}

.our-cover2 .row {
    align-items: start;
}

.our-cover2{
    background: url(../images/bg-power.webp) repeat;
    background-size: cover;
}

img.mark-bg1 {
    top: -70px;
    position: absolute;
    left: -90px;
    z-index: -1;
}

.img-mark2 {
    position: relative;
    z-index: 1;
    left: 10px;
}

.img-mark2 img.mark-bg2 {
    position: absolute;
    top: -55px;
    left: 10px;
}

.info-mark ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-block: 70px;
}

.info-mark ul li {
    width: 50%;
    color: #2D2D2D;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 1.625rem;
    font-family: 'Noto Serif' ,serif;
}

.our-mark {
    padding-top: 120px;
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
}

.our-mark + .inner-cta::before {
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
    height: 50%;
}

.our-mark + .inner-cta .container::after , .our-innovate .container::before {
    background: #141B3A;
    width: calc(100% + 300px);
    left: -150px;
    position: absolute;
    content: "";
    height: calc(50% - 15px);
    bottom: -5px;
    z-index: -1;
}

.our-innovate {
    padding-top: 0;
}

.our-innovate .container::before {
    height: calc(100% + 200px);
    top: -100px;
    width: calc(100% + 290px);
    left: -145px;
    z-index: -1;
    border-radius: 0 0 40px 40px;
}

.our-innovate * {
    color: #fff;
}

.our-innovate p {
    color: #CCD3E5;
    margin-bottom: 0;
}

.info-inno h5 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
}

.info-inno p {
    font-size: 14px;
}

.info-inno {
    background: #152657;
    padding: 50px 45px 45px;
    border: 1px solid #598BFF;
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.info-inno img {
    position: absolute;
    right: 30px;
    top: 26px;
}

.our-innovate  h6.sub-head {
    color: #fff;
}

.our-innovate [class*='col']:nth-last-child(n+4) .info-inno {
    margin-bottom: 20px;
}

img.mark-bg3 {
    right: calc(100% - 180px);
    position: absolute;
    z-index: -2;
    bottom: -240px;
}

.our-banner.inner-banner.bk-banner.gen-banner .img-banner {
    width: calc(100% + 30px);
    left: inherit;
    right: -40px;
    top: 45px;
}


.row.row-jor {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.row.row-jor .row {
    padding-inline: 60px;
    align-items: center;
    background: #fff;
    border: 3px solid #292929;
    border-radius: 40px;
    margin: 0;
    min-height: 470px;
    padding-block: 60px;
}

.info-jor {
    margin-left: -20px;
}

.info-jor h4 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #003154;
    margin-bottom: 25px;
    line-height: 2.25rem;
}

.info-jor p {
    color: #313233;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 24px;
}

.img-jor {
    width: 350px;
    text-align: center;
}

.img-jor img {display: table;margin: auto;}

.row.row-jor img.gen-bg3 {
    position: absolute;
    padding: 0;
    right: 15px;
    bottom: -115px;
    z-index: -1;
}

.info-comp ul li {
    display: flex;
    align-items: center;
    color: #2D2D2D;
    font-size: 1.375rem;
    font-family: 'Noto Serif' ,serif;
    gap: 20px;
    margin-bottom: 25px;
}

.info-comp ul li:last-child {
    margin-bottom: 0;
}

.info-comp p {
    margin-bottom: 55px;
}

.info-comp ul {margin-bottom: 65px;}

.info-comp h4 {
    font-size: 1.25rem;
    color: #313233;
    margin-bottom: 25px;
    line-height: 1.75rem;
    font-style: italic;
}

img.gen-bg1 {
    left: -180px;
    position: absolute;
    bottom: -130px;
    z-index: -1;
}

.our-completion {
    padding-top: 40px;
}

.our-completion h2 {
    font-size: 4rem;
    line-height: 4.5rem;
}

.our-completion::before {
    background: url(../images/bg-port2.webp) no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 155px;
}

.our-portfolio + .inner-cta::before {
    bottom: 0;
    top: inherit;
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
}

.our-completion + .our-portfolio {
    padding-bottom: 20rem;
}

.our-portfolio + .inner-cta {
    margin-top: -18rem;
}

.our-mark.our-gen3 {
    padding-top: 50px;
}

.our-mark.our-gen3 h2 {
    font-size: 3rem;
}

.our-mark.our-gen3 .img-mark2 {
    text-align: right;
}

.our-mark.our-gen3 p {
    margin-bottom: 60px;
}

.our-pub.our-pubprice .info-pub h4 {
    margin-bottom: 60px;
}

.our-pub.our-pubprice .info-pub ul {
    margin-bottom: 60px;
}

.our-pub.our-pubprice  .row {
    align-items: center;
}

.our-pub.our-pubprice .info-pub {
    width: calc(100% - 90px);
}

.info-plan {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #E1E1E2;
    border-radius: 12px;
    transition: .5s all;
}

.info-plan h4 {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.625rem;
}

.info-plan h3 {
    font-size: 2.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 2.25rem;
    margin-bottom: 20px;
}

.info-plan h3 > span {
    font-size: 1.125rem;
    text-decoration: line-through;
    color: #000;
    font-weight: 500;
}

.info-plan p {
    font-size: 14px;
    margin-bottom: 16px;
}

.info-plan  a.btn {
    font-size: 1.125rem;
    border-radius: 12px;
    width: 100%;
    padding: 10px;
    letter-spacing: .5px;
    margin: 0 0 32px;
}

.info-plan ul {
    padding-top: 32px;
    border-top: 2px dashed #D6D6D6;
    height: 275px;
}

.info-plan ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-plan ul li:last-child {
    margin-bottom: 0;
}

.info-plan * {
    transition: .5s all;
}

.info-plan:hover {
    border-color: #3479E9;
}

.info-plan:hover h4 {
    color: #3479E9;
}

.info-plan a.btn:hover {
    background: #1559EA !important;
    border-color: #1559EA !important;
}

.our-plan{
    background: url("../images/bg-power.webp") repeat;
    background-size: cover;
}

.inner-cta + .our-portfolio {
    padding-top: 17rem;
    margin-top: -17rem;
}

.our-banner.inner-banner.pub-banner.price-banner .img-banner {
    right: 0;
    left: inherit;
    text-align: right;
}


.our-banner.inner-banner.bk-banner.cont-banner .img-banner {
    top: 10px;
}

.info-contdet h2 {
    margin-bottom: 15px;
}

.info-contdet p {
    font-size: 16px;
    margin-bottom: 50px;
}

.info-contdet {
    padding-inline: 20px 50px;
}

.info-contdet ul li {padding-left: 70px;position: relative;z-index: 1;min-height: 60px;padding-block: 25px;}

.info-contdet ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-contdet ul li span {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
    display: block;
    line-height: 14px;
    margin-bottom: 12px;
}

.info-contdet ul li b, .info-contdet ul li a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 16px;
    display: block;
}

.info-contdet ul li:last-child {
    margin-bottom: 0;
}

.info-contdet ul li::before {
    position: absolute;
    content: "";
    background: #8F8F8F;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.info-contdet ul li:last-child:before {
    display: none;
}

.our-contact h2 {
    font-weight: 600;
}

.info-cont {
    padding: 70px 70px 40px;
    border: 3px solid #292929;
    border-radius: 40px;
    background: #fff;
}

.info-cont h6 {
    color: #316CF6;
    font-family: 'Noto Serif' , serif;
    font-style: italic;
    font-size: 1.375rem;
    margin-bottom: 16px;
}

.info-cont .form-control {
    border-radius: 7px;
    background: #fff;
    border-color: #BDD1E4;
    padding: 10px 18px;
    margin-bottom: 20px;
}

.info-cont textarea.form-control {
    height: 200px;
    margin-bottom: 30px;
}

.info-cont button.btn.btn2 {
    width: auto;
    font-size: 1.5rem;
    margin-right: 70px;
}

.info-cont button.btn.btn2 span {width: 70px;height: 70px;right: -70px;}

.our-contact {
    background: url(../images/bg-port2.webp) no-repeat;
    background-size: cover;
    padding-top: 18rem;
    margin-top: -12rem;
}

main.cont-main {
    position: relative;
    z-index: 2;
}

.our-contact .row {
    align-items: start;
}

img.gen-bg3 {
    position: absolute;
    right: -50px;
    bottom: 0;
    z-index: -1;
}

.our-banner.inner-banner.pub-banner.edit-banner .img-banner {
    text-align: center;
    width: 100%;
}

.info-edit h2 {
    font-size: 4rem;
    line-height: 4.25rem;
    margin-bottom: 40px;
}

.info-edit h6.sub-head {
    margin-bottom: 40px;
}

.info-edit p {
    margin-bottom: 40px;
}

.our-edit .row-btm {
    margin-bottom: 100px;
}

.our-edit {
    background: url(../images/bg-port2.webp) no-repeat;
    background-size: cover;
    padding-top: 18rem;
    margin-top: -12rem;
}

.img-edit3 {
    width: calc(100% + 10px);
    position: relative;
    right: -70px;
}

.info-edit2.info-mark ul {
    width: calc(100% + 70px);
}

img.ed-bg1 {
    position: absolute;
    left: calc(100% - 30px);
    top: -80px;
    z-index: -1;
}

.our-book.edit-book {
    padding-block: 30px 100px;
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
}

.our-book.edit-book .btn-block {
    text-align: center;
    margin-top: 70px;
}

.our-edit2 + .inner-cta::before {
    background: url(../images/bg-achieve.webp) repeat;
    background-size: cover;
    top: inherit;
    bottom: 0;
    height: 76%;
}

.our-book.edit-book .info-book h4 {
    color: #35303F;
}

.our-edit2 {
    padding-bottom: 30px;
}


.our-banner.inner-banner.pub-banner.edit-banner h1 {
    width: calc(100% + 40px);
}

.our-banner.inner-banner .row {
    align-items: center;
}

div#popupform img.pop-bg1 {
    position: absolute;
    top: -70px;
    z-index: 2;
}

div#popupform img.popoff {
    position: absolute;
    top: 30px;
    right: 220px;
    z-index: 2;
}

div#popupform img.pop-bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

div.popupform .popup-content * {
    position: relative;
    z-index: 5;
}

div#popupform img.pop-bg1 {
    position: absolute;
    top: 0px;
}

div#popupform img.popoff {
    position: absolute;
    top: 0;
    right: 240px;
    z-index: 2;
}

div#popupform img.pop-bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

div.popupform .popup-content * {
    position: relative;
    z-index: 5;
}

div.popupform .popup-content::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 8px solid #fe54b4;
    border-radius: 125px 35px 35px 125px;
}

div.popupform  button.btn.btn-red {
    margin: 0;
    background: #292929 !important;
    border-radius: 8px;
    font-size: 18px !important;
}

div.popupform .popup-content form {
    margin-top: 10px;
}

div#popupform img.pop-arr {
    position: absolute;
    left: calc(50% + 0px);
    top: 90px;
    z-index: 1;
}

img.ban-br1,img.ban-br2 {
    display: none;
}


.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-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: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

.our-banner.inn-banner {
    background: url(../images/bg-process.webp) no-repeat #12290d;
    background-size: cover;
}

.our-banner.inn-banner .info-banner h1 {
    margin: 0;
}

.content-page h5 {
    font-size: 2rem;
    font-weight: 700;
}

.content-page ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-page p , .content-page ul li {
    font-size: 1.125rem;
}


.foot-rev {
    display: none;
}