@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

body>* {
    font-family: "Onest", sans-serif !important;
}

h3.subtitle {
    position: relative;
}

h3.subtitle::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 7px solid #11367b;
    position: relative;
    top: -2px;
    mix-blend-mode: multiply;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.slick-slider {
    cursor: grab;
}

img {
    -webkit-user-drag: none;
}

a {
    text-decoration: none !important;
}

a.theme-btn-1 {
    width: 170px;
    background: #11367b;
    color: #fff;
    height: 45px;
    font-size: 15px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #11367b;
}

a.theme-btn-2 {
    width: 170px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 45px;
    font-size: 15px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.theme-btn-3 {
    width: 170px;
    border: 1px solid #11367b;
    background: transparent;
    color: #11367b;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobilemenu {
    display: none;
}

header#globalHeader {
    position: absolute;
    width: 100%;
    padding: 15px 0 0;
    animation-delay: 1s;
    z-index: 9;
}

header#globalHeader .block {
    display: flex;
    align-items: center;
    gap: 20px;
}

header#globalHeader .block .brandLogo {}

header#globalHeader .block .brandLogo a#logo {
    display: block;
    max-width: 200px;
}

header#globalHeader .block .brandLogo a#logo img {
    width: 100%;
}

header#globalHeader .block .primaryMenu {}

header#globalHeader .block .primaryMenu ul.menu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 50px;
    margin-top: 40px;
}

header#globalHeader .block .primaryMenu ul.menu li {}

header#globalHeader .block .primaryMenu ul.menu li a {
    color: #ebebeb;
    display: flex;
    gap: 5px;
    transition: all 0.2s linear;
    padding-bottom: 20px;
}

header#globalHeader .block .primaryMenu ul.menu li a:hover {
    color: #fff;
}

header#globalHeader .block .primaryMenu ul.menu .nav-dropdown:hover .dropdown-menu {
    display: block;
}

header#globalHeader .block .primaryMenu ul.menu .dropdown-menu {
    background: #fff;
    border-radius: 0;
    padding: 0 !important;
    z-index: 99999999;
}

header#globalHeader .block .primaryMenu ul.menu .dropdown-menu a.dropdown-item {
    padding: 10px 10px;
    color: #020c25;
    font-size: 14px;
}

header#globalHeader .block .primaryMenu ul.menu .dropdown-menu a.dropdown-item:hover {
    background: #003ead;
    color: #fff;
}

.homeBanner {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.homeBanner .block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}

.homeBanner .block .content {
    flex: 0 1 40%;
}

.homeBanner .block .content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    position: relative;
    padding-bottom: 20px;
}

.homeBanner .block .content h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homeBanner .block .content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px;
}

.homeBanner .block .content .bannerCTA {
    display: flex;
    align-items: center;
    gap: 15px;
}

.homeBanner .block .leadblock {
    flex: 0 1 40%;
    background: #010d27;
    padding: 30px 30px;
    border: 1px solid #091e4b;
    position: relative;
}

.homeBanner .block .leadblock::before {
    content: "";
    background: url(../images/formarrow.png);
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -52px;
}

.homeBanner .block .leadblock h2 {
    color: #FFC107;
    font-size: 25px;
    font-weight: 400;
}

.homeBanner .block .leadblock p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 20px;
}

.homeBanner .block .leadblock form#leadform {}

.homeBanner .block .leadblock form#leadform input[type=text], .homeBanner .block .leadblock form#leadform input[type=email], .homeBanner .block .leadblock form#leadform select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

.homeBanner .block .leadblock form#leadform input[type=text]:focus, .homeBanner .block .leadblock form#leadform input[type=email]:focus, .homeBanner .block .leadblock form#leadform select:focus, .homeBanner .block .leadblock form#leadform textarea:focus {
    outline: 0;
}

.homeBanner .block .leadblock form#leadform textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding: 15px 10px 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
    resize: none;
}

.homeBanner .block .leadblock form#leadform label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 30px;
}

.homeBanner .block .leadblock form#leadform label input {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    accent-color: #2196F3;
}

.homeBanner .block .leadblock form#leadform label span {
    font-size: 11px;
    color: #b5b5b5;
}

.homeBanner .block .leadblock form#leadform button {
    width: 100%;
    border: none;
    background: #003ead;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.milestones {
    margin-top: 50px;
    margin-bottom: 50px;
}

.milestones .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.milestones .items .counter-count {
    flex: 0 1 32%;
}

.milestones .items .counter-count h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.milestones .items .counter-count span {
    color: #d9d9d9;
    display: block;
    margin-top: 5px;
}

.sec-about {
    padding-top: 120px;
    padding-bottom: 140px;
    position: relative;
}

.sec-about::after {
    content: "";
    width: 60%;
    height: 100px;
    background: url(../images/brpattern.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-about img.secimage {
    width: 100%;
    display: block;
}

.sec-about .block {
    padding-left: 20px;
}

.sec-about .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.sec-about .block h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 20px;
}

.sec-about .block p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 20px;
}

