:root {
    --uk-blue: #012169;    /* Navy Blue */
    --uk-red: #C8102E;     /* Red */
    --uk-white: #FFFFFF;   /* White */
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
    transition: 0.5s ease-in-out;
}
footer h4 + ul.foot-social-icon a {
    text-transform: none;
}


section.banner-section {position: relative;z-index: 0;background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;background-size: cover;padding-top: 4em;padding-bottom: 3em;text-align: center;top: 0;width: 100%;margin-top: -93px;padding-top: 133px;padding-bottom: 53px;}



.banner-left h1 {color: #fff;font-weight: 700;font-size: 60px;text-transform: uppercase;line-height: 53px;}



.col-md-8.banner-left {

    text-align: center;

}
ul.ftr-social li a {
    position: relative;
    padding-left: 20px;
}
section {
    padding: 100px 0;
    clear: both;
    position: relative;
    z-index: 1;
}
.content_page .about-service li {
    list-style: square inside;
    margin-bottom: 10px;
    color: #7c7c82;
}
.content_page .about-service h4.sub-heading {
    font-size: 27px;
    margin-top: 20px;
    color: #341793;
    font-weight: 600;
}


h1,h2,h3,h4,h5{
    font-family: 'Poppins', serif;
}
h6{
    font-family: 'Poppins', sans-serif;
}
p {
    color: #2e2d2d;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

img{
    max-width: 100%;
}

html{
    scroll-behavior: smooth;
}

header {
    padding: 0px 0;
    position: relative;
    z-index: 2;
}

span {
    vertical-align: baseline;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0px;
    position: relative;
    z-index: 1;
    transition: .5s all;
    white-space: nowrap;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #ffffff !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 14px;
}

.btn {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s all;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 5px 15px #0000002e;
    border: 0px solid transparent;
}

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

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

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

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


a{
    text-decoration: none !important;
}

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

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}




header ul {
    text-align: right;
    position: relative;
}

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

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}



.head-menu ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.head-menu ul.head-none {
    display: none;
}

.head-menu ul {
    text-align: center;
}

.head-menu ul li a {
    color: #c6cbd1 !important;
    font-weight: 700;
    transition: .5s all;
    text-transform: uppercase;
}

.head-menu ul li a:hover {
    color: #f7c64a !important;
}

.head-menu {
    background: linear-gradient(90deg, #162F65 0%, #206AA8 100%) !important;
    padding: 24px 0;
    z-index: 4;
    position: relative;
}

header ul li img {
    margin-right: 5px;
}

header ul li.msg img {
    position: relative;
    top: -5px;
}

header ul li.phone a {
    font-size: 20px;
}


.home-banner{
    background: url("../images/British-Hero-OG.webp") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -130px;
    padding-top: 250px;
    background-position: 30%;
    background-color: #f8f7fc;
    overflow: hidden;
}

.info-banner h1 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-family: Poppins;
}

.info-banner h1 > span {
    font-size: 56px;
    color: transparent;
    background: #0d80e1;
    /*background-image: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;*/
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'Poppins';
}

.info-banner h1 > span::before {
    content: "";
    /* background: url("../images/bg-head.png") no-repeat; */
    max-width: 570px;
    width: 100%;
    height: 156px;
    position: absolute;
    background-size: 100%;
    left: -15px;
    top: -7px;
}

.info-banner {
    position: relative;
}

.info-banner .img-head {
    position: absolute;
    top: -30px;
    left: -80px;
    z-index: -1;
    transform: rotate(355deg);
}

.info-banner p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.info-banner h1::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 12px;
    left: 0;
    bottom: 6px;
    background: transparent;
    z-index: -1;
}

.info-banner .img-head2 img {max-width: 65%;}

.info-banner .img-head2 img:first-child {
    margin-right: 15px;
}

.info-banner .img-head2 {
    margin-bottom: 40px;
}

.btn-block .btn:first-child {
    margin-right: 12px;
}

.btn-white {
    background: #fff;
    color: #000 !important;
    border: 1px solid #dfdde9;
}

.btn-red {
    background: #206AA8;
    background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;
    color: #fff !important;
}

.btn > span {
    width: 10px;
    height: 10px;
    position: relative;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #ffda2f;
    display: none;
}

.social {
    position: absolute;
    top: 280px;
    left: -80px;
}

.social ul li i {
    font-size: 24px;
    color: #adacb4;
}

.social ul li {
    line-height: 40px;
    text-align: center;
}

.social::before {
    position: absolute;
    width: 16px;
    height: 15px;
    content: "";
    background: #adacb4;
    border-radius: 50%;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto;
}

.social::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 1px;
    background: #adacb4;
    left: 0;
    right: 0;
    margin: auto;
    top: -116px;
}

.info-banner {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.our-thumb {
    padding: 30px 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto 30px;
    z-index: 1;
}


.info-thumb img {
    margin-bottom: 12px;
    height: 45px;
}

.info-thumb h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.our-thumb::before {
    max-width: 100%;
    background: #fff;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 60px 10px 10px 10px;
    z-index: -1;
    box-shadow: 0 5px 15px #00000014;
}

.our-thumb::after {
    position: absolute;
    left: 0;
    background: #F3DE7F;
    width: 150px;
    height: 150px;
    top: -50px;
    content: "";
    border-radius: 50%;
    z-index: -3;
    display: none;
}

.scroll {
    position: absolute;
    bottom: 260px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    display: none;
}

.move-vectors .layer {
    top: inherit !important;
    left: inherit !important;
}

.move-vectors .layer:nth-child(2) {
    top: 10px !important;
    left: -20px !important;
}

.move-vectors .layer:nth-child(3) {
    bottom: 95px !important;
    right: -60px !important;
}

.move-vectors .layer:nth-child(4) {
    bottom: -40px !important;
    left: 80px !important;
}

.move-vectors .layer:nth-child(5) {
    top: 135px !important;
    z-index: -1;
    margin-left: -20px;
    left: -55px !important;
}

.move-vectors .layer:first-child img {
    margin: auto;
    display: table;
}

.move-vectors .layer:nth-child(5) img {
    max-width: 120%;
}


.bg-thumb::before {
    content: "";
    background: url("../images/bg1.png") no-repeat;
    max-width: 525px;
    width: 100%;
    height: 201px;
    position: absolute;
    background-size: 100%;
    left: 6%;
    bottom: -85px;
    z-index: -2;
    display: none;
}

.bg-thumb::after {
    content: "";
    background: url("../images/bg2.png") no-repeat;
    max-width: 252px;
    width: 100%;
    height: 252px;
    position: absolute;
    background-size: 100%;
    left: 2%;
    top: -140px;
    z-index: -2;
    display: none;
}


.our-system::before{
    content: "";
    background: url("../images/bg3.png") no-repeat;
    max-width: 380px;
    width: 100%;
    height: 221px;
    position: absolute;
    background-size: 100%;
    right: 5%;
    top: -90px;
    z-index: -1;
    background-position: bottom;
}

.our-system {
    background: #fff;
}

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

.info-text {
    margin-bottom: 30px;
}

h2 {
    font-size: 50px;
    color: #162F65;
    font-weight: 600;
    line-height: 55px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

h2 > span {
    display: block;
    color: #206aa8;
}

.info-system p {
    font-size: 16px;
}

.info-system .btn-block {
    margin-top: 40px;
}

h2 > span.purp {
    color: #fff;
    display: revert;
    vertical-align: baseline;
    padding: 0 4px;
    background: rgb(89,23,182);
    background: linear-gradient(90deg, rgba(89,23,182,1) 0%, rgba(181,48,152,1) 100%);
    border-radius: 4px;
}

h2 + p {
    font-size: 17px;
    max-width: 80%;
}

.our-vision{
    background: url("../images/bg-vision.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-position: 90%;
}


.our-vision .btn-block {
    margin-top: 40px;
}

.our-vision .info-text {
    margin-bottom: 60px;
}

.our-vision .row {position: relative;}

.our-vision .row::before {
    background: #fff;
    max-width: 65%;
    width: 100%;
    content: "";
    position: absolute;
    height: 92%;
    box-shadow: 0 5px 10px #0000000d;
    left: -10px;
}


.our-vision .row::after{
    content: "";
    background: url("../images/down.png") no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: -20px;
    z-index: -1;
}


.info-vision ul li {
    font-size: 26px;
    color: #206AA8;
    font-weight: 600;
    margin-top: 22px;
    position: relative;
}

.info-vision ul li img {
    margin-right: 40px;
}

.info-vision {
    position: relative;
    margin-left: -30px;
}

.info-vision ul li::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 200px;
    height: 4px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #F3DE7F 70%);
}

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

.info-vision ul {
    margin-top: 40px;
}

.our-rank {
    background: #f7fbfd;
    padding: 30px 0 90px;
    overflow: hidden;
}

.our-rank::before {
    position: absolute;
    content: "";
    bottom: -33px;
    width: 100%;
    height: 70px;
    left: 0;
    background: #fff;
    transform: skew(10deg, 2deg);
    z-index: -1;
}

/*.our-rank::after{*/
/*    content: "";*/
/*    background: url("../images/bg4.png") no-repeat;*/
/*    max-width: 290px;*/
/*    width: 100%;*/
/*    height: 121px;*/
/*    position: absolute;*/
/*    background-size: 100%;*/
/*    left: 0px;*/
/*    bottom: 57px;*/
/*    z-index: -2;*/
/*}*/


.our-rank h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #353535;
    position: relative;
    z-index: 1;
}

.our-rank h3::before {content: "";position: absolute;background: transparent;bottom: 2px;left: 0;right: 0;margin: auto;width: 280px;height: 12px;z-index: -1;}


h2::before {
    content: "";
    position: absolute;
    background: transparent;
    bottom: 2px;
    left: 0;
    width: 280px;
    height: 12px;
    z-index: -1;
}

.text-center h2::before{
    right: 0;
    margin: auto;
}

.new-pf .container-fluid {
    padding: 0;
}


/* ---- .element-item ---- */

.element-item {
    color: #262524;
    margin-bottom: 0;
    width: calc(100% / 4 - 6px) !important;
    padding: 6px;
    height: 320px;
    overflow: hidden;
}

.element-item > * {
    margin: 0;
    padding: 0;
}


.element-item img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    /* object-fit: cover; */
    height: 100%;
}