.sec-about .block .secCTA {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.sec-about .trustedbox {
    background: linear-gradient(325deg, #09275d, #010c22);
    margin-top: -20px;
    width: fit-content;
    position: relative;
    margin-left: -20px;
}

.sec-about .trustedbox .box {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    gap: 30px;
}

.sec-about .trustedbox .box h2 {}

.sec-about .trustedbox .box h2 img {
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
}

.sec-about .trustedbox .box h2 span {
    display: flex;
    font-size: 20px;
    color: #fff;
}

.services {
    padding-top: 100px;
    padding-bottom: 40px;
}

.services .sticky-top {
    top: 80px;
}

.services .container-fluid {
    z-index: 9999;
    position: relative;
}

.services .row.row1 {
    z-index: 99999;
    top: 80px;
}

.services .row.row2 {
    z-index: 999999;
    position: relative;
}

.services .title {
    margin-bottom: 80px;
}

.services .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.services .title h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin-top: 10px;
}

.services .title h2 a {}

.services .itembg {
    border: 1px solid #ddd;
    background-color: #fff;
}

.services .itembg img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.services .itembg h3 {
    font-size: 22px;
    color: #111;
    font-weight: 600;
    line-height: 38px;
}

.services .itembg p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    margin: 20px 0 20px;
}

.services .itembg a {}

.services .itembgcolor {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #082457;
    padding: 0 30px;
}

.services .itembgcolor2 {
    background: #0084ff;
}

.services .itembgcolor3 {
    background: #830741;
}

.services .itembgcolor h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
}

.services .itembgcolor p {
    font-size: 15px;
    line-height: 22px;
    color: #ddd;
    margin: 20px 0 20px;
}

.services .itembgcolor a {
    color: #fff;
}

.services .block {
    padding: 30px 30px;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    transition: all 0.2s linear;
    border: 1px solid transparent;
}

.services .block:hover {
  background-image:
      linear-gradient(#fff, #fff), /* inner background */
      linear-gradient(90deg, #2d8ce6, #003ead); /* gradient border */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.services .blockbg {
    background: #f9f9f9;
}

.services .block span {
    background: #e5e5e5;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 30px;
}

.services .block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.services .block p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 20px;
}

.services .block a {
    color: #11367b;
    display: inline-flex;
    gap: 5px;
}

.services .block h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #98b8f3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.solutions {
    padding-top: 50px;
    padding-bottom: 50px;
}

.solutions .secvideo {}

.solutions .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
}

.solutions .secvideo video {
    transform: rotate(180deg);
    border-radius: 30px;
    height: 600px;
    object-fit: cover;
    width: 100%;
    display: block;
    mix-blend-mode: lighten;
}

.solutions .block {position: relative;overflow: hidden;background: #061027;border-radius: 30px;}

.solutions h3 {
    font-size: 20px;
    color: #009fff;
    font-weight: 500;
}

.solutions h3::before {
    mix-blend-mode: unset !important;
    border-color: #009fff !important;
}

.solutions h3::before {
    mix-blend-mode: color-dodge;
}

.solutions h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    margin-top: 10px;
    width: 620px;
}

.solutions p {
    font-size: 15px;
    color: #fff;
    width: 620px;
    text-align: justify;
    line-height: 24px;
    margin: 20px 0 30px;
}

.howitworks {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}

.howitworks .item {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
}

.howitworks .item img {
    max-width: 40px;
    border-radius: 7px;
}

.howitworks .item h3 {
    color: #111;
    font-weight: 600;
    margin: 12px 0 20px;
}

.howitworks .item p {
    font-size: 13px;
    line-height: 19px;
    color: #000;
}

.howitworks .title {
    padding-left: 40px;
}

.howitworks .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.howitworks .title h2 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.howitworks .title p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
}

.howitworks .title img {
    width: 100%;
    height: 393px;
    object-fit: cover;
    margin-top: 20px;
    object-position: top;
}

.testimonials {
    background: #edf7ff;
    padding: 100px 0;
}

.testimonials .title {
    padding-left: 40px;
}

.testimonials .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.testimonials .title h2 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonials .title p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
}

.testimonials .reviews {
    background: #fff;
    padding: 20px 40px 40px;
    border-radius: 20px;
}

.testimonials .reviews .item i.bi.bi-quote {color: #11367b;font-size: 110px;line-height: 1px;height: auto;display: inline-block;margin: 0 0 -20px -20px;}

.testimonials .reviews .item  p {
    font-size: 17px;
    line-height: 25px;
    color: #414141;
}

.testimonials .reviews .item h4 {
    font-size: 17px;
    color: #111;
    font-weight: 700;
    margin: 20px 0 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.testimonials .reviews .item  .author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials .reviews .item  .author img {
    max-width: 55px;
    border-radius: 70px;
}

.testimonials .reviews .item  .author strong {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.testimonials .reviews .item  .author strong span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}

.testimonials .slick-prev:before {
    content: "\F284";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    transition: all 0.2s linear;
}

.testimonials .slick-next:before {
    content: "\F285";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    transition: all 0.2s linear;
}

.testimonials .reviews button.slick-next.slick-arrow {
    bottom: -15px;
    top: auto;
    background: #f8f8f8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.testimonials .reviews button.slick-prev.slick-arrow {
    bottom: -15px;
    top: auto;
    left: auto;
    right: 25px;
    background: #f8f8f8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.2s linear;
    z-index: 999;
}

.testimonials .reviews button.slick-arrow:hover {
    background: #003ead !important;
} 

.testimonials .reviews button.slick-arrow:hover::before {
    color: #fff !important;
}

.testimonials .reviews button.slick-arrow.slick-disabled {
    pointer-events: none;
}

.testimonials .reviews button.slick-arrow.slick-disabled:hover {
    background: #f8f8f8 !important;
}

.testimonials .title ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.testimonials .title ul li {
    padding: 12px 15px;
    border-radius: 40px;
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 300;
    background: #6078a3;
}

.testimonials .title ul li i {
    color: gold;
}

.insights {
    padding: 100px 0;
}

.insights .title {
    
margin-bottom: 80px;
}

.insights .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.insights .title h2 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.insights .block {}

.insights .block .item {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.insights .block .item .post_date {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    display: flex;
    align-items: center;
    gap: 5px;
}

.insights .block .item .post_content {
    width: 65%;
}

.insights .block .item .post_content a {
    color: #111;
    font-size: 25px;
    width: 500px;
    display: block;
    font-weight: 500;
    line-height: 35px;
    position: relative;
    z-index: 9999;
    transition: all 0.2s linear;
}

.insights .block .item:hover .post_content a {
    text-decoration: underline !important;
}

.insights .block .item .post_content .post_info {
    display: flex;
    align-items: end;
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: all 0.2s linear;
    top: -60px;
    opacity: 0;
}

.insights .block .item .post_content .post_info p {
    color: grey;
    font-size: 18px;
    line-height: 28px;
}

.insights .block .item .post_content .post_info img {
    max-width: 300px;
    display: block;
}

.insights .block .item .post_action {}

.insights .block .item .post_action a {
    color: #003ead;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.insights .block .item:hover .post_content .post_info {
    height: 200px;
    margin-bottom: -50px;
    opacity: 1;
}

.insights .block .item:hover .post_action a {
    background: #003ead;
    color: #fff;
}

.contactsec {
    background: url(../images/contactsec-bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.contactsec .block {
    position: relative;
    padding: 160px 25px 25px 25px;
    background: linear-gradient(354deg, #E9E6EF 0%, #AFC6E6 100%);
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.contactsec .block::before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: hue-rotate(45deg);
}

.contactsec .block::after {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 0;
}

.contactsec .block .col-md-12 h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 9%;
    position: relative;
}

.contactsec .block .info {
    width: 80%;
    position: relative;
    z-index: 9;
}

.contactsec .block .info h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 45px;
    line-height: 45px;
    width: 90%;
    font-weight: 600;
    text-shadow: 0px 0px 2px #11367b;
}

.contactsec .block .info p {
    font-size: 18px;
    line-height: 30px;
    color: #414141;
}

.contactsec .block .info .call {
    font-size: 20px;
    font-weight: 600;
    margin: 60px 0 60px;
}

.contactsec .block .info .call span {
    color: #2d2d2d;
}

.contactsec .block .info .call a {
    color: #2d2d2d;
}

.contactsec .block .info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.contactsec .block .info ul.benefits {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.contactsec .block .info ul.benefits li {
    font-size: 16px;
    line-height: 25px;
    color: #111;
    display: flex;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
    gap: 10px;
}

.contactsec .block .info ul.benefits li::before {
    content: "\F26A";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
}

.contactsec .block .info ul.next {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contactsec .block .info ul.next li {
    font-size: 12px;
    line-height: 18px;
    color: #111;
    display: flex;
    gap: 10px;
    position: relative;
    width: 220px;
}

.contactsec .block .info ul.next li:last-child {
    width: 120px;
}

.contactsec .block .info ul.next li:nth-child(2) {
    width: 200px;
}

.contactsec .block .info ul.next li::before {
    content: "\F27B";
    color: #b2b2b2;
    font-size: 40px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    position: absolute;
    right: -9px;
    top: 7px;
}

.contactsec .block .info ul.next li:last-child::before {
    display: none;
}

.contactsec .block .info ul.next li span {
    font-size: 20px;
    position: relative;
    top: 3px;
    opacity: 0.7;
}

.contactsec .block .formsection {
    position: relative;
    background: #fff;
    padding: 20px 30px;
    z-index: 9;
}

.contactsec .block .formsection h2 {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.contactsec .block .formsection form#contactform {}

.contactsec .block .formsection form#contactform .formblock {
    margin-bottom: 10px;
}

.contactsec .block .formsection form#contactform .formblock label {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 7px;
}

.contactsec .block .formsection form#contactform .formblock input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
    border: 1px solid #ddd;
}

.contactsec .block .formsection form#contactform .formblock select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
    border: 1px solid #ddd;
}

.contactsec .block .formsection form#contactform .formblock textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 15px 10px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 400;
    border: 1px solid #ddd;
}

.contactsec .block .formsection form#contactform button {
    width: fit-content;
    border: none;
    background: #003ead;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 30px 0 30px;
}

.prefooter {
}

.prefooter .block {
    background: url(../images/cta-bg-dots.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
}

.prefooter .block h2 {
    font-size: 60px;
    width: 500px;
    margin: 0 auto;
    color: #111;
    font-weight: 700;
}

.prefooter .block h2 span {
    color: #003ead;
}

.prefooter .block p {
    font-size: 18px;
    line-height: 30px;
    color: #414141;
    width: 600px;
    margin: 25px auto 20px;
}

.prefooter .block a {
    margin: 0 auto;
}

footer.footer {
    position: relative;
    overflow: hidden;
    background: url(../images/ftbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

footer.footer::before {
    content: "";
    width: 300px;
    height: 300px;
    background: #003ead;
    position: absolute;
    bottom: -50px;
    right: -50px;
    filter: blur(200px);
}

footer.footer::after {
    content: "";
    width: 150px;
    height: 150px;
    background: #FFC107;
    position: absolute;
    top: -50px;
    left: -50px;
    filter: blur(100px);
}

footer.footer .tagline {
    font-size: clamp(16px, 6vw, 100px);
    text-align: center;
    color: #fff;
    padding: 50px 0 100px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer.footer .tagline div {
    color: #2196F3;
}

footer.footer a.ftlogo {
    display: block;
    max-width: 200px;
    margin-bottom: 30px;
}

footer.footer a.ftlogo img {
    display: block;
    width: 100%;
}

footer.footer p.ftinfo {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 95%;
}

footer.footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

footer.footer ul:not(.social) {
    margin: 0;
}

footer.footer ul:not(.social) li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
    gap: 10px;
}

footer.footer ul:not(.social) li::before {
    content: "\F138";
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    color: #b6e8ff;
    font-size: 12px;
}

footer.footer ul:not(.social) li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

footer.footer p.ftcontact {
    display: flex;
    color: #fff;
    margin-bottom: 15px;
    gap: 10px;
}

footer.footer p.ftcontact a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

footer.footer .ftsocial {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer.footer .ftsocial ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

footer.footer .ftsocial ul li {
    display: block;
}

footer.footer .ftsocial ul li a {
    max-width: 25px;
    display: inline-block;
}

footer.footer .ftsocial ul li a img {
    width: 100%;
}

footer.footer .ftsocial h3 {
    margin-bottom: 0;
}

.post_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px;
    border-top: 1px solid #181818;
    margin-top: 60px;
}

.post_footer p {
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 300;
}

.post_footer .ftlinks {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 9;
}

.post_footer .ftlinks a {
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 300;
    border-right: 1px solid #454545;
    padding-right: 10px;
}

.post_footer .ftlinks a:last-child {
    padding-right: 0;
    border: none;
}

.portfolio {
    padding: 60px 0 80px;
}

.portfolio .topblock {
    margin-bottom: 50px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.portfolio .title {
    
}

.portfolio .topblock a {
    width: 250px;
}

.portfolio .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.portfolio .title h2 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.portfolio .title p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    width: 80%;
}

.portfolio .workslider {}

.portfolio .workslider .item {}

.portfolio .workslider .item img.portfolio-image {
    width: 100%;
}

.portfolio .workslider .item .content {}

.portfolio .workslider .item .content h3 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
}

.portfolio .workslider .item .content p {
    font-size: 12px;
    line-height: 17px;
    color: #414141;
}

.portfolio .workslider .item .content h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #11367b;
    margin: 15px 0 10px;
}

.portfolio .workslider .item .content ul.platforms {
    display: flex;
    gap: 5px;
}

.portfolio .workslider .item .content ul.platforms li {
    background: #f1f1f1;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 50px;
}

.portfolio .workslider .item .content ul.stacks {
    display: flex;
    gap: 5px;
}

.portfolio .workslider .item .content ul.stacks li {
    background: #FFC107;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 50px;
}

.portfolio .workslider .slick-prev:before {
    content: "\F284";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    transition: all 0.2s linear;
}

.portfolio .workslider .slick-next:before {
    content: "\F285";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons!important;
    font-variant: normal !important;
    transition: all 0.2s linear;
}

.portfolio .workslider button.slick-next.slick-arrow {
    bottom: 0;
    top: 50%;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.2s linear;
    right: -80px;
}

.portfolio .workslider button.slick-prev.slick-arrow {
    bottom: -15px;
    top: 50%;
    left: -80px;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.2s linear;
    z-index: 999;
}

.portfolio .workslider button.slick-arrow:hover {
    background: #003ead !important;
} 

.portfolio .workslider button.slick-arrow:hover::before {
    color: #fff !important;
}

.portfolio .workslider button.slick-arrow.slick-disabled {
    pointer-events: none;
}

.portfolio .workslider button.slick-arrow.slick-disabled:hover {
    background: #f8f8f8 !important;
}

.pageheader {
    min-height: 550px;
    background: url(../images/pageheaderbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.pageheader::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #11367b 60%, #d6e5ff);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: saturation;
}

.pageheader::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #132343, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.pageheader .block {
    width: 60%;
    margin-top: 120px;
    position: relative;
    z-index: 9;
}

.pageheader h3 {
    color: #FFC107;
    font-size: 20px;
    font-weight: 200;
}

.pageheader h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin: 25px 0 20px;
}

.pageheader p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.whyus {
    padding: 0px 0; 
}

.whyus .block {
    padding: 0 25px;
    width: 600px;
}

.whyus img {
    width: 100%;
    display: block;
}

.whyus h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.whyus h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 20px;
}