.element-item:hover img {
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
}

.new-pf div#filters button {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    font-size: 21px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.new-pf div#filters {
    text-align: center;
    margin: 40px 0 25px;
}


.new-pf div#filters .button.is-checked::before {opacity: 1;}



.element-item.col-md-4.video {
    height: 253px !important;
}

.hidden{visibility:hidden;
    width:0px!important;
    height:0px!important;
    margin:0px!important;
    padding:0px!important;
}


.element-item:hover {
    z-index: 1;
}
.element-item.video {
    height: 200px !important;
}


.new-pf div#filters button:active,.new-pf div#filters button:hover ,.new-pf div#filters button.is-checked {
    color: #000 !important;
}

.grid {
    width: 100%;
    /* margin: 0;
     */
}

.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}

.grid {
    /* height: auto !important; */
    overflow: hidden;
    padding: 0 10px;
    /* margin: 0 -12px; */
}

ul.list-ul li {
    margin-bottom: 10px;
}



.new-pf div#filters button:hover::before{opacity: 1;}

.new-pf div#filters button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid red;
    border-left: 15px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: -4px;
    top: 11px;
    z-index: -1;
    opacity: 0;
}


button#showMore {
    background: transparent;
    padding: 8px 30px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #6a6775 !important;
    cursor: pointer;
}


button#showMore > span::before {
    content: "";
    position: absolute;
    background: url("../images/round.png") no-repeat;
    max-width: 50px;
    height: 57px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
    /* animation: spin 1.5s linear infinite; */
}

button#showMore > span {width: 50px;height: 56px;position: relative;display: inline-block;margin-right: 15px;vertical-align: middle;}


/*.new-pf::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url("../images/bg5.png") no-repeat;*/
/*    max-width: 344px;*/
/*    height: 339px;*/
/*    width: 100%;*/
/*    background-size: 100%;*/
/*    right: 0;*/
/*    top: -120px;*/
/*}*/

.text-center h2 + p {
    margin: auto;
    font-size: 18px;
}

.our-pricing h2 + p >span {
    color: #206AA8;
    font-weight: 700;
}

.info-pricing {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
}

.our-pricing {
    background: #f7fbfd;
    padding-top: 120px;
    overflow: hidden;
}

.info-pricing h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.info-pricing h4 > span {
    font-weight: 300;
    transition: .5s all;
}

.info-pricing h3 {font-size: 71px;line-height: 65px;letter-spacing: -3px;margin-bottom: 0;position: relative;transition: .5s all;}

.info-pricing * {
    font-family: 'Poppins' , sans-serif;
}

.info-pricing h3 > span {
    font-size: 55px;
    position: relative;
    top: 2px;
    transition: .5s all;
}

.info-pricing h5 {
    font-size: 26px;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
    margin-bottom: 0;
    transition: .5s all;
}

.info-pricing h5::before,.info-pricing h5::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.info-pricing h5::after {
    transform: rotate(
-15deg);
}

.info-pricing ul {
    margin: 30px 0;
    height: 250px;
}

.info-pricing ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    transition: .5s all;
}

.info-pricing .btn {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
}


.btn-yellow {
    background: #F3DE7F;
    color: #000 !important;
}

.info-pricing::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.info-pricing:hover {
    background: #206AA8;
}

.info-pricing:hover * {
    color: #fff;
}

.info-pricing:hover h3 > span {
    color: #F3DE7F;
}

.info-pricing h3::before,.info-pricing h3::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 50%;
    opacity: 0;
    transition: .5s all;
}

.info-pricing h3::after {
    right: 15px;
    left: inherit;
}

.info-pricing:hover h3::before, .info-pricing:hover h3::after {
    opacity: 1;
}

.info-pricing:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

.info-pricing:hover h5::before, .info-pricing:hover h5::after {
    background: #fff;
}



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

.bg-row{
    position: relative;
    margin-top: 40px;
}

/*.bg-row::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url("../images/bg5.png") no-repeat;*/
/*    max-width: 344px;*/
/*    height: 339px;*/
/*    width: 100%;*/
/*    background-size: 100%;*/
/*    left: -210px;*/
/*    top: -55px;*/
/*    z-index: -1;*/
/*}*/


/*.our-pricing::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: -30px;*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    left: 0;*/
/*    background: #fff;*/
/*    transform: skew(10deg, -2deg);*/
/*    z-index: -1;*/
/*}*/

/*.our-pricing::after {*/
/*    content: "";*/
/*    background: url(../images/bg3.png) no-repeat;*/
/*    max-width: 380px;*/
/*    width: 100%;*/
/*    height: 221px;*/
/*    position: absolute;*/
/*    background-size: 100%;*/
/*    left: 5%;*/
/*    top: 60px;*/
/*    transform: skew(10deg, -2deg);*/
/*    z-index: -1;*/
/*    background-position: bottom;*/
/*}*/


.our-combo{
    background: url("../images/bg-combo.png") no-repeat;
    background-color: #f8f7fd;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% bottom;
    padding-top: 100px;
    padding-bottom: 45px;
}

.our-combo p {
    margin-bottom: 40px;
}

.img-combo img{
    max-width: 120%;
    position: relative;
    left: -20px;
}

.our-combo * {
    color: #fff;
    font-family: 'Poppins' , sans-serif;
}

.combo-detail {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}

.combo-detail h4 {
    font-size: 17px;
    font-weight: 600;
}

.our-combo h2 {
    font-size: 61px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}



.combo-detail ul li {
    list-style-type: disc;
    color: #c0c6d3;
}

.combo-detail ul {
    margin-left: 15px;
    margin-bottom: 30px;
}

.info-comb h4 {
    font-size: 48px;
    font-family: 'Zilla Slab' , sans-serif;
    letter-spacing: -2px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 600;
}

.info-comb h4 > span {
    font-size: 31px;
    line-height: 26px;
}

.info-comb h4 + p {
    color: #ff5b5b;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 25px;
    position: relative;
}

.info-comb ul li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: baseline;
}

.info-comb ul li h5,.info-comb ul li h5 + a {
    font-size: 16px;
    margin-bottom: 0;
    color: #c7c3d5;
    font-weight: 500;
}

.info-comb ul li span::before {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    background: #2b1683;
    border-radius: 50%;
    z-index: -1;
    left: -14px;
    top: -12px;
}

.info-comb ul li span {
    position: relative;
}

.info-comb ul li:first-child h5,.info-comb ul li:first-child a {
    text-align: right;
}