.whyus p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 30px;
}

.whyus ul {
    margin-bottom: 30px;
}

.whyus ul li {
    font-size: 14px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 10px;
    display: flex;
    gap: 14px;
}

.whyus ul li:before {
    content: "\F26A";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons !important;
    font-variant: normal !important;
}

.packages {
    padding-bottom: 100px;
}

.packages .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-align: center;
}

.packages .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 20px;
    text-align: center;
    padding: 0 200px;
}

.bestseller {
    position: absolute;
    width: 100%;
}

.packages .tabContent {
    display: none;
}

.packages .table-wrapper {
  margin-top: 30px;
}

.packages .table-wrapper h3 {
    width: 70%;
    margin: 0 auto 10px;
    font-size: 22px;
    font-weight: 600;
    color: #174499;
}

.packagesTable {
  width: 70%;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}

.packagesTable th,
.packagesTable td {
  border: 1px solid #ededed;
  padding: 12px;
}

.packagesTable th .bestseller::before {
    content: "";
    width: 90%;
    height: 40px;
    background: url(../images/bseller.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: -50px;
    left: 0;
}

.packagesTable th:first-child,
.packagesTable td:first-child {
    text-align: left; 
}

.packagesTable th {
    font-weight: 600;
    color: #fff;
    background: #396ccd;
    position: relative;
}

.packagesTable .price-row td {
    font-size: 20px;
    padding: 20px 12px;
    font-weight: 600;
    color: #000;
}

.packagesTable thead {
  background-color: #f5f5f5;
}

.packagesTable .price-row {
  background-color: #f9f9f9;
  font-weight: bold;
}

.packagesTable .bi-check-square {
    color: #14b914;
}

.packagesTable .bi-x-square {
    color: red;
}

.packages ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    border: none;
    margin: 50px 0 70px;
}

.packages ul.nav.nav-tabs li {}

.packages ul.nav.nav-tabs li a {border: 1px solid #e3e3e3;color: #000;font-size: 14px;padding: 13px 25px;display: inline-block;transition: all 0.2s linear;background: #fff;}

.packages ul.nav.nav-tabs li a.active {
    background: #11367b;
    color: #fff;
}

.packages ul.nav.nav-tabs li a:hover {
    background: #11367b;
    color: #fff;
}

.custompackage {
    background: url(../images/custompackagebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.custompackage .block {
    margin-top: 40px;
}

.custompackage .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.custompackage .block h2 {
    font-size: 60px;
    color: #b4f2ff;
    font-weight: 500;
    line-height: 60px;
    margin: 15px 0 20px;
}

.custompackage .block p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 30px;
}

.custompackage .leadblock {
    width: 80%;
    margin-left: auto;
    background: #06101d;
    padding: 30px 30px;
    border: 1px solid #0f243f;
    position: relative;
}

.custompackage .leadblock::before {
    content: "";
    background: url(../images/formarrow.png);
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -52px;
}

.custompackage .leadblock h2 {
    color: #FFC107;
    font-size: 25px;
    font-weight: 400;
}

.custompackage .leadblock p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 20px;
}

.custompackage .leadblock form#leadform {}

.custompackage .leadblock form#leadform input[type=text], .custompackage .leadblock form#leadform input[type=email], .custompackage .leadblock form#leadform select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

.custompackage .leadblock form#leadform input[type=text]:focus, .custompackage .leadblock form#leadform input[type=email]:focus, .custompackage .leadblock form#leadform select:focus, .custompackage .leadblock form#leadform textarea:focus {
    outline: 0;
}

.custompackage .leadblock form#leadform textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding: 15px 10px 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
    resize: none;
}

.custompackage .leadblock form#leadform label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 30px;
}

.custompackage .leadblock form#leadform label input {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    accent-color: #2196F3;
}

.custompackage .leadblock form#leadform label span {
    font-size: 11px;
    color: #b5b5b5;
}

.custompackage .leadblock form#leadform button {
    width: 100%;
    border: none;
    background: #003ead;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.packagesTable .price-row td a {
    display: block;
    background: #11367b;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.faqs {
    padding: 100px 0;
}

.faqs #faqsAccordion {
    width: 70%;
    margin: 0 auto;
}

.faqs .title {
    text-align: center;
    margin-bottom: 50px;
}

.faqs .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.faqs .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
}

.faqs .accordion-item {
    margin-bottom: 5px;
    border: 1px solid #ddd !important;
}

.faqs .accordion-button:not(.collapsed) {
    background: #396ccd;
    box-shadow: none !important;
    color: #fff;
}

.faqs .accordion-collapse {font-size: 16px;color: #696969;line-height: 28px;}

.faqs .accordion-button {
    background: #f9f9f9;
    color: #434343;
    border: none !important;
    box-shadow: none !important;
}

.faqs .accordion-button:not(.collapsed)::after {
    filter: brightness(1000);
}

.pricing {
    padding-bottom: 100px;
}

.pricing .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-align: center;
}

.pricing .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 100px;
    text-align: center;
    padding: 0 200px;
}

.weboffer {
    padding: 100px 0;
    margin-bottom: 150px;
    position: relative;
}