.btn-purp {background: #206aa8;background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important; color: #fff !important;}

.combo-price .btn {
    padding: 12px 25px;
    font-size: 15px;
    margin: auto;
    display: table;
    position: relative;
    left: 20px;
}

.combo-price h5 {
    font-size: 22px;
    text-align: right;
    margin-bottom: 0;
    text-decoration: line-through;
    font-weight: 400;
}

.combo-price h3 {
    font-size: 94px;
    font-weight: 700;
    color: #ffda2f;
    margin-bottom: 5px;
    text-align: right;
    letter-spacing: -7px;
}

.combo-price {
    position: relative;
    margin-right: -20px;
    margin-top: -30px;
}

.img-all {
    position: absolute;
    top: 30px;
    left: -10px;
}

.combo-price h3 > span {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
}


.info-combo::before {
    position: absolute;
    content: "";
    left: -80px;
    bottom: -19.1px;
    background: url("../images/bg6.png") no-repeat;
    transform: skew(10deg, -2deg);
    max-width: 957px;
    height: 295px;
    width: 130%;
    background-size: cover;
}

.info-combo {
    margin-top: 30px;
}

.c-row{
    align-items: center;
}

.count {
    padding: 40px 0;
    margin: 30px 0 0;
    text-align: center;
    position: relative;
}

.count::before {content: "";width: 100%;height: 100%;position: absolute;left: -80px;top: 0;background: #206AA8;background: linear-gradient(45deg, #162F65 0%, #206aa8 100%);}

.info-count h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.info-count img {
    position: absolute;
    top: -10px;
    right: 32px;
}

.info-count h4 {
    font-size: 68px;
    color: #9327a3;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(242 201 62) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}

.count .col-md-3:nth-child(4) h4 {
    color: #6e1daf;
}

.count .col-md-3:nth-child(3) h4 {
    color: #791fab;
}

.count .col-md-3:nth-child(2) h4 {
    color: #8a24a6;
}

.info-count {
    padding: 30px 0;
}

.info-data ul li {
    width: 32.9%;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

.info-data ul li img {width: 30px;margin-right: 10px;}

.our-data .container{
    position: relative;
    padding: 30px 0;
}

.our-data .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg-mes.png") no-repeat;
    max-width: 100%;
    width: 98%;
    height: 690px;
    background-size: cover;
    top: -30px;
    left: 0;
    background-position: bottom;
}

.our-count {
    background: #f8f7fd;
    padding-bottom: 0;
}

.our-data {
    background: #f8f7fd;
    padding-top: 0;
}

.img-data img {
    max-width: 115%;
}

.info-data {
    padding-left: 60px;
}

.img-data {
    position: relative;
    left: -50px;
}

.our-data .container::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: -250px;
    top: -120px;
    z-index: -13;
}

.our-data .btn {
    margin-top: 70px;
}

.cta{
    background:linear-gradient(135deg, #162F65 0%, #206AA8 100%) !important;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-color:#206AA8 ;
}

.cta h3 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.cta h3 > span {
    font-size: 40px;
    font-weight: 300;
}

.cta h3::before {
    width: 220px;
    height: 12px;
    background: transparent;
    position: absolute;
    content: "";
    bottom: 0;
    left: -60px;
}

.cta ul li:first-child a {
    font-size: 30px;
}

.cta ul li a {
    color: #fff !important;
    font-size: 22px;
}

.cta ul li a span {
    display: block;
    line-height: 16px;
    font-size: 24px;
    font-weight: 700;
}

.cta ul li img {
    position: absolute;
    left: 0;
    top: 4px;
    filter: brightness(100);
}

.cta ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.cta ul {
    display: inline-block;
    margin-right: 60px;
}

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

.img-cta {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 40%;
}

.our-testimonial h2 > span {
    font-size: 36px;
    line-height: 36px;
}

.our-testimonial h2 + p {
    max-width: 90%;
    margin-bottom: 20px;
}

.our-testimonial {
    background: #fff;
}

.info-test p {
   font-weight: 500;
    color: #545454;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 22px;
    max-height: 200px;
    overflow-y: auto;
    min-height: 200px;
    overflow-x: hidden;
}

.info-test h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.info-test h4 > span {font-size: 16px;display: block;color: #808080;font-weight: 500;}

.info-test {
    padding: 30px;
    background: #fff;
    border-radius: 15px 15px 0 15px;
    box-shadow: 0 5px 15px #00000029;
    margin: 20px 15px;
    position: relative;
    max-height: 330px;
    min-height: 330px;
}


.info-test span.qoute {
    position: absolute;
    top: 10px;
    left: -16px;
}

.info-test::before {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
    border-radius: 15px 15px 0 15px;
}

/*.owl-testimonial.owl-carousel .owl-nav button.owl-prev::before,.owl-carousel .owl-nav button.owl-next::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    max-width: 31px;*/
/*    background: url("../images/left.png") no-repeat;*/
/*    height: 27px;*/
/*    width: 100%;*/
/*    background-size: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/


/*.owl-testimonial.owl-carousel .owl-nav button.owl-prev::after,.owl-carousel .owl-nav button.owl-next::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    max-width: 31px;*/
/*    background: url("../images/left2.png") no-repeat;*/
/*    height: 27px;*/
/*    width: 100%;*/
/*    background-size: 100%;*/
/*    left: 0;*/
/*    top: 4px;*/
/*    z-index: -1;*/
/*    opacity: 0;*/
/*    transition: .5s all;*/
/*}*/
/*.owl-testimonial.owl-carousel .owl-nav button.owl-next::after {*/
/*    background: url("../images/right2.png") no-repeat;*/
/*    width: 100%;*/
/*}*/

/*.owl-testimonial.owl-carousel .owl-nav button.owl-next::before {*/
/*    background: url("../images/right.png") no-repeat;*/
/*    width: 100%;*/
/*}*/

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: relative;
}

.owl-testimonial.owl-carousel .owl-nav button span {
    display: none;
}

.owl-testimonial.owl-theme .owl-nav {
    text-align: left;
    margin-left: 10px;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-]:hover::after {
    opacity: 1;
}

.our-testimonial .container {
    position: relative;
}


footer {
    padding: 60px 0 0; 
    position: relative;
    background: #000;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
}

.copy p {
    margin-bottom: 0;
    color: #d2d2d2;
}

.copy {
    padding: 10px 0;
}



.copy ul {
    text-align: center;
}
.copy .row {
    align-items: center;
    margin-bottom: 0;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
    font-size: 12px;
}

.copy ul li::before {content: "";height: 4px;width: 4px;position: absolute;border-radius: 50%;right: -2px;top: 8px;background: #d2d2d2;}

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

.copy ul li a {
    color: #d2d2d2 !important;
}

footer a.logo img {
    margin-bottom: 15px;
    width: 45%;
}

footer a.logo + p {
    color: #bcc0ca;
    font-size: 13px;
    margin-bottom: 0;
}

footer .detail-foot ul li a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
}

.detail-foot {}

footer .detail-foot ul li img {
    margin-right: 6px;
    width: 22px;
}

footer .detail-foot ul li {
    margin-bottom: 20px;
}

footer .fr1 {
    align-items: center;
}

footer .detail-foot ul li:last-child {
    margin-bottom: 0;
}

footer  .row {
    margin-bottom: 50px;
    position: relative;
}

footer .row::before {
    position: absolute;
    content: "";
    background: #626262;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -28px;
}

footer .row::before {}

footer h4 {
    color: #0d7bd9;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif;
    font-size: 16px;
    margin-bottom: 18px;
}

footer h4 + ul li a {
    color: #bcc0ca !important;
    transition: .2s all;
    text-align: left;
    text-transform: uppercase;
}

footer h4 + ul li:hover a {
    color: #fff !important;
}

footer h4 + ul li {
    margin-bottom: 5px;
}

footer h4 + ul.foot-social-icon li i {
    font-size: 24px;
    color: #fff;
    width: 35px;
}

footer h4 + ul.foot-social-icon li {
    margin-bottom: 15px;
}

footer h4 + ul.foot-social-icon {
    margin-top: 25px;
}

.copy .row::before {
    display: none;
}

footer .fr2 {
    margin-bottom: 40px;
}

footer .fr2::before {
    width: 100%;
}


.img-up {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.copy .container {
    position: relative;
}


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



.info-banner h1 {
    letter-spacing: unset;
}

.info-banner h1 + p {
    color: #cecece;
    margin-bottom: 30px;
}

.our-site h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.our-site {
    padding: 40px 0;
}

.our-site::after {
    display: none;
}

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


.our-site .bg-thumb::after {
    display: none;
}

.our-service h2 span {
    display: inline-block;
    color: #206AA8;
}

.our-service h2 {
    margin-bottom: 0;
    letter-spacing: -1px;
}

.our-service h5 {
    font-size: 30px;
    color: #206AA8;
    margin-bottom: 0;
    font-weight: 600;
    text-align: right;
}


.info-service figure img {
    box-shadow: 0 5px 15px #00000038;
}

.info-service figure {
    margin-bottom: 0;
}

.info-service .text-ser ul li {
    font-size: 16px;
    font-weight: 600;
    color: #206AA8;
    margin-bottom: 8px;
}

.info-service .text-ser ul li img {
    margin-right: 12px;
    position: relative;
    top: -2px;
    filter: brightness(0);
}

.info-service .text-ser {
    margin-top: -180px;
    margin-left: 25px;
    min-height: 180px;
    position: relative;
    z-index: 2;
}

.info-service .img-ser {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.info-service {
    position: relative;
    z-index: 1;
    max-width: 80%;
}

.info-ser h4 {
    font-size: 42px;
    color: #162F65;
    position: relative;
    z-index: 1;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

.info-ser h4 + p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

.our-service .btn-block {
    margin-top: 50px;
}



.our-service{
    background: #fff;
}

.our-thumb2{
    background: linear-gradient(45deg, #206aa8 0%, #162F65 100%) !important;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 40px 0;
}

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



.info-quality h4 {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    padding-top: 7px;
    position: relative;
}

.info-quality h4 > span {
    display: block;
    font-weight: 300;
}

.info-quality {
    display: flex;
    align-items: center;
    padding: 34px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px #0000002b;
}

.info-quality h4::before {content: "";background: #206AA8;width: 40px;height: 4px;position: absolute;top: 0;left: 0;}

.our-quality {
    background: #f7fbfd;
}

.info-quality:last-child {
    margin-bottom: 0;
}

.our-quality [class*="col-"]:nth-child(odd) .info-quality:first-child {
    border-radius: 5px 50px 5px 5px;
}

.our-quality [class*="col-"]:nth-child(odd) .info-quality:last-child {
    border-radius: 5px 5px 50px 5px;
}

.our-quality [class*="col-"]:nth-child(2) .info-quality:first-child {
    border-radius: 50px 5px 5px 5px;
}

.our-quality [class*="col-"]:nth-child(2) .info-quality:last-child {
    border-radius: 5px 5px 5px 50px;
}

.our-quality .btn-block {
    margin-top: 40px;
}

.our-quality .container{
    position: relative;
}

.our-talk{
    background: linear-gradient(135deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: 10%;
}

.our-talk h2 {
    margin-bottom: 0;
    color: #ffda2f;
    font-size: 73px;
    font-family: 'Poppins' ,sans-serif;
    display: inline-block;
}

.our-talk h2::before {
    display: none;
}

.our-talk h2 + img {margin-left: 20px;}

.info-talk ul li {
    display: inline-block;
    padding: 0 20px;
}

.info-talk ul li a {
    color: #fff !important;
    font-size: 29px;
    font-weight: 500;
}

.info-talk ul li:first-child a {
    font-size: 26px;
    font-weight: 700;
}

.info-talk ul li img {
    margin-right: 13px;
}

.info-talk ul li:last-child img {
    position: relative;
    top: -8px;
}



.our-talk + .new-pf::before{
    display: none;
}

.info-step span {
    font-size: 42px;
    color: #206AA8;
    font-weight: 600;
    letter-spacing: -2px;
    vertical-align: middle;
    margin-right: 5px;
}

.info-step h4 {
    display: inline-block;
    font-size: 18px;
    color: #262627;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 18px;
}

.info-step h4 + p {
    color: #7c7c82;
    font-size: 13px;
    min-height: 110px;
    margin-bottom: 0;
}

.info-step {
    padding: 0 15px;
    border-radius: 25px;
    transition: .5s all;
    background: transparent;
}

.info-step:hover {background: rgb(255,255,255);box-shadow: 5px 3px 9px #00000024;}

.our-step .btn-block {
    margin-top: 40px;
}

.our-step .row {
    margin-top: 100px;
    position: relative;
}

.our-step .row::before {
    position: absolute;
    content: "";
    background: #206AA8;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    top: -20px;
}

.our-step .row::after {
    position: absolute;
    content: "";
    background: #206AA8;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    top: -80px;
}

.our-step [class*='col']::before {content: "";width: 1px;height: 20px;background: #206AA8;position: absolute;top: -20px;left: 0;right: 0;margin: auto;}

.our-step {
    background: #fff;
    overflow: hidden;
}

.our-pricing .nav-tabs {border: none;justify-content: center;padding: 20px 0;position: relative;}

.our-pricing .nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.our-pricing .nav-tabs .nav-item .nav-link {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active, .our-pricing .nav-tabs .nav-link:hover {
    color: #000 !important;
}

.our-pricing .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: 2px;
    top: 7px;
    z-index: -1;
    opacity: 0;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active::before, .our-pricing .nav-tabs .nav-link:hover::before {
    opacity: 1;
}


.our-pricing .price-btn {
    margin-top: 15px;
}

.info-comb h4 + p::before {content: "";background: url("../images/bg11.png") no-repeat;max-width: 290px;height: 51px;position: absolute;left: -52px;top: -7px;width: 100%;background-size: 100%;z-index: -1;}


.our-data .row::before {
    content: "";
    position: absolute;
    background: url(../images/bg12.png) no-repeat;
    max-width: 200px;
    height: 316px;
    width: 100%;
    background-size: 100%;
    right: -20px;
    top: -170px;
    z-index: -4;
}


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

.web-banner{
    background: linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}




.web-ser .info-service .img-ser {
    bottom: 30px;
    z-index: 1;
}

.brand-banner{
    background: linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}


.brand-ser .info-service .img-ser {
    bottom: inherit;
    top: 30px;
}

.brand-quality .info-quality h4 > span{
    display: inline-block;
}

.video-banner{
    background: linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}


.video-ser .info-service .img-ser {
    bottom: -50px;
    right: 30px;
}


.video-banner::after{
    content: "";
    background: url(../images/video-bg.png) no-repeat;
    max-width: 381px;
    width: 100%;
    height: 508px;
    position: absolute;
    background-size: 100%;
    left: 150px;
    right: 0;
    margin: auto;
    top: 96px;
    z-index: 2;
}

.app-banner{
    background: linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 900px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.app-banner .app-img {
    position: relative;
    top: -50px;
    max-width: 95%;
    left: -50px;
}

.app-banner .row {
    align-items: center;
}

.info-quality2 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.info-quality.info-quality2 h4 {
    display: block;
    margin-left: 0;
}

.info-quality2 img {margin-bottom: 20px;}

.info-quality2 h4::before {
    right: 0;
    margin: auto;
}



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

.services-info h1 {
        font-size: 100px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-family: Poppins;
}

.services-info p{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-inline: auto;
    width: 75%;
}

.services-info .publish-btn{
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 38px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}


.services-info .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.services-info .publish-btn .text-1,
.services-info .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.services-info .publish-btn .text-1 {
    transform: translateY(0);
}

.services-info .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.services-info .publish-btn .icon-1 {
    color: black;
}

.services-info .publish-btn .icon-2 {
    color: black;
}

.services-info .publish-btn .btn-icon-wrapper {
   display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

.services-info .publish-btn .icon-1,
.services-info .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.services-info .publish-btn .icon-1 {
    transform: translateY(0);
}

.services-info .publish-btn .icon-2 {
    position: absolute;
    top: -14px; /* Position above the first icon */
    transform: translateY(0);
}

/* Hover Effects - FIXED */

.services-info .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.services-info .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.services-info .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.services-info .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}

.services-banner{
    background: linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    background-image: url('/assets/images/services/ghost-service-banner.webp');
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-top: 100px;
    background-position: 30%;
    overflow: hidden;
    background-color: #162F65;
}

.services-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, rgba(32,106,168,0.6), rgba(22,47,101,0.7));; 
    z-index: 1;
}

.services-banner > * {
    position: relative;
    z-index: 2;
}

.services-banner .row {
    align-items: center;
}

.services-banner .img-digi {
    position: relative;
    top: -60px;
    left: -50px;
}

.services-banner .img-digi img {
    max-width: 110%;
}


.digi-ser .info-service .img-ser {
    bottom: 20px;
    right: -15px;
}


.digi-quality  .nav-tabs {border: none;justify-content: center;padding: 15px 0;margin-bottom: 30px;}

.digi-quality  .nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.digi-quality  .nav-tabs .nav-item .nav-link {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.digi-quality  .nav-tabs .nav-item.show .nav-link, .digi-quality  .nav-tabs .nav-link.active, .digi-quality  .nav-tabs .nav-link:hover {
    color: #000 !important;
}

.digi-quality .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: 2px;
    top: 7px;
    z-index: -1;
    opacity: 0;
}

.digi-quality  .nav-tabs .nav-item.show .nav-link, .digi-quality  .nav-tabs .nav-link.active::before, .digi-quality  .nav-tabs .nav-link:hover::before {
    opacity: 1;
}

.info-market {
    text-align: center;
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
    z-index: 1;
}

.info-market span {
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(-38deg);
    opacity: 0;
    max-width: 80px;
    display: none;
}

.info-market img {
    margin-bottom: 20px;
    max-width: 100px;
    height: 80px;
    filter: brightness(100);
}

.info-market h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.info-market h4 + p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 120px;
}

.our-marketing [class*='col']:first-child .info-market {
    background: linear-gradient(135deg, #162F65 0%, #206AA8 100%);
}

.our-marketing [class*='col']:last-child .info-market {
    background: linear-gradient(135deg, #162F65 0%, #206AA8 100%);
}

.our-marketing [class*='col']:nth-child(2) .info-market {
    background: linear-gradient(135deg, #162F65 0%, #206AA8 100%);
}

.our-marketing [class*='col']:nth-child(3) .info-market {
    background: linear-gradient(135deg, #162F65 0%, #206AA8 100%);
}

.our-marketing .btn-block {
    margin-top: 40px;
}


.package-banner{
    background: url("../images/package-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 840px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.img-pack {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 2;
}

.package-banner .container {
    position: relative;
}

.img-pack img {
    max-width: 90%;
}

.package-banner .info-banner {
    margin-bottom: 80px;
}

.calling {
    background: rgb(41,21,104);
    background: linear-gradient(90deg, rgba(41,21,104,1) 0%, rgba(174,46,156,1) 100%);
    padding: 30px 0;
}

.calling ul {
    justify-content: center;
    text-align: center;
}

.calling ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.calling ul li a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
}

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

.calling ul li a span {
    font-weight: 200;
}

.calling ul li:last-child a {
    font-weight: 700;
}

.calling ul li::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3b1362;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50px;
    top: -10px;
}


.about-banner{
    background:  linear-gradient(90deg, #162F65 0%, #206AA8 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 870px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.about-banner .info-banner {
    margin-bottom: 80px;
}

.what-we-do h2 {
    margin-bottom: 0;
}

.what-we-do h5 {
    margin-bottom: 0;
    font-size: 30px;
    color: #206AA8;
    font-weight: 600;
    font-family: 'Poppins';
}

.what-we-do .row:first-child {
    margin-bottom: 50px;
}

.info-what p {font-size: 16px;margin-bottom: 20px;}

.info-what ul li {
    font-size: 16px;
    font-weight: 600;
    color: #206AA8;
    display: inline-block;
    width: 49%;
    margin-bottom: 8px;
}

.info-what ul li img {
    margin-right: 5px;
    max-width: 21px;
    filter: brightness(0);
}

.info-what ul {
    margin: 30px 0 20px;
}

.img-what img {max-width: 105%;}

.what-we-do .row {
    align-items: center;
}

.what-we-do {
    background: #f6f3f9;
}

.info-what {
    position: relative;
}

.info-offer {
    text-align: center;
    position: relative;
}

.info-offer h4 {
    position: relative;
    z-index: 1;
    font-size: 21px;
    color: #262627;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    padding-top: 10px;
    margin-top: -120px;
    margin-bottom: 0;
    min-height: 120px;
}

.info-offer h4::before {
    position: absolute;
    content: "";
    background: #ffda2f;
    width: 30px;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.info-offer figure {
    margin-bottom: 0;
}

.info-offer::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 95%;
    left: -3px;
    top: -8px;
    background: #206AA8;
    background: linear-gradient(180deg, #206AA8 0%, #162F65 100%);
    border-radius: 60px 12px 12px 12px;
    z-index: -1;
}


.info-offer figure img {
    border-radius: 60px 12px 5px 5px;
}

.we-offer .btn-block {
    margin-top: 40px;
}

.we-offer::before {
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    top: 90px;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}


.contact-banner{
    background:linear-gradient(90deg, #206AA8 0%, #162F65 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 860px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.contact-banner .info-banner{
    margin-bottom: 80px;
}

.info-contact .info-form .form-control {
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #9f9f9f;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 14px;
    color: #f8386b;
}



.info-contact .info-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.info-contact .info-form .form-group i {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
    text-align: center;
    color: #9f9f9f;
}



.info-contact .info-form .form-control:focus {
    border-color: #f8386b;
    box-shadow: none;
}





.info-contact .info-form .form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}
.info-contact .info-form .form-control:focus::-webkit-input-placeholder {
    color: #f8386b;
}

.info-contact .info-form .form-control:focus +  i {
    color: #f8386b;
}

.info-contact .info-form .form-control:focus + label.error + i {
    color: #f8386b;
}


.info-contact .info-form textarea.form-control {
    padding-top: 10px;
    resize: none;
}

.info-contact .info-form p.form_tagline {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}


.info-contact .info-form p.form_tagline > input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
}

.info-contact .info-form p.form_tagline > span {
    color: #f8386b;
    font-weight: 500;
}

.info-contact {
    position: relative;
}

.our-contact {
    background: #f8f7fc;
}

.contact-detail h4 {
    font-size: 35px;
    font-weight: 600;
    color: #206AA8;
    font-family: 'Poppins' , sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.contact-detail h4 + p {
    font-size: 18px;
    color: #464545;
    font-weight: 300;
}

.contact-detail .cont-more {
    margin-top: 28px;
}

.contact-detail .cont-more h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins' , sans-serif;
    margin-bottom: 12px;
}

.contact-detail .cont-more h5 + p,.contact-detail .cont-more h5 + a, .contact-detail .cont-more h5 + a+br+a {
    color: #464545 !important;
    font-weight: 500;
}

.contact-detail {
    margin-left: 40px;
}

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

.info-contact h2 + p {
    margin-bottom: 40px;
}

.info-contact h2 {
    margin-bottom: 30px;
}


.read-more {
     margin-bottom: 12px;
}
 .read-more p:last-child {
     margin-bottom: 0;
}
 .read-more__link-wrap {
     display: block;
}
 .read-more__link {
     font-weight: 700;
}
 .read-more.is-inline, .read-more.is-inline p, .read-more.is-inline + span {
     display: inline;
}
 .read-more.is-inline + span {
     margin-left: 0.25em;
}
 .read-more.is-inline.is-expanded + span {
     display: inline-block;
     margin-left: 0;
}
 article {
     padding: 1em 0;
     max-width: 37em;
     margin: 2em auto;
     line-height: 1.4;
}
 article + article {
     border-top: 1px solid #ddd;
}
 
 .det-faq h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.det-faq * {
    font-family: 'Poppins' , sans-serif;
}

.det-faq p {
    color: #96939b;
    font-size: 16px;
}

.det-faq span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.det-faq {
    position: relative;
    padding-left: 55px;
    margin-bottom: 50px;
    z-index: 5;
}

.det-faq .read-more.js-read-more + span > a {
    color: #303f9f;
    position: relative;
}

.det-faq .read-more.js-read-more + span > a::before {content: "\f0d7";font-weight: 900;font-family: 'Font Awesome 5 Free';position: absolute;right: -15px;font-size: 16px;color: #303f9f;}

.det-faq .read-more.js-read-more.is-expanded + span > a::before {
    content: "\f0d8";
    font-weight: 900;
}

.our-faq {
    background: #f8f7fc;
    padding-top: 0;
    overflow: hidden;
}




.info-faq {
    background: #fff;
    padding: 80px 0;
    border-radius: 60px  5px 5px 5px;
    box-shadow: 0 5px 15px #0000001f;
    margin-top: 90px;
    position: relative;
}

.info-faq::before {
    content: "";
    background: url(../images/down.png) no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: -2px;
    z-index: -1;
}

.info-faq::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: -200px;
    top: 50px;
    /* z-index: -1; */
}

.info-faq .row::before{
    content: "";
    background: url(../images/bg16.png) no-repeat;
    max-width: 471px;
    width: 100%;
    height: 266px;
    position: absolute;
    background-size: 100%;
    right: 120px;
    top: -220px;
    z-index: -1;
}

.det-faq:last-child {
    margin-bottom: 0;
}


.our-faq::before{
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}


.faq-banner{
    background: url("../images/faq-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 860px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.package-banner + .our-pricing {
    padding-top: 0;
}

.package-banner + .our-pricing::before,.package-banner + .our-pricing::after {
    display: none;
}


.combo-banner + .our-pricing {
    padding-top: 0;
}

.combo-banner + .our-pricing::before,.combo-banner + .our-pricing::after {
    display: none;
}


.combo-banner{
    background: url("../images/combo-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 900px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.combo-banner .container {
    position: relative;
}

.combo-banner .img-pack img{
    max-width: 100%;
}


.combo-detail2 {
    width: 100%;
}

.combo2 .info-combo::before {
    max-width: 112%;
    width: 112%;
    height: 320px;
    bottom: 20px;
}

.combo2 .info-combo {
    margin-top: 100px;
    padding: 0px 60px 40px;
}

.combo2 .info-comb h4 {
    font-size: 63px;
}

.combo2 .info-comb h4 > span {
    font-size: 40px;
    line-height: 37px;
}

.combo2 .info-comb h4 + p::before {
    background: #2e036b;
    transform: skewX(-20deg);
    max-width: 70%;
    left: -100px;
}

.combo2 .info-comb h4 + p {
    margin-bottom: 32px;
}

.combo2 .combo-price {
    margin-left: -90px;
}

.combo2 .combo-price h3 {
    font-size: 123px;
    text-align: center;
    position: relative;
    left: 50px;
    line-height: 112px;
}

.combo2 .combo-price h3 > span {
    font-size: 46px;
}

.combo2 .combo-price h5 {
    font-size: 26px;
    position: relative;
    right: 80px;
}

.combo2 .combo-price .btn {
    margin-left: -20px;
}

.combo2{
    background: url(../images/bg-combo2.png) no-repeat;
    background-color: #f8f7fd;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% bottom;
    padding-top: 100px;
     padding-bottom: 11px;
}
.combo2 .img-all {
    left: 20px;
}

div#popupform {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
}

.popup-bann {
    position: relative;
    display: inline-block;
    max-width: 500px;
    z-index: 2;
}

.popup-content {
    display: inline-block;
    width: 970px;
    margin-left: -390px;
    padding: 23px 70px 40px 430px;
    background: #fff;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    margin-right: 20px;
}

.popup-content h4 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.popup-content * {
    font-family: 'Poppins' , sans-serif;
}

.popup-content h3 {
    font-size: 36px;
    color: #45177f;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

.popup-content h3 > span {
    font-weight: 700;
    color: #e421a0;
    background: #ffdb2f;
    padding: 0 5px;
    display: inline-block;
}

.popup-content .form-control {
    margin-bottom: 15px;
    border-radius: 16px;
    padding: 13px 16px;
    font-size: 14px;
}

.popup-content ::placeholder {
    color: #313131;
}

.popup-content .btn {
    width: 100%;
    border-radius: 20px;
}

.popup-content .btn + img {
    display: none;
}

.popup-content::before {content: "";background: rgb(153,112,188);background: linear-gradient(90deg, rgba(153,112,188,1) 0%, rgba(217,22,144,1) 100%);width: 60%;height: 12px;position: absolute;top: -20px;right: -20px;}

.popup-content::after {
    content: "";
    background: rgb(217,22,144);
    background: linear-gradient(180deg, rgba(217,22,144,1) 0%, rgba(153,112,188,1) 100%);
    width: 12px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: -20px;
}

.fancybox-slide--html .fancybox-close-small {
    background: #ec4924;
    opacity: 1;
    top: 9px;
    right: 30px;
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.fancybox-button svg {
    color: #fff;
}

.fancybox-button svg path {
    stroke-width: 1px;
    stroke: #fff;
}

.our-pricing .info-text {
    margin-bottom: 20px;
}

.our-pricing .nav-tabs::before,.our-pricing .nav-tabs::after {content: "";width: 30%;height: 5px;position: absolute;background: #206AA8;top: 0;left: -10%;}

.our-pricing .nav-tabs::after {
    left: inherit;
    right: -10%;
    bottom: 0;
    top: inherit;
    background: #206AA8;
}
footer .col-md-6.align-right {
    text-align: right;
}
footer ul.term-links {
    position: relative;
    top: -4px;
    display: flex;
    justify-content: flex-end;
}


.ftr-social li i {
    position: absolute;
    left: 0;
    top: 1px;
}

.pack-inn {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
    text-align: center;
}

.pack-header h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.pack-price h4 {
    font-size: 71px;
    line-height: 65px;
    letter-spacing: -3px;
    margin-bottom: 0;
    position: relative;
    transition: .5s all;
    display: none;
}

.pack-price h4 > sup {
    font-size: 55px;
    position: relative;
    top: 0;
    transition: .5s all;
}

.pack-inn * {font-family: 'Poppins', sans-serif;}

.pack-price h4 > span {
    font-size: 26px;
    position: relative;
    line-height: 32px;
    display: table;
    letter-spacing: -1px;
    transition: .5s all;
    margin: auto;
}

.pack-price h4 > span::before,.pack-price h4 > span::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.pack-price h4 > span::after {
    transform: rotate(
-15deg);
}

.pack-price h4 > span > sub {display: none;}



.pack-list.pack-ul ul {
    margin: 30px 0;
    height: 180px;
}

.pack-list.pack-ul ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    transition: .5s all;
}

.pack-lbtn {
    display: none;
}

.pack-btn ul li:last-child {
    display: none;
}

.pack-btn ul li a {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
    background: #F3DE7F;
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px 15px #0000002e;
    border: 1px solid transparent;
}

.pack-tag {
    background: #ffda02;
    border-radius: 50px;
}

.pack-tag p {
    padding: 5px 0;
    font-size: 16px;
    color: #000 !important;
}

.pack-inn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.pack-inn:hover {
    background: #206AA8;
}

.pack-inn:hover * {
    color: #fff;
}

.pack-tag p > strong {
    color: #000 !important;
}

.pack-inn:hover .pack-price h4 > span::before,.pack-inn:hover .pack-price h4 > span::after {background: #fff;}

.pack-inn:hover .pack-list.pack-ul ul li {
    color: #fff;
}

.pack-inn:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

i.bestseller {
    display: none;
}


.pack-inn:hover .pack-price h4::before, .pack-inn:hover .pack-price h4::after {
    opacity:1;
}
.popup-content textarea.required.form-control {
    height: 100px;
    border-radius: 10px;
}
.pack-price h4::before,.pack-price h4::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 35%;
    opacity: 0;
    transition: .5s all;
}

.pack-price h4::after {
    right: 15px;
    left: inherit;
}

.social {
    display: none;
}




.thankyou-banner h1 + p {    color: #fff;}

 

.thankyou-banner h1 {

    font-size:  46px;

    font-weight: 600;

    margin-bottom: 22px;

    line-height: 58px;

    color: #fff;

}

.thankyou-banner h1 span {

    display:  block;

    

    /* font-style:  italic; */

}

.thankyou-banner {

    text-align: center;

    background: url(../images/thanks-banner.jpg);

    display: -webkit-flex;

    display: inline-flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

    height: 100vh;

    width: 100%;

    font-size: 22px;

    color: #fff;

    line-height: 26px;

    background-size: cover;

}

a.live-chat-thank.chat {

    background: #ee2c5e;

    display: inline-block;

    border-radius: 50px;

    padding: 14px 70px;

    color: #fff;

    text-transform:  uppercase;

    letter-spacing: 1px;

    margin: 40px 0;

}

a.flive_chat.chat {

    margin: 0;

    font-size: 18px;

    padding: 13px 38px 13px 58px;

    text-transform: uppercase;

    background: rgb(0,171,255);

    background: -moz-linear-gradient(top, rgba(0,171,255,1) 0%, rgba(0,89,172,1) 100%);

    background: -webkit-linear-gradient(top, rgba(0,171,255,1) 0%,rgba(0,89,172,1) 100%);

    background: linear-gradient(to bottom, rgba(0,171,255,1) 0%,rgba(0,89,172,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abff', endColorstr='#0059ac',GradientType=0 );

    color: #ffff;

    border-radius: 5px 5px 0 0;

    font-weight: 500;

    text-decoration: none;

    float: right;

    position: relative;

    height: 52px;

}
.info-ser li {
    padding: 0 0;
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
    font-size: 15px;
}

.info-ser li:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #613df7;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 5px;
}

section.our-service h6 {
    line-height: 1.5;
}

.services-sec .info-quality {
    margin-bottom: 25px;
    border-radius: 0px 0px 50px 0 !important;
    padding: 15px 30px;
    min-height: 110px;
}
.services-sec .info-quality  a {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
section.services-we-do {
    padding-top: 60px;
}

section.services-we-do > .container > h2 , section.services-we-do > .container > p {
    text-align: center;
    max-width: 100%;
}
section.services-we-do > .container >  h2:before {left: 0;right: 0;margin: auto;}

.services-we-do h5 {
    margin-bottom: 20px;
}
section.services-we-do > .container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.services-we-do .img-what img {
    max-width: 100%;
}
.services-we-do ~ .our-faq {
    padding-top: 60px;
}
.services-list-sec .row:first-child {
    align-items: center;
}

.services-list-sec h2 {
    margin-bottom: 30px;
}

.services-list-sec h6 {
    margin-bottom: 30px;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy p, .main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}


.thankyou_sec {
    padding: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #15b8cb;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}

.btn-custom-cta{
    background: linear-gradient(90deg, #FF9800 0%, #FF5722 100%) !important;
}

.custom-gold-btn{
    background: linear-gradient(135deg, #F3DE7F 0%, #9C6E1A 100%);
}


/** NEW BRITISH BOOK HUB CUSTOM CSS **/

.publishing-section {
    background-color: var(--uk-white);
    padding: 80px 0;
}

.publishing-section .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 20px;
}

.publishing-section .text-content {
    flex: 1;
}


.publishing-section h2 {
    color: var(--uk-blue);
        font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tp-section-title-shape {
    background: #0d80e1;
    color: white;
    display: inline;
}

.publishing-section p {
    margin-bottom: 30px;
    color: #2e2d2d;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.02em;
}

.publishing-section .divider {
    height: 2px;
    background: linear-gradient(to right, var(--uk-blue), var(--uk-red));
    margin: 40px 0;
    width: 80px;
}


/* Animated Button - FIXED */
.publishing-section .publish-btn {
    background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;
    color: var(--uk-white);
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.publishing-section .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.publishing-section .publish-btn .text-1,
.publishing-section .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.publishing-section .publish-btn .text-1 {
    transform: translateY(0);
}

.publishing-section .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.publishing-section .publish-btn .btn-icon-wrapper {
     display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    color: black;
}

.publishing-section .publish-btn .icon-1,
.publishing-section .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.publishing-section .publish-btn .icon-1 {
    transform: translateY(0);
    color: black;
}

.publishing-section .publish-btn .icon-2 {
    position: absolute;
    top: -14px; /* Position above the first icon */
    transform: translateY(0);
    color: black;
}

/* Hover Effects - FIXED */

.publishing-section .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.publishing-section .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.publishing-section .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.publishing-section .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}

/* Platforms */
.publishing-section .platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.publishing-section .platform {
    color: var(--uk-blue);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.publishing-section .platform svg {
    width: 16px;
    height: 16px;
}

/* Book Mockup */
.publishing-section .image-content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.publishing-section .book-mockup {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

.publishing-section .book-mockup img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .publishing-section .container {
        flex-direction: column;
        text-align: center;
    }
    
    .publishing-section .divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .publishing-section .platforms {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .publishing-section {
        padding: 50px 0;
    }
    
    .publishing-section h1 {
        font-size: 2rem;
    }
    
    .publishing-section p {
        font-size: 1rem;
    }
    
    .publishing-section .platforms {
        gap: 15px;
    }
    
    .publishing-section .platform {
        font-size: 0.9rem;
    }
}

.our-thumb {
    position: relative;
    padding: 40px 0;
    margin-top: 30px;
}

.platforms-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.platforms-label h4 {
    font-weight: 600;
    color: var(--uk-blue);
    margin: 0;
    white-space: nowrap;
}

.platforms-scroll-container {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.platforms-scroll-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: smooth-scroll 40s linear infinite;
}

.platforms-scroll-track:hover {
    animation-play-state: paused;
}

.info-thumb {
    flex-shrink: 0;
}

.info-thumb img {
    margin-bottom: 0;
    height: 45px;
    width: auto;
    transition: transform 0.3s ease;
    opacity: 1;
}


@keyframes smooth-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 20px)); /* Half the width + half the gap */
    }
}

/* Alternative approach with gap calculation */
.platforms-scroll-track.alternative {
    animation: smooth-scroll-alt 30s linear infinite;
}

@keyframes smooth-scroll-alt {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Keep your existing styles */
.our-thumb::before {
    max-width: 100%;
    background: #fff;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 60px 10px 10px 10px;
    z-index: -1;
    box-shadow: 0 5px 15px #00000014;
}

.our-thumb::after {
    position: absolute;
    left: 0;
    background: #F3DE7F;
    width: 150px;
    height: 150px;
    top: -50px;
    content: "";
    border-radius: 50%;
    z-index: -3;
    display: none;
}

.bg-thumb::before {
    content: "";
    background: url("../images/bg1.png") no-repeat;
    max-width: 525px;
    width: 100%;
    height: 201px;
    position: absolute;
    background-size: 100%;
    left: 6%;
    bottom: -85px;
    z-index: -2;
    display: none;
}

.bg-thumb::after {
    content: "";
    background: url("../images/bg2.png") no-repeat;
    max-width: 252px;
    width: 100%;
    height: 252px;
    position: absolute;
    background-size: 100%;
    left: 2%;
    top: -140px;
    z-index: -2;
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .platforms-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .info-thumb img {
        height: 35px;
    }
    
    .platforms-scroll-track {
        gap: 25px;
    }
    
    .platforms-scroll-container {
        mask: linear-gradient(90deg, 
            transparent, 
            white 10%, 
            white 90%, 
            transparent
        );
        -webkit-mask: linear-gradient(90deg, 
            transparent, 
            white 10%, 
            white 90%, 
            transparent
        );
    }
    
    
}


.info-banner .publish-btn{
    background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;
    color: var(--uk-white);
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}


.info-banner .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.info-banner .publish-btn .text-1,
.info-banner .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.info-banner .publish-btn .text-1 {
    transform: translateY(0);
}

.info-banner .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.info-banner .publish-btn .btn-icon-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    color: black;
}

.info-banner .publish-btn .icon-1,
.info-banner .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.info-banner .publish-btn .icon-1 {
    transform: translateY(0);
    color: black;
}

.info-banner .publish-btn .icon-2 {
    position: absolute;
    top: -14px; /* Position above the first icon */
    transform: translateY(0);
    color: black;
}

/* Hover Effects - FIXED */

.info-banner .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.info-banner .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.info-banner .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.info-banner .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}


/* Services */


.services-section {
    padding: 100px 0;
    background: #fff;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    background: white;
    padding: 40px;
    text-align: left;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #c8102e;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
}

.service-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.tp-section-subtitle{
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: #141414;
}

.tp-section-title-grotesk{
        font-size: 40px;
    color: #162F65;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.creative-testimonial-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 16px;
    border-radius: 20px;
    margin-left: 15px;
    background-color: #f1f1f1;
}

.dgm-service-title-sm{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.02em;
    color: #21212d;
}



.it-hero-btn-box .publish-btn{
    background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;
    color: var(--uk-white);
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 38px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}


.it-hero-btn-box .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.it-hero-btn-box .publish-btn .text-1,
.it-hero-btn-box .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.it-hero-btn-box .publish-btn .text-1 {
    transform: translateY(0);
}

.it-hero-btn-box .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.it-hero-btn-box .publish-btn .icon-1 {
    color: black;
}

.it-hero-btn-box .publish-btn .icon-2 {
    color: black;
}

.it-hero-btn-box .publish-btn .btn-icon-wrapper {
   display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

.it-hero-btn-box .publish-btn .icon-1,
.it-hero-btn-box .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.it-hero-btn-box .publish-btn .icon-1 {
    transform: translateY(0);
}

.it-hero-btn-box .publish-btn .icon-2 {
    position: absolute;
    top: -16px; /* Position above the first icon */
    transform: translateY(0);
}

/* Hover Effects - FIXED */

.it-hero-btn-box .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.it-hero-btn-box .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.it-hero-btn-box .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.it-hero-btn-box .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}


/* Responsive Styles */
@media (max-width: 768px) {
    .services-header h1 {
        font-size: 28px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px;
    }
    
    .service-actions {
        flex-direction: column;
        gap: 15px;
    }
    
}

@media (max-width: 480px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-header h1 {
        font-size: 24px;
    }
    
    .service-card {
        padding: 25px 20px;
    }
}

.portfolio-section {
  padding: 100px 0 50px;
  background: linear-gradient(135deg, #e8e5f2 0%, #f5f3fa 100%);
  overflow: hidden;
}

.portfolio-title {
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #162F65;
  font-family: 'Poppins',-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-container {
  overflow: visible;
  cursor: grab;
  user-select: none;
  padding: 0 20px;
}

.slider-container:active {
  cursor: grabbing;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.slide {
  flex: 0 0 auto;
  width: 350px;
  height: 500px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  pointer-events: none;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.slider-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.slider-btn.prev {
  left: 20px;
}

.slider-btn.next {
  right: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .portfolio-title {
    font-size: 2rem;
  }
  
  .slider-container {
    padding: 0 10%;
  }
  
  .slide {
    width: 250px;
    height: 357px;
  }
  
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  
  .slider-btn.prev {
    left: 10px;
  }
  
  .slider-btn.next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .slider-container {
    padding: 0 15%;
  }
  
  .slide {
    width: 220px;
    height: 314px;
  }
}


/*London UK SECTION*/


.provide-services-wrapper h2 {
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700 !important;
  color: #fff;
  background: #0b80ba;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-fill-color: white;
}

.service-thumbnail {
  position: relative;
  text-align: center;
  padding: 39px 20px;
  background: #e9e9e9;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  height: calc(100% - 30px);
}

.service-thumbnail::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: 0.7s linear;
  background: #1f66a4;
  background: -moz-linear-gradient(left, #183d75  0, #1f66a4  100%);
  background: -webkit-linear-gradient(left, #183d75  0, #1f66a4  100%);
  background:linear-gradient(to right, #183d75  0, #1f66a4  100%);
  z-index: -1;
}

.service-thumbnail *,
.technology-sec ul.technologies-list > li *,
.work-thumbnail * {
  transition: inherit;
}

.service-thumbnail figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.service-thumbnail > span {
  position: absolute;
  display: block;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #206aa8;
  background: -moz-linear-gradient(left, #206aa8  0, #162F65 100%);
  background: -webkit-linear-gradient(left, #206aa8  0, #162F65 100%);
  background: linear-gradient(to right, #206aa8  0, #162F65 100%);
  text-align: center;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
}

.sec_head2{
    font-size: 40px;
    color: #162F65;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.service-thumbnail h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: #6c67ff;
  background: -moz-linear-gradient(left, #0b90ba 0, #0b80ba 100%);
  background: -webkit-linear-gradient(left, #0b90ba 0, #0b80ba 100%);
  background: linear-gradient(to right, #0b90ba 0, #0b80ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-thumbnail p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.service-thumbnail:hover img {
  filter: brightness(0) invert(1);
}

.service-thumbnail:hover h3 {
  -webkit-text-fill-color: #fff;
}

.service-thumbnail:hover p {
  -webkit-text-fill-color: #fff;
}

.service-thumbnail:hover::before {
  width: 125%;
  height: 125%;
  transform: scale(150%);
}

.service-thumbnail.process-thumbnail {
  padding: 50px 20px 50px;
}

.discount-sec,
.order-sec,
.partner-sec,
.work-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.faq-sec{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background: linear-gradient(to right, #035b87 0, #0B80BA 100%) ;  
}

.order-sec .order-img > img {
  width: 100%;
  height: 350px;
  object-fit: scale-down;
}

.order-sec .order-content {
  padding: 70px 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.order-sec .order-content h3 {
  width: 80%;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.order-wrapper p{
   color: #fff; 
}

.order-btns .phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.order-btns .phone-btn > i {
  margin-right: 5px;
  font-size: 20px;
}




.order-btns .publish-btn{
    background: transparent !important;
    color: var(--uk-white);
    border: 1px solid;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 38px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 20px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}


.order-btns .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.order-btns .publish-btn .text-1,
.order-btns .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.order-btns .publish-btn .text-1 {
    transform: translateY(0);
}

.order-btns .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.order-btns .publish-btn .icon-1 {
    color: black;
}

.order-btns .publish-btn .icon-2 {
    color: black;
}

.order-btns .publish-btn .btn-icon-wrapper {
   display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

.order-btns .publish-btn .icon-1,
.order-btns .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.order-btns .publish-btn .icon-1 {
    transform: translateY(0);
}

.order-btns .publish-btn .icon-2 {
    position: absolute;
    top: -14px; /* Position above the first icon */
    transform: translateY(0);
}

/* Hover Effects - FIXED */

.order-btns .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.order-btns .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.order-btns .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.order-btns .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}


.order-wrapper .primary-heading h3 {
  color: #fff;
    background-image: none !important;
    -webkit-text-fill-color: white !important;
}

.order-sec-2 .order-wrapper .primary-heading.color-dark p{
    color: #fff;
}

.order-sec-2 {
  background: linear-gradient(to right, #206aa8 0, #162F65 100%)!important;
}

.order-sec-2 .order-wrapper {
  padding: 105px 0;
  position: relative;
}

.order-btns .phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.order-btns .phone-btn:hover{
    border-color:#fff;
}

.order-sec-2 .order-btns a.primary-btn.teritary-bg,
.work-sec .nav-tabs.main-tabs a.active,
.work-sec .nav-tabs.main-tabs a:hover {
  background: #ffffff;
}

.order-sec-2 .order-img > img {
  position: absolute;
}

.order-sec-2 .order-img > img.order-img-1 {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.order-sec-2 .order-img > img.order-img-2 {
  top: 45%;
  right: 5%;
  transform: translateY(-50%);
}

.order-sec-2 .order-img > img.order-img-3 {
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
}

.work-thumbnail {
  position: relative;
  transition: 0.5s ease-in-out;
  text-align: center;
  z-index: 1;
}

.animation-wrapper,
.bg-anim {
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
}

.work-thumbnail .work-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 80%;
  border-radius: 10px;
}

.work-thumbnail .work-img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .row img,
.testimonial-thumbnail figure img,
.work-thumbnail .work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-thumbnail h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.faq-sec .card button,
.footer-copyright ul li a,
.footer-top .footer-links li a,
.footer-top h3 {
  text-transform: capitalize;
}

.work-sec .sample-slider {
  padding-bottom: 30px;
}

.work-sec .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.work-sec .tab-content > .tab-pane.active {
  height: auto;
}

.work-sec .slick-dots {
  bottom: -30px;
}

.work-sec .slick-dots li button:before {
  background: #fff;
  content: "";
}

.work-sec .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
  font-family: none !important;
  content: "";
}

.sample-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.sample-thumbnail > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: fill;
}

.sample-thumbnail > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.faq-sec .card button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-align: left;
  white-space: inherit;
}

.faq-sec .card button::before {
  content: "\f107";
  position: absolute;
  top: -2px;
  right: -5px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #6c67ff;
  transition: 0.5s ease-in-out;
}

.faq-sec .card button[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.faq-sec .card button:hover {
  text-decoration: none;
  color: #0B80BA;
}

.faq-sec .card {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.faq-sec .card:not(:last-child),
.our-idea ul {
  margin-bottom: 20px;
}

.faq-sec .card .card-header {
  border: none;
  background: 0 0;
}

.faq-sec .card .card-body {
  padding-top: 0;
}

.primary-heading ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    color: #0b80ba;
    background-image: none;
    -webkit-text-fill-color: #0b80ba;
}


.animation-wrapper{
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
}


.animation-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}


.animation-wrapper .img {
  position: absolute;
  margin: 0;
}

.animation-wrapper .img.img-1 {
  top: 20px;
  left: 30px;
  animation: 2s linear infinite left-right;
}

.animation-wrapper .img.img-2 {
  bottom: 20px;
  right: 30px;
  animation: 3s linear infinite right-left;
}

.animation-wrapper .img.img-3 {
  bottom: -100px;
  left: 5%;
  animation: 10s linear -1s infinite bottom-top;
}

.animation-wrapper .img.img-4 {
  bottom: -100px;
  left: 10%;
  animation: 8s linear -2s infinite bottom-top;
}

.animation-wrapper .img.img-5 {
  bottom: -100px;
  left: 17%;
  animation: 7s linear -1s infinite bottom-top;
}

.animation-wrapper .img.img-6 {
  bottom: -100px;
  left: 25%;
  animation: 12s linear -3s infinite bottom-top;
}

.animation-wrapper .img.img-7 {
  bottom: -100px;
  left: 30%;
  animation: 10s linear -2s infinite bottom-top;
}

.animation-wrapper .img.img-8 {
  bottom: -100px;
  left: 50%;
  animation: 7s linear -1s infinite bottom-top;
}

.animation-wrapper .img.img-9 {
  bottom: -100px;
  left: 60%;
  animation: 6s linear -2s infinite bottom-top;
}

.animation-wrapper .img.img-10 {
  bottom: -100px;
  left: 75%;
  animation: 10s linear -3s infinite bottom-top;
}

.animation-wrapper .img.img-11 {
  bottom: -100px;
  left: 90%;
  animation: 7s linear -4s infinite bottom-top;
}

@keyframes bottom-top {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 105%;
  }
}

@keyframes left-right {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }
}

@keyframes right-left {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100px);
  }
}

.primary-heading ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
}

.primary-heading.color-dark h2, .primary-heading.color-dark h3, .primary-heading.color-dark h4, .primary-heading.color-dark h5, .primary-heading.color-dark ul li{
    color: #162F65 !important;
    background-image: none !important;
    -webkit-text-fill-color: #162F65 !important;
}



.primary-heading ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    color: #0b80ba;
    background-image: none;
    -webkit-text-fill-color: #0b80ba;
}

.primary-heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.primary-heading h2 {
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 42px;
    text-transform: capitalize;
}


.primary-heading h3{
    font-size: 36px;
    font-weight: 600 !important;
    line-height: 42px;
    text-transform: capitalize;
}


.primary-heading h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
}

.primary-heading h5 {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 30px;
    text-transform: capitalize;
}

.sec_head3{
    font-size: 20px !important;
}

/* Services Sections*/

.publishing-platforms {
  background: white;
  padding: 60px 0;
  overflow: hidden;
}

.publishing-platforms .container {
  max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 0 20px;
}

.text-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.logos-section {
  flex: 1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  animation: marquee 25s linear infinite;
}

.logo-item {
     display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
    min-width: 140px;
}

.logo-item img {
  height: 50px;
  width: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .publishing-platforms .container {
    flex-direction: column;
    text-align: center;
    padding: 0px;
  }
  
  .text-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .tp-section-title-grotesk{
      font-size: 2rem;
  }
  
  .logos-section {
    max-width: 100%;
    margin: 0px;
  }
  
  .logo-item {
    margin: 0 20px;
    min-width: 100px;
  }
  
  img.cta-img {
   position: absolute;
    width: 100%;
    max-width: 450px;
    top: -100px;
    z-index: 2;
    display: none;
}

.it-hero-btn-box .publish-btn{
    margin-top: 30px !important;
    margin-left:8px !important;
}

.our-step .publish-btn{
    margin-bottom: 25px;
}

}

.our-service{
    padding: 100px 0px;
}

.service-showcase{
    align-items: center; 
    gap: 24px; 
    flex-wrap: nowrap; 
    margin-bottom: 24px; 
    white-space: nowrap;
    
}

.service-showcase img{
    width: 60px;
}

.service-showcase h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.our-step .publish-btn {
    background: linear-gradient(90deg, #206aa8 0%, #162F65 100%) !important;
    color: var(--uk-white);
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.our-step .publish-btn .btn-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.our-step .publish-btn .text-1,
.our-step .publish-btn .text-2 {
    transition: transform 0.3s ease;
    line-height: 24px;
    white-space: nowrap;
}

.our-step .publish-btn .text-1 {
    transform: translateY(0);
}

.our-step .publish-btn .text-2 {
    position: absolute;
    top: 24px; /* Position below the first text */
    transform: translateY(0);
}

.our-step .publish-btn .btn-icon-wrapper {
     display: inline-flex;
    flex-direction: column;
    position: relative;
    height: 36px;
    justify-content: center;
    align-items: center;
    width: 36px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    color: black;
}

.our-step .publish-btn .icon-1,
.our-step .publish-btn .icon-2 {
    transition: transform 0.3s ease;
}

.our-step .publish-btn .icon-1 {
    transform: translateY(0);
    color: black;
}

.our-step .publish-btn .icon-2 {
    position: absolute;
    top: -14px; /* Position above the first icon */
    transform: translateY(0);
    color: black;
}

/* Hover Effects - FIXED */

.our-step .publish-btn:hover .text-1 {
    transform: translateY(-24px); /* Move up exactly one line height */
}

.our-step .publish-btn:hover .text-2 {
    transform: translateY(-24px); /* Move up to take the first text's position */
}

.our-step .publish-btn:hover .icon-1 {
    transform: translateY(30px); /* Move down exactly one icon height */
}

.our-step .publish-btn:hover .icon-2 {
    transform: translateY(25px); /* Move down to take the first icon's position */
}

.tp-section-subtitle-platform{
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 20px;
}

.tp-section-title-platform{
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.it-step-title-box p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.56;
    color: rgba(254, 255, 249, 0.7);
}

img.cta-img {
   position: absolute;
    width: 100%;
    max-width: 450px;
    top: -100px;
    z-index: 2;
}

.cta-two-main{
    padding: 50px 0px;
}

.st-testimonial-box-rating {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}