.weboffer::before {
    content: "";
    width: 600px;
    height: 100%;
    background: url(../images/before-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    transform: rotate(180deg);
    filter: hue-rotate(30deg);
}

.weboffer::after {
    content: "";
    width: 80%;
    height: 5%;
    background: url(../images/brpattern.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 0;
    mix-blend-mode: darken;
}

.weboffer .title {
    position: sticky;
    top: 40px;
}

.weboffer .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.weboffer .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0;
}

.weboffer .title p {
    font-size: 17px;
    line-height: 26px;
    color: #414141;
    margin-bottom: 10px;
    text-align: justify;
}

.weboffer .title a.theme-btn-3 {
    margin-top: 30px;
}

.weboffer .block {
    padding-left: 50px;
}

.weboffer .block ul {
    border-left: 1px solid #c7d8e5;
}

.weboffer .block ul li {
    font-size: 20px;
    line-height: 30px;
    color: #676767;
    font-weight: 300;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #c6e0f7;
    padding-left: 70px;
    margin-bottom: 60px;
}

.weboffer .block ul li:last-child {
    border: none;
}

.weboffer .block ul li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #396ccd;
    position: absolute;
    top: 2px;
    left: -16px;
    border-radius: 50px;
    opacity: 0.2;
    animation: zoomPulse 2s infinite ease-in-out;
}

.weboffer .block ul li::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #396ccd;
    position: absolute;
    top: 10px;
    left: -8px;
    border-radius: 50px;
}

.weboffer .block ul li strong {
    display: block;
    margin-bottom: 10px;
    color: #396ccd;
    font-weight: 500;
}

body:not(.pg-home) .contactsec {
    margin-bottom: 100px;
}

.webportfolio {
    padding: 100px 0 100px;
}

.webportfolio .title {
    text-align: center;
    margin-bottom: 50px;
}

.webportfolio .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.webportfolio .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
}

.webportfolio .webworktabs {
    display: block;
    width: 100%;
    overflow: hidden;
}

.webportfolio .webworktabs .item {
    width: 31.333%;
    float: left;
    margin: 0 1% 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: none;
}

.webportfolio .webworktabs .item a {
    display: block;
    position: absolute;
    color: #fff;
    bottom: -50px;
    right: 20px;
    z-index: 99;
    font-size: 30px;
    transition: all 0.1s linear;
}

.webportfolio .webworktabs .item:hover a {
    bottom: 20px;
}

.webportfolio .webworktabs .item img.wk-image {
    width: 100%;
    display: block;
}

.webportfolio .webworktabs .item .work-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(320deg, #000, rgb(10 38 91 / 45%));
    backdrop-filter: blur(5px);
    transition: 0.3s ease;
    opacity: 0;
}

.webportfolio .webworktabs .item:hover .work-info {
    opacity: 1;
}

.webportfolio .webworktabs .item .work-info ul {
    display: flex;
    gap: 8px 5px;
    margin: 20px 0 0 20px;
    flex-wrap: wrap;
}

.webportfolio .webworktabs .item .work-info ul li {
    background: #fff;
    font-size: 12px;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
}

.webportfolio .loadmorework {
    margin-top: 40px;
}

.webportfolio .loadmorework a {
    width: 170px;
    border: 1px solid #11367b;
    background: transparent;
    color: #11367b;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

.webstacks {
    padding: 50px 0 100px;
}

.webstacks .title {
    text-align: center;
    margin-bottom: 50px;
}

.webstacks .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.webstacks .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px auto 0;
    width: 60%;
}

.webstacks .title p {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    line-height: 28px;
    width: 80%;
    margin: 30px auto 60px;
}

.webstacks .title img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

body.pg-contact .contactsec .block::before {
    display: none;
}

body.pg-contact .contactsec {
    background: #fff;
    padding-bottom: 70px;
}

body.pg-contact .contactsec .block {
    background: transparent;
    padding-top: 100px;
}

body.pg-contact .contactsec .block .info h2 {
    color: #000;
    text-shadow: none;
    width: 100%;
    margin-bottom: 15px;
}

body.pg-contact .contactsec .block .formsection {
    background: #f9f9f9;
}

.scsocial ul {
    display: flex;
    gap: 10px;
}

.scsocial ul li a {
    display: block;
    max-width: 35px;
}

.scsocial ul li a img {
    width: 100%;
    display: block;
}

.contactsec .block .scsocial h3 {
    margin-bottom: 10px;
}

.scsocial {
    margin-bottom: 40px;
}

body.pg-contact .contactsec .block .info .call {
    margin: 40px 0 40px;
}

.workpage {
    padding: 100px 0;
}

.workpage .title {
    text-align: center;
    margin-bottom: 50px;
}

.workpage .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.workpage .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px auto 0;
    width: 60%;
}

.workpage .tabContent {
    display: none;
}

.workpage ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    border: none;
    margin: 50px 0 70px;
}

.workpage ul.nav.nav-tabs li {}

.workpage ul.nav.nav-tabs li a {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 14px;
    padding: 13px 25px;
    display: inline-block;
    transition: all 0.2s linear;
    background: #fff;
}

.workpage ul.nav.nav-tabs li a.active {
    background: #11367b;
    color: #fff;
}

.workpage ul.nav.nav-tabs li a:hover {
    background: #11367b;
    color: #fff;
}

.workpage .tabgrid {
    display: block;
    width: 100%;
    overflow: hidden;
}

.workpage .tabgrid .item {
    width: 31.333%;
    float: left;
    margin: 0 1% 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #000;
}

.workpage .tabgrid .item img.wk-image {
    width: 100%;
    display: block;
    transition: all 0.2s linear;
    opacity: 1;
}

.workpage .tabgrid .item a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: all 0.2s linear;
    transform: translate(60px, 60px);
}

.workpage .tabgrid .item a img {
    display: block;
}

.workpage .tabgrid .item:hover img.wk-image {
    opacity: 0.3;
}

.workpage .tabgrid .item:hover a {
    transform: translate(0px, 0px);
}

#leadpop {
    background: #001530;
    padding: 0;
    width: 50%;
    overflow: hidden;
}

#leadpop .leadleft {
    position: relative;
    overflow: hidden;
}

#leadpop .leadleft img {
    display: block;
    width: 100%;
}

#leadpop .leadleft h3 {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    left: 10px;
    color: #FFC107;
    font-size: 40px;
    font-weight: 600;
    mix-blend-mode: difference;
    margin-bottom: 0;
    line-height: 35px;
}

#leadpop .leadblock {
    padding: 30px 50px 30px 20px;
}

#leadpop .leadblock h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 24px;
}

#leadpop .leadblock form#leadform {}

#leadpop .leadblock form#leadform input[type=text], #leadpop .leadblock form#leadform input[type=email] {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

#leadpop .leadblock form#leadform textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    padding-top: 15px;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

#leadpop .leadblock form#leadform input[type=text]:focus, #leadpop .leadblock form#leadform input[type=email]:focus, #leadpop .leadblock form#leadform textarea:focus {
    outline: 0;
}

#leadpop .leadblock form#leadform label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 30px;
}

#leadpop .leadblock form#leadform label span {
    font-size: 11px;
    color: #b5b5b5;
}

#leadpop .leadblock form#leadform button {
    width: 100%;
    border: none;
    background: #003ead;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.fancybox-container {
    backdrop-filter: blur(5px);
}

.fancybox-bg {
    background: #000 !important;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff !important ;
}

.web-security {
    padding: 100px 0;
    background: url(../images/webbg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.web-security .block {
    width: 50%;
    margin-left: auto;
}

.web-security .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.web-security .block h3::before {mix-blend-mode: unset;border-color: #FFC107;}

.web-security .block h2 {
    font-size: 30px;
    color: #03A9F4;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
}

.web-security .block p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
}

.web-security .block h4 {
    color: #d9f3ff;
    font-weight: 600;
    margin: 20px 0;
}

.web-security .block ul {}

.web-security .block ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.mobilewhyus {
    padding: 100px 0; 
}

.mobilewhyus .block {
    padding: 0 25px;
    width: 600px;
}

.mobilewhyus img {
    width: 100%;
    display: block;
}

.mobilewhyus h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.mobilewhyus h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 20px;
}

.mobilewhyus h4 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    line-height: 15px;
    margin: 0 0 25px;
}

.mobilewhyus p {
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 30px;
}

.mobilewhyus ul {
    margin-bottom: 30px;
}

.mobilewhyus ul li {
    font-size: 15px;
    line-height: 21px;
    color: #414141;
    margin-bottom: 10px;
    display: flex;
    gap: 14px;
}

.mobilewhyus ul li:before {
    content: "\F26A";
    color: #003ead;
    font-size: 20px;
    font-family: bootstrap-icons !important;
    font-variant: normal !important;
}

.app-security {
    padding: 100px 0 100px;
    background: url(../images/mobileappscr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
}

.app-security .block {
    width: 70%;
}

.app-security .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.app-security .block h2 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
}

.app-security .block p {
    color: #414141;
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
}

.app-security .block .items {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.app-security .block .subitem {width: 30%;padding: 20px 10px 20px 10px;position: relative;overflow: hidden;}

.app-security .block .subitem span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: flex;
    background: #2196F3;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 20px;
}

.app-security .block .subitem strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.app-security .block ul {}

.app-security .block ul li {
    color: #414141;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    line-height: 17px;
    gap: 5px;
}

.app-security .block .subitem:nth-child(even) {
    background: #f9f9f9;
}

.app-security .block ul li:before {
    content: "\F26A";
    color: #2a5f89;
    font-size: 14px;
    font-family: bootstrap-icons !important;
    font-variant: normal !important;
}

.seooffer {
    padding: 100px 0;
    margin-bottom: 150px;
    position: relative;
}

.seooffer::before {
    content: "";
    width: 600px;
    height: 100%;
    background: url(../images/before-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    transform: rotate(180deg);
    filter: hue-rotate(30deg);
}

.seooffer::after {
    content: "";
    width: 80%;
    height: 5%;
    background: url(../images/brpattern.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 0;
    mix-blend-mode: darken;
}

.seooffer .title {
    position: sticky;
    top: 40px;
}

.seooffer .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.seooffer .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0;
}

.seooffer .title p {
    font-size: 17px;
    line-height: 26px;
    color: #414141;
    margin-bottom: 10px;
    text-align: justify;
}

.seooffer .title h4 {
    font-size: 17px;
    color: #396ccd;
    font-weight: 500;
    line-height: 30px;
    margin: 15px 0 -10px;
}

.seooffer .title a.theme-btn-3 {
    margin-top: 30px;
}

.seooffer .title ul {
    margin-top: 15px;
}

.seooffer .title ul li {
    font-size: 14px;
    line-height: 30px;
    color: #676767;
    font-weight: 400;
    position: relative;
    display: flex;
    gap: 5px;
}

.seooffer .title ul li:before {
    content: "\F26A";
    color: #a5a5a5;
    font-size: 14px;
    font-family: bootstrap-icons !important;
    font-variant: normal !important;
}

.seooffer .title ul li strong {
    color: #2d2d2d;
    font-weight: 600;
}

.seooffer .block {
    padding-left: 50px;
}

.seooffer .block ul {
    border-left: 1px solid #c7d8e5;
}

.seooffer .block ul li {
    font-size: 20px;
    line-height: 30px;
    color: #676767;
    font-weight: 300;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #c6e0f7;
    padding-left: 70px;
    margin-bottom: 60px;
}

.seooffer .block ul li:last-child {
    border: none;
}

.seooffer .block ul li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #396ccd;
    position: absolute;
    top: 2px;
    left: -16px;
    border-radius: 50px;
    opacity: 0.2;
    animation: zoomPulse 2s infinite ease-in-out;
}

.seooffer .block ul li::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #396ccd;
    position: absolute;
    top: 10px;
    left: -8px;
    border-radius: 50px;
}

.seooffer .block ul li strong {
    display: block;
    margin-bottom: 10px;
    color: #396ccd;
    font-weight: 500;
}

/* Zoom Animation */
@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.2;
    }
}

.seoaudit {
    padding-bottom: 50px;
}

.seoaudit .block {
    background: url(../images/seoaudit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    padding: 120px 100px;
}

.seoaudit .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.seoaudit .block h3::before {
    border-color: #FFC107;
    mix-blend-mode: unset;
}

.seoaudit .block h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    line-height: 38px;
    margin: 20px 0;
}

.seoaudit .block p {
    font-size: 17px;
    line-height: 26px;
    color: #e7e7e7;
    margin-bottom: 10px;
    text-align: center;
}

.seoaudit .block .seccta {}

.seoaudit .block a {
    width: fit-content;
    padding: 0 30px;
    margin: 40px auto 0;
}

#packagepop {
    background: url(../images/leadpopimage.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    width: 30%;
    overflow: hidden;
}

#packagepop .leadblock {
    padding: 30px 35px;
    backdrop-filter: blur(10px);
}

#packagepop .leadblock .dynamicpop {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#packagepop .leadblock .dynamicpop h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#packagepop .leadblock .dynamicpop span {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
}

#packagepop .leadblock .dynamicpop p {
    color: #FFC107;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3px;
    text-align: right;
}

#packagepop .leadblock .dynamicpop p span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

#packagepop .leadblock form#leadform {}

#packagepop .leadblock form#leadform input[type=text], #packagepop .leadblock form#leadform input[type=email] {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

#packagepop .leadblock form#leadform textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    padding-top: 15px;
    margin-bottom: 5px;
    border: none;
    font-weight: 400;
}

#packagepop .leadblock form#leadform input[type=text]:focus, #packagepop .leadblock form#leadform input[type=email]:focus, #packagepop .leadblock form#leadform textarea:focus {
    outline: 0;
}

#packagepop .leadblock form#leadform label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 30px;
}

#packagepop .leadblock form#leadform label span {
    font-size: 11px;
    color: #b5b5b5;
}

#packagepop .leadblock form#leadform button {
    width: 100%;
    border: none;
    background: #003ead;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.videography {
    background: url(../images/vdobg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 100px 0;
    margin-bottom: 70px;
    will-change: background-position;
}

.videography .block {}

.videography .block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.videography .block h3::before {
    border-color: #FFC107;
    mix-blend-mode: unset;
}

.videography .block h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    line-height: 38px;
    margin: 20px 0;
}

.videography .block .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.videography .block .subitem {
    background: #111;
    padding: 30px 20px;
    mix-blend-mode: exclusion;
    backdrop-filter: blur(12px);
    border: 1px solid #252525;
}

.videography .block .subitem h4 {
    font-size: 18px;
    font-weight: 600;
    color: #c6d7ff;
    margin-bottom: 15px;
}

.videography .block .subitem p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.sec-careers {
    padding: 100px 0;
}

.sec-careers h2 {
    font-size: 60px;
    color: #111;
    font-weight: 500;
    line-height: 68px;
}

.sec-careers p {
    font-size: 30px;
    color: #111;
    font-weight: 400;
    line-height: 48px;
    margin: 30px 0 50px;
}

.sec-careers img {
    width: 100%;
    display: block;
    margin: 0;
}

.vacancies {}

.vacancies .title {}

.vacancies .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.vacancies .title h2 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    line-height: 38px;
    margin: 15px 0 20px;
}

.vacancies .title p {
    font-size: 18px;
    line-height: 30px;
    color: #414141;
    margin-bottom: 20px;
}

.vacancies .title h5 {
    font-size: 20px;
    line-height: 30px;
    color: #414141;
    margin-bottom: 20px;
    background: #f9f9f9;
    width: fit-content;
    padding: 20px 20px;
    border-radius: 10px;
}

.vacancies .title h5 a {
    color: #111;
    font-weight: 600;
}

.vacancies .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    background: #f9f9f9;
    padding: 25px;
}

.vacancies .block .item {
    width: 49%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 40px 20px;
    background: #fff;
}

.vacancies .block .item h2 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 17px;
}

.vacancies .block .item p {
    font-size: 16px;
    line-height: 26px;
    color: #414141;
    margin-bottom: 40px;
}

.vacancies .block .item a {
    border: 1px solid #003ead;
    color: #003ead;
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999999;
    background: rgb(0,0,0,0.6);
    backdrop-filter: blur(5px);
}