@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* mobile menu css */
    .menu-bars {
        display: none;
    }

.menu-bars span {
    width: 40px;
    height: 4px;
    background-color: #0e141c;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 99;
    transition: 0.4s ease-in-out;
}
.menu-bars span::before, .menu-bars span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0e141c;
    top: -10px;
    border-radius: 20px;
    z-index: 99;
    transition: 0.4s ease-in-out;
}
.menu-bars span::after {
    top: auto;
    bottom: -10px;
}
.menu-bars.active-toggle span {
    rotate: 45deg;
}
.menu-bars.active-toggle span::before {
    rotate: 90deg;
    transform: translateX(9px);
}
.menu-bars.active-toggle span::after {
    width: 0;
}

/* mobile menu end */

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

input,
textarea,
button {
     font-family: "Inter", sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #142529;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    display: block;
}
.img-fluid {
    max-width: 100%;
    height: auto;    
}
.container {
    width: 100%;
    max-width: 1310px;
    margin: auto;
    padding-inline: 15px;
}

/* Home Page */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.hedaer-pagess ul {
    display: flex;
    gap: 45px;
}

.hedaer-pagess ul li a {
    color: #F9F9F9;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 142.857% */
    position: relative;
}
.hedaer-pagess ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 0;
    transition: .4s ease all;
    height: 1px;
    background-color: #F9F9F9;
    bottom: -1px;
}
.hedaer-pagess ul li a.active::before, .hedaer-pagess ul li a:hover::before {
    width: 100%;
}

.home-banner {
    padding: 230px 0;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat ;
}
#header {/*     position: absolute;
    top: 0;
    left: 0; */width: 100%;/* padding: 24px 0; */z-index: 99;background-color: #fff;}  

.header-logo {
    max-width: 175px;
}


.primary-btn {
    font-size: 12px;
    font-weight: 500;
    color: #F9F9F9;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #3A6D79;
    transition: .4s ease all;
    background-color: #3A6D79;
}
.primary-btn:hover {
    background-color: transparent;
    color: #3A6D79;
}

.secondary-btn {
    font-size: 12px;
    font-weight: 500;
    color: #F9F9F9;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #8EC869;
    transition: .4s ease all;
}
.secondary-btn:hover {    
    background-color: #fff;
    color: #8EC869;
}
.secondary-btn.white {
    background-color: #fff;
    color: #8EC869;
    border-color: #fff;
}
.secondary-btn.white:hover {
    background-color: transparent;
    color: #fff;
}

.banner-content {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
    line-height: 66px;
    text-transform: capitalize;
}

.banner-content .highlight {
    font-size: 14px;
    color: #8EC869;
    border: 1px solid #8EC869;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-block;
    margin-bottom: 19px;
}

.banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: #F9F9F9;
    line-height: 24px;
    margin: 15px 0 20px;
    max-width: 840px;
    margin-inline: auto;
}

.banner-btnz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.banner-btnz a {
    padding: 9px 13px;
}

.space-y {
    padding-block: 80px;
}

.solutions-sec {
    background-color: #F7F8FC;
    padding-top: 228px;
    position: relative;
	z-index: 99;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.services-row .services-card {
   flex: 1;
    padding: 13px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E9ECEF;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 32px 0 rgb(52 54 81 / 08%);
}
.services-row .services-card p {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #737786;
    text-transform: capitalize;
    padding-top: 10px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.services-row .services-card .icon-block {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-sec {
    position: absolute;
    top: -75px;
    max-width: 1310px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-inline: 15px;
}

.sec-header h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #142529;
    font-weight: 500;
}
.sec-header.white h2 {
    color: #fff;
}
.sec-header.center {
    text-align: center;
}

.sec-header h2 span {
    color: #3A6D79;
}

.headline-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.headline-row .sec-header {
    max-width: 690px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    line-height: 24px;
}

.headline-row .secondary-btn {
    background: #C9F1A1;
    color: #444444;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.sol-row {
    gap: 18px;
    margin-top: 40px;
}

.sol-row .cols {
    width: calc(33.33% - 12px);
}

.sol-card .img-block {
    background: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    height: 335px;
}

.sol-card .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease all;
}

.sol-card .desc {
    background: #fff;
    margin: -108px 10px 0;
    position: relative;
    border-radius: 10px;
    padding: 20px;
}

.sol-card .desc .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.sol-card .desc p {
    font-size: 14px;
    margin-bottom: 7px;
}

.readMore-btn {
    font-size: 18px;
    color: #8EC869;
    line-height: 28px;
    display: inline-block;
    transition: .4s ease all;
}

.readMore-btn:hover {
    color: #3a6d79;
}

.sol-card:hover .img-block img {
    transform: rotate(5deg) scale(1.1);
}

.highlight-row {
    gap: 18px;
}

.video-col {
    width: calc(33.33% - 9px);
}
.scnd-col {
width: calc(66.67% - 9px);
}

.video-card .img-block {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 453px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgray;
}
.img-block {
    background-color: #D9D9D9;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-block img, .img-block a, .img-block img a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card {
    position: relative;
}
.video-card .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.high-services {
    display: flex;
    flex-wrap: wrap;
    background-color:#3a6d79;
    border-radius: 10px;
    height: 100%;
}

.high-service-card {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
}

.high-service-card h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}

.high-service-card p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.high-services .high-service-card:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.high-bottom-block .sec-header {
    margin: 90px auto 75px;
    max-width: 665px;
}

.high-img-block {
    max-width: 1140px;
    margin-inline: auto;
    height: 590px;    
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-inline: -15px;
}

.high-img-block .img-block {
    max-width: 461px;
    height: 461px;
    margin-inline: auto;
    position: relative;
    background-color: transparent;
    overflow: visible;
}
.high-img-block .img-block .popup-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    
}

.high-img-block .img-block .popup-btn.one {
    top: 130px;
    left: 15px;
}

.high-img-block .img-block .popup-btn.two {
    top: 0;
    left: 126px;
}

.high-img-block .img-block .popup-btn.three {
    top: 130px;
    right: 15px;
}

.high-img-block .img-block .popup-btn.four {
    bottom: 30px;
    right: 120px;
}

.popup-card {
    box-shadow: 0 0 37px 0 rgb(39 41 59 / 12%);
    border-radius: 10px;
    padding: 20px;    
    background-color: #fff;    
    max-width: 403px;
    position: absolute;
    display: none;
    z-index: 9999;
    width: 100%;
}
.popup-card h3 {
    font-size: 18px;
    line-height: auto;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.popup-card p {
    font-size: 14px;
    line-height: 19px;
}

.highlights-sec.space-y {
    padding-bottom: 0;
}

.marketing-sec {
    background-color: #0E141C;
    padding-bottom: 0;
}

.marketing-sec .headline-row {
    align-items: flex-start;
    padding-right: 165px;
    margin-bottom: 80px;
}

.marketing-desc ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    gap: 5px;
}
.marketing-desc ul li:not(:last-child) {
    margin-bottom: 13px;
}
.marketing-desc ul {
    margin-bottom: 33px;
}

.marketing-row .cols {
    width: calc(33.33% - 21px);
	overflow: hidden;
}
  
.marketing-row {
    gap: 14px;
    margin-bottom: -100px;
    position: relative;
}

.marketing-card {
    background: #fff;
    border-radius: 10px;
    padding: 17px;
    transition: .4s ease all;
}

.marketing-card .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 9px;
}

.marketing-card p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.marketing-card span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 18px;
}

.marketing-card a span {
    text-decoration: underline;
} 

.marketing-card:hover {
    background: #8EC869;
}

.marketing-card:hover * {
    color: #fff;
}

.marketing-card * {
    transition: .4s ease all;
}

/* .marketing-card:hover a img {
    filter: brightness(0) invert(1);
} */  

.marketing-card .img-block {
    height: 244px;
    margin-bottom: 15px;
}

.comercials-sec {
    background-color: #F7F8FC;
    padding: 106px 0 294px;
}

.comercials-sec .sec-header h2 {
    margin-bottom: 46px;
}

.download-card {
    background: #fff;
    padding: 24px 20px;
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    box-shadow: 0 0 40px 0 rgb(52 54 81 / 8%);
    transition: .4s ease all;
}

.download-card .title-row.row {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

button.download-btn.readMore-btn {
    background: transparent;
    display: inline-flex;
    gap: 5px;
    border: 0;
}

.download-card h4 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

.download-card .img-block {
    max-width: 100%;
    height: 255px;
    overflow: hidden;
    border-radius: 10px;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}

.download-card p {
    display: inline;
}

.download-card p + .readMore-btn {
    text-decoration: underline;
    font-weight: 400 !important;
}

.download-card .img-block img {
    transition: .4s ease all;
}

.download-card:hover .img-block img {
    transform: rotate(5deg) scale(1.1);
}

.download-card:hover {
    box-shadow: 0 0 43px 0 rgb(52 54 81 / 13%);
}

#footer {
    background-color: #3A6D79;
    padding: 249px 0 48px;
    position: relative;
}

#footer .call-to-action {
    background: #8EC869;
    max-width: 1166px;
    padding: 85px 227px;
    position: absolute;
    top: -194px;
    text-align: center;
    margin-inline: auto;
    border-radius: 5px;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#footer .call-to-action p {
    font-size: 18px;
    color: #F9F9F9;
    margin-bottom: 20px;
}
#footer .footer-row {
    justify-content: space-between;
    align-items: flex-end;
}

#footer .social-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

#footer .social-items li a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: rgb(255 255 255 / 20%);
    border-radius: 50px;
    transition: .4s ease all;
}

#footer .social-items li a:hover {
    background: #8ec869;
}

#footer .ft-links {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 20px;
    border-top: 1px solid rgb(255 255 255 / 17%);
    border-bottom: 1px solid rgb(255 255 255 / 17%);
}

#footer .ft-links li a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    transition: .4s ease all;
    position: relative;
}

#footer .ft-links li a:hover {
    color: #8ec869;
}

#footer .ft-links li a:before {
    content: "";
    position: absolute;
    right: -10px;
    height: 100%;
    width: 1px;
    display: inline-block;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#footer .ft-links li:last-child a:before {
    display: none;
}

#footer .copy-text {
    color: #fff;
    font-size: 14px;
    padding-top: 6px;
}

#footer .copy-text a {
    color: #fff;
    transition: .4s ease all;
}

#footer .copy-text a:hover {
    color: #8ec869;
}

#footer .ft-link-ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #F9F9F9;
    line-height: 18px;
    transition: .4s ease all;
    position: relative;
}

#footer .ft-link-ul li a:hover {
    color: #8ec869;
}

#footer .ft-link-ul li:not(:last-child) {
    margin-bottom: 6px;
}

#footer .ft-link-ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #F9F9F9;
    transition: .4s ease all;
    display: inline-block;
}

#footer .ft-link-ul li a:hover:before, #footer .ft-link-ul li a.active:before {
    width:100%;
}

.ft-logo-col a {
    max-width: 334px;

}

.breadcrumbs-sec {
    background-color: #D4E8ED;
    padding: 220px 0 141px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 10%;
    min-height: 426px;
}
  
.breadcrumb-content h1 {
    text-align: center;
    font-size: 54px;
    line-height: 66px;
    color: #3A6D79;
    text-transform: capitalize;
}
.inner-page-header .hedaer-pagess ul li a::before {
    background-color: #495057;
}

.inner-page-header .hedaer-pagess ul li a {
    color: #495057;
}

.inner-page-header .secondary-btn,
.secondary-btn.dark-btn {
    background-color: #3A6D79;
    border-color: #3A6D79;
}
.inner-page-header .secondary-btn:hover,
.secondary-btn.dark-btn:hover {
    background-color: transparent;
    color: #3A6D79;
}


.solutions-provide-sec {
    padding: 80px 0 430px;
}

.solutions-row {
    gap: 16px;
}

.solutions-row .cols {
    width: calc(50% - 8px);
}

.solutions-card {
    background: #F7F8FC;
    padding: 20px 33px 54px;
}

.solutions-card .img-block {
    background: #D9D9D9;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.solutions-card .title {
    font-size: 34px;
    font-weight: 500;
    color: #0F1A40;
    text-transform: capitalize;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions-card p {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #098287;
    transition: .4s ease all;
}

.dt-btn:hover {
    color: #0F1A40;
}

.dt-btn span {
    text-decoration: underline;
}

.min-container {
    max-width: 1090px;
    margin-inline: auto;
    padding-inline: 15px;
    position: relative;
    width: 100%;
}

.dt-img-block {
    max-width: 100%;
    background: #D9D9D9;
    height: 563px;
    margin-top: 30px;
}

.key-challenges-sec p, .solves-sec p {
    font-size: 18px;
    color: #6C757D;
}
.solves-sec {
    padding: 30px 0 130px;
}
.solves-sec p {
    margin-bottom: 15px;
}

.solves-grid-row {
   
    gap: 45px;
    align-items: flex-end;
}

  

.solves-img-block {
    max-width: 416px;
    width: 100%;
    height: 476px;
}

.solves-grid-row p:last-child {
    margin-bottom: 0;
}

.addons-sec {
    padding: 65px 0 260px;
    background-color: #F7F8FC;
}
.lg-p p{
    font-size: 18px;
    color: #6C757D;
    line-height: 28px;

}
.addons-sec p:not(:last-child) {
    margin-bottom: 15px;
}

.tech-grid-row {
    gap: 32px;
    align-items: center;

}
.tech-grid-row:not(:last-child){
    margin-bottom: 80px;
}
.tech-grid-row .cols {
    width: calc(50% - 16px);
}
.tech-img-block {
    width: 100%;
    height: 472px;
}
.tech-desc .sec-header h2 {
    margin-bottom: 24px;
}
.tech-desc p {
    color: rgb(27 31 38 / 72%);
    line-height: 180%;
}
.tech-grid-row:nth-child(even){
    flex-direction: row-reverse;
}
.tech-sec.dark {
    background-color: #0E141C;
}

.tech-sec.dark .tech-desc p{
    color: rgb(255 255 255 / 72%);
}
.tech-sec.dark .sec-header h2 {
    color: #fff;
}

.tech-sec:last-child {
    padding-bottom: 319px;
}

.contact-row {
    gap: 32px;
}

.contact-row .cols {
    width: calc(33.333% - 21.33px);
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 1px solid #D6D8DE;
    height: 191px;
}

.contact-card .icon-block {
    margin-bottom: 25px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0A1739;
}

.contact-card a {
    font-size: 16px;
    color: rgb(10 23 57 / 40%);
    transition: .4s ease all;
}

.contact-card a:hover {
    color: #8ec869;
}

.contact-form-sec {
    background-color: #F7F9FC;
    padding: 80px 0 306px;
}
.contact-form-sec form {
    max-width: 1000px;
    margin-inline: auto;
}

.contact-form-sec .sec-header h2 {
    color: #142F57;
}
.contact-form-sec .sec-header {
    margin-bottom: 48px;
    max-width: 730px;
    margin-inline: auto;
}
.form-row {
    gap: 22px 12px;
}

.form-row .col-50 {
    width: calc(50% - 6px);
}

.form-row .col-100 {
    width: 100%;
}

.form-control label {
    color: #646F81;
    font-size: 16px;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.form-control input, .form-control textarea, .form-control select {
    border: 1px solid rgb(20 47 87 / 9%);
    background: rgb(196 203 215 / 10%);
    outline: 0;
    padding: 22px;
    font-size: 14px;
    width: 100%;
    color: rgb(100 111 129 / 100%);
    transition: .4s ease all;
}

.form-control input::placeholder,
.form-control textarea::placeholder{
    font-size: 14px;
    color: rgb(100 111 129 / 60%);
}

.form-control textarea {
    min-height: 140px;
    resize: vertical;
}

.form-btn {
    border: 1px solid #8EC869; 
    background: #8EC869;
    color: #fff;
    max-width: 347px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    margin-inline: auto;
    transition: .4s ease all;
}

.form-btn:hover {
    background: transparent;
    color: #64B4EE;
}

.form-control select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control select {
    background-image: url(../images/down-icon.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
}

.blogs-sec {
    padding: 80px 0 343px;
}

.blogs-row {
    gap: 16px;
}

.blogs-row .cols {
    width: calc(33.33% - 10.66px);
}

.blogs-card {
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.blogs-card .img-block {
    width: 100%;
    height: 277px;
    position: relative;
}

.blogs-card .desc {
    padding: 15px;
}

.blogs-card .title {
    font-size: 16px;
    color: #050D29;
    text-transform: capitalize;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.blogs-card p {
    font-size: 15px;
    color: rgb(27 31 38 / 72%);
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #098287;
}

.blogs-card .img-block img {
    transition: .4s ease all;
}

.blogs-card .img-block:hover img {
    transform: scale(1.1) rotate(5deg);
}

.blogs-card .img-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: .4s ease all;
    background: rgb(8 143 149 / 51%);
    z-index: 1;
}

.blogs-card:hover .img-block:before {
    width: 100%;
    height: 100%;
}

.blog-dt-head h2 {
    margin-bottom: 10px;
}

.blog-dt-head p {
    color: rgb(27 31 38 / 72%);
}

.blog-dt-head p:not(:last-child) {
    margin-bottom: 15px;
}

.blog-dt-head:not(:last-child) {
    margin-bottom: 30px;
}

.blogdt-row .img-block {
    max-width: 100%;
    border-radius: 10px;
    height: 478px;
}

.blogdt-row {
    margin-bottom: 30px;
}
.blogs-sec.related-blogs {
    background-color: #F7F8FC;
    padding: 80px 0 298px;
}
.blogs-sec.related-blogs .sec-header h2 {
    margin-bottom: 50px;
}
.blog-cates {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 12px;
}

.blog-cates li span {
    display: inline-block;
    background: #CCDDF5;
    border-radius: 60px;
    color: #0177C0;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
}
.tech-desc .secondary-btn {
    margin-top: 15px;
}

.testimonials-sec {
    padding: 80px 0 290px;
}
.testi-card {
    background: #fff;
    border: 1px solid #E5EAF4;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px 20px 35px;
    box-shadow: 0 12px 29px 0 rgb(0 0 0 / 5%);
    margin: 31px 0;
    height: 368px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-card h3 {
    font-size: 16px;
    line-height: 165%;
    font-weight: 400;
    color: #626366;
    margin-bottom: 12px;
}

.testi-card .head img {
    max-width: 32px;
}

.testi-card .name {
    font-size: 16px;
    line-height: 164%;
    color: #626366;
    font-weight: 400;
    text-transform: uppercase;
}

.testi-card .desig {
    font-size: 11px;
    color: rgb(98 99 102 / 60%);
    font-weight: 400;
}
.sec-header.markerting-head {
    max-width: 620px;
    margin: 0 auto 50px;
}
.sec-header.markerting-head h2 {
    margin-bottom: 20px !important;
}

.sec-header.markerting-head p {
    color: #1B1F26;
}

.downloadable-row {
    gap: 16px;
}

.downloadable-row .cols {
    width: calc(33.33% - 10.666px);
}

.downloadable-cards {
    padding: 20px;
    border: 2px solid rgb(24 59 86 / 15%);
    box-shadow: 0 0 95px 0 rgb(170 176 184 / 17%);
}

.downloadable-cards .icon {
    display: inline-block;
    max-width: 35px;
    margin-bottom: 20px;
}

.downloadable-cards h3 {
    font-size: 18px;
    font-weight: 600;
    color: #384B6A;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-header.mb-40 {margin-bottom: 40px;}

.mb-40 {
    margin-bottom: 40px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}

.corporate-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.corporate-head span:last-child {
    rotate: 180deg;
}

.corporate-img-block {
    max-width: 100%;
    height: 648px;
    margin-top: -490px;
}

.corporate-bg-block {
    padding: 60px 0 490px;
    background-color: #F7F8FC;
}
.corporate-sec {
    padding-bottom: 120px;
}

.corporate-img-block.rounded{
    border-radius: 10px;
}

.works-bottom-desc {
    max-width: 697px;
    margin-inline: auto;
    text-align: center;
    margin-top: 31px;
}

.works-bottom-desc p {
    margin-bottom: 15px;
}

.works-bottom-desc span {
    color: #8EC869;
}
.access-portal-sec .sec-header,
.sandbox-sec .sec-header{
    max-width: 612px;
    margin-inline: auto;
}
.sandbox-sec {
    background-color: #F7F8FC;
}

.access-card {
    background: #F7F8FC;
    padding: 20px 20px 15px;
    display: flex;
    gap: 10px;
}

.access-card p {
    font-size: 14px;
}

.access-card .desc {
    margin-top: -10px;
}

.access-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 187%;
}

.sandbox-card {
    max-width: 100%;
    height: 335px;
    position: relative;
}

.sandbox-card .img-block {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.sandbox-card p {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.sandbox-card .img-block img {
    transition: .4s ease all;
}

.sandbox-card:hover .img-block img {
    scale: 1.2;
}

#main section:last-child {
    padding-bottom: 300px !important;
}
.hosting-row {
    gap: 30px 44px;
}

.hosting-row .cols {
    width: calc(50% - 22px);
}

.hosting-cards .img-block {
    width: 100%;
    height: 262px;
    margin-bottom: 20px;
}

.hosting-cards .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.hosting-cards ul li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: rgb(27 31 38 / 72%);
    line-height: 24px;
}

.hosting-cards ul li:not(:last-child) {
    margin-bottom: 11px;
}

.hosting-cards ul li .icon + span {
    margin-top: -5px;
}

.hosting-cards ul li .icon {
    min-width: 13px;
}

.marketing-cards {
    display: flex;
    gap: 32px;
    align-items: center;
}

.marketing-cards .date span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #3C3C3D;
}

.marketing-cards .date strong {
    font-size: 24px;
    font-weight: 600;
    color: #3C3C3D;
}

.marketing-cards .date {
    text-align: center;
    margin-right: 26px;
}

.marketing-cards .desc-block .date-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #86878A;
    line-height: 170%;
    margin-bottom: 17px;
}

.marketing-cards .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.marketing-cards .byname {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #444546;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.marketing-cards p {
    color: #86878A;
    line-height: 170%;
    margin-bottom: 30px;
}

.btnz-block {
    gap: 24px;
}

.btn-prime {
    background: #8EC869;
    border: 2px solid #8EC869;
    max-width: 206px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease all;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3C3C3D;
}

.btn-prime:hover {
    background: transparent;
    color: #8EC869;
}

.btn-prime.outline {
    border-color: #3C3C3D;
    background: transparent;
}

.btn-prime.outline:hover {
    background: #3C3C3D;
    color: #fff;
}

.marketing-cards .img-block {
    max-width: 515px;
    width: 100%;
    height: 316px;
}

.marketing-cards .img-block img {
    transition: .4s ease all;
}

.marketing-cards:hover .img-block img {
    transform: scale(1.15) rotate(2deg);
}
.marketing-cards-row .marketing-cards:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 20%);
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.about-bg-sec {
    height: 316px;
    background: #F7F8FC;
}

.mission-row {
    gap: 36px;
    margin-top: -210px;
}

.mission-row .cols {
    width: calc(50% - 18px);
}

.mission-card {
    box-shadow: 0 38px 48px 0 rgb(49 54 76 / 6%);
    text-align: center;
    padding: 30px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}

.mission-card .icon {
    max-width: 103px;
    margin: 0 auto 32px;
}

.mission-card .title {
    font-size: 34px;
    line-height: normal;
    font-weight: 500;
    color: #0F1A40;
    margin-bottom: 14px;
}

.mission-card p {
    font-size: 18px;
    color: rgb(27 31 38 / 72%);
    line-height: 180%;
    max-width: 502px;
}

.mission-row .cols:last-child .mission-card {
    margin-top: 62px;
}
.company-timeline-block {
    position: relative;
    padding-top: 160px;
}

.company-timeline-img-block {
    max-width: 1140px;
    margin-inline: auto;
    height: 540px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.time-img-block {
    max-width: 347px;
    margin: 0 auto -5px;
    position: relative;

}

.company-text-card {
    position: absolute;
    max-width: 375px;
    width: 100%;
    z-index: 1;
}

.company-text-card .title {
    font-size: 34px;
    line-height: normal;
    color: #272727;
    margin-bottom: 6px;
}

.company-text-card  p {
	line-height: 22px;
    opacity: .75;
    font-size: 14px;
    opacity: .75;
}

.company-text-card.one, .company-text-card.two,
.company-text-card.six,
.company-text-card.eight {
    text-align: right;
    right: 375px;
}

.company-text-card.one {
    top: 185px;
}

.company-text-card.two {
    top: 484px;
}

.company-text-card.three {
    left: 375px;
    top: 44px;
}
.company-text-card.four {
    left: 375px;
    top: 335px;
}
.company-text-card.six {
    top: 765px;
}

    

.company-text-card.five {
    left: 375px;
    top: 615px;
}
.company-text-card.seven {
    left: 375px;
    top: 905px;
}
.company-text-card.eight {
	top: 1065px;
}

.company-text-card.nine {
    left: 375px;
    top: 1225px;
}
.about-invo-sec {
    background-color: #0E141C;
    position: relative;
	z-index: 99;
}

.about-invo-sec .sec-header {
    margin-bottom: 135px;
}
 .about-invo-sec .sec-header h2 {
    margin-bottom: 0;
 }

 .invo-row {
    gap: 40px;
    align-items: center;
    max-width: 865px;
    margin-inline: auto;
}

.invo-row .left-col {
    width: calc(42% - 20px);
}

.invo-row .right-col {
    width: calc(58% - 20px);
}

.invo-img-block {
    max-width: 100%;
    border-radius: 20px;
    height: 280px;
    display: block;
}
.invo-desc .title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.invo-desc p {
    font-size: 14px;
    color: #B5BCC3;
    opacity: 70%;
}
.invo-row.row:nth-of-type(3n) {
    flex-direction: row-reverse;
}
.arrow-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.contact-btn {
    max-width: 167px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 60px;
    transition: .4s ease all;
}

.contact-btn:hover {
    background: #fff;
    color: #0e141c;
}

.teams-row {
    gap: 40px 16px;
    justify-content: center;
}
.teams-row .cols {
    width: calc(33.33% - 10.666px);
}
.teams-card .img-block img {
    transition: .4s ease all;
}

.teams-card .img-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: .4s ease all;
    background: rgb(8 143 149 / 51%);
    z-index: 1;
}
.teams-card:hover .img-block img {
    transform: scale(1.1) rotate(5deg);
}
.teams-card:hover .img-block:before {
    width: 100%;
    height: 100%;
}
.teams-card .img-block {
    height: 480px;
    margin-bottom: 12px;
    max-width: 100%;
    position: relative;
}

.teams-card .name {
    font-size: 24px;
    line-height: 32px;
    color: #253757;
    margin-bottom: 10px;
}

.teams-card p {
    margin-bottom: 3px;
}

.about-grid-sec {
    background-color: #F7F8FC;
}

.about-grid-card .img-block {
    max-width: 100%;
    border-radius: 10px;
    height: 335px;
    margin-bottom: 20px;
}

.about-grid-card .title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
}

.about-grid-card p {
    margin-bottom: 10px;
}

.about-grid-card .desc {
    max-width: 450px;
}

.about-grid-card .img-block img {
    transition: .4s ease all;
}

.about-grid-card:hover .img-block img {
    transform: scale(1.1) rotate(5deg);
}
.img-block.aos-init.aos-animate {
    background: transparent;
}
/* img:empty {
    display: none;
} */
img:not([src]):not([srcset]),
img[src=""],
img[src^="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="] {
  display: none;
} 
.cols {
    overflow: hidden;
}
.overflow1 {
    overflow: hidden;
}  
.icon-block img {
    min-width: 80px !important;
}
section.marketing-sec.space-y {
    position: relative;
}
section.marketing-sec::after {
    position: absolute;
    content: "";
    background: #F7F8FC;
    width: 100%;
    height: 30%;
    bottom: 0;
    z-index: 0;
}

.marketing-img-block.img-block {
    position: relative;
    z-index: 9;
}

section.marketing-sec .container {
    position: relative;
    z-index: 99;
}  
.video-here {
    width: 100%;
    margin: auto;
    position: relative;
}

.video-here img {
    width: 100%;
    border-radius: 20px;
}

span.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.home-banner {
    position: relative;
}

.home-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

section.home-banner .container {
    position: relative;
    z-index: 99;
}

section.breadcrumbs-sec {
    position: relative;
}

section.breadcrumbs-sec .container {
    position: relative;
    z-index: 99;
}
section.blog-details-sec li {
    color: rgb(27 31 38 / 72%);
    padding: 10px 0px;
    list-style: disc;
}

section.blog-details-sec a {
    color: #8EC869;
    text-decoration: underline;
}  
section.blog-details-sec.space-y img {
    padding-bottom: 30px;
    background: #fff !important;
}
.breadcrumb-content h1 {
    padding-top: 30px;
}
.banner-content1 h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #142529;
    font-weight: 500;
}

.banner-content1 {
    margin-top: 10px;
}
.top-utility-bar {
  background-color: #F7F8FC;
  padding: 10px 0;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #495057;
}

.top-utility-bar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.utility-links a {
  color: #495057;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s ease;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.utility-links a:hover {
  color: #0073e6;
}
 /* Job Listings */
        .jobs-section {
            padding: 40px 0;
        }

        .section-title {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #2c3e50;
            text-align: center;
        }

        .job-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            padding: 30px;
        }

        .job-title {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }

        .job-location {
            color: #7f8c8d;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .job-section {
            margin-bottom: 25px;
        }

        .job-section h4 {
            font-size: 1.1rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }

        .job-section p {
            color: #555;
            line-height: 1.6;
        }

        .job-list {
            list-style: none;
            padding-left: 0;
        }

        .job-list li {
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
            color: #555;
        }

/*         .job-list li::before {
            content: '•';
            color: #3498db;
            font-weight: bold;
            position: absolute;
            left: 0;
        } */
 
        .apply-btn {
            background: #3498db;
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            margin-right: 10px;
            text-decoration: none;
            display: inline-block;
        }

        .apply-btn:hover {
            background: #2980b9;
        }

        .submit-btn {
            background: #27ae60;
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            text-decoration: none;
            display: inline-block;
        }

        .submit-btn:hover {
            background: #229954;
        }

        /* Company Culture Section */
        .culture-section {
            background: white;
            padding: 40px 0;
        }

        .culture-content {
            text-align: center;
            margin-bottom: 40px;
        }

        .culture-text {
            font-size: 1.1rem;
            color: #555;
            max-width: 800px;
            margin: 0 auto 30px;
            line-height: 1.7;
        }

        .culture-image {
            margin-bottom: 40px;
        }

        .culture-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .testimonials {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }

        .testimonial {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #3498db;
        }

        .testimonial-text {
            font-style: italic;
            color: #555;
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .testimonial-author {
            font-weight: bold;
            color: #2c3e50;
        }

        .testimonial-role {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
.job-location svg {
            width: 18px;
        }

        .job-location {
            display: flex;
            align-items: center;
            gap: 4px;
        }
section.culture-section {
    margin-bottom: 230px;
}
.culture-image {
    text-align: center;
}
 .page-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-header h1 {
            color: #142529;
            font-size: 36px;
            margin-bottom: 15px;
        }
        
        .page-header p {
            color: var(--medium-gray);
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .brand-assets-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .asset-category {
            background-color: var(--light-gray);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .category-header {
            background-color: #3A6D79;
            color: #fff;
            padding: 15px 20px;
            font-size: 20px;
            font-weight: 600;
        }
        
        .category-content {
            padding: 20px;
        }
        
        .asset-item {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .asset-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .asset-item a {
            display: flex;
            align-items: center;
            color: var(--dark-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .asset-item a:hover {
            color: var(--primary-blue);
        }
        
        .asset-icon {
            margin-right: 12px;
            color: #3A6D79;
            font-size: 18px;
            width: 20px;
            text-align: center;
        }
        
        .brand-guidelines {
            background-color: #f5f5f5;
            padding: 30px;
            border-radius: 8px;
            margin-top: 40px;
            margin-bottom: 280px;
        }
        
        .guidelines-title {
            color: #142529;
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .guidelines-list {
            margin-left: 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        
        .guidelines-list li {
            margin-bottom: 10px;
            list-style: disc;
        }

ul.blog-cates {
    justify-content: start;
}

ul.blog-cates li {
    list-style: none !important;
}
section.jobs-section {
    max-width: 1000px;
    margin: auto;
}
.job-apply-wrapper {
      font-family: 'Montserrat', sans-serif;
      background-color: #f7f9fc;
      padding: 40px 20px;
    }

    .job-apply-form {
      max-width: 800px;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      border-top: 5px solid #002d72;
    }

    .job-apply-form h2 {
      text-align: center;
      color: #002d72;
      margin-bottom: 25px;
      font-size: 24px;
    }

    .job-apply-group {
      margin-bottom: 20px;
    }

    .job-apply-label {
      display: block;
      font-weight: 600;
      margin-bottom: 8px;
      color: #333;
    }

    .job-apply-input,
    .job-apply-textarea {
      width: 100%;
      padding: 12px;
      font-size: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .job-apply-textarea {
      height: 120px;
      resize: vertical;
    }

    .job-apply-submit {
      background-color: #002d72;
      color: #fff;
      border: none;
      padding: 14px;
      font-size: 16px;
      width: 100%;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .job-apply-submit:hover {
      background-color: #001a45;
    }
ul.job-list {
    margin-left: 15px;
}
.brand-guidelines.guidelines-list {
    margin-bottom: 280px;
}




/* responsiveness */

@media (max-width:1400px){
}

@media (max-width:1200px){
    .marketing-cards {
    gap: 20px;
}
    .marketing-cards .date {
    margin-right: 0;
}
    .about-invo-sec .sec-header {
    margin-bottom: 40px;
}
    .company-text-card {
        max-width: 275px;
    }
    .breadcrumb-content h1 {
        font-size: 40px;
        line-height: normal;
    }
    .breadcrumbs-sec {
    padding: 140px 0 60px;
}
    #main section:last-child {
    padding-bottom: 240px !important;
}
    #footer .call-to-action{
        width: unset;
        max-width: unset;
        left: 15px;
        right: 15px;
        transform: unset;
        padding: 60px 110px;
    }
    #footer {
    padding: 189px 0 48px;
}
    .hedaer-pagess ul {
        gap: 25px;
    }
    .banner-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .high-service-card {
            padding: 22px;
    }
    .high-service-card h3 {
        font-size: 24px;
        line-height: normal;
    }
    .high-service-card p br {
        display: none;
    }
    .marketing-sec .sec-header h2 br{
        display: none;
    }
    .marketing-sec .headline-row {
    
    padding-right: 0;
}
}

@media (max-width:991px) {
    .hosting-row {
        gap: 16px;
    }
    .hosting-row .cols {
    width: calc(50% - 8px);
}
    .solutions-card {
        padding: 15px;
    }
    .solutions-card .title {
        font-size: 24px;
        line-height: normal;
    }
    .solves-sec {
    padding: 0 0 80px;
}
    .dt-img-block {
            height: 400px;
    }
    .solves-grid-row {
        gap: 30px;
    }
    .solves-img-block {
    max-width: 100%;
    
    height: 400px;
}
    .tech-desc .sec-header h2 {
    margin-bottom: 16px;
    font-size: 30px;
}
    .marketing-cards .byname,
    .marketing-cards .desc-block .date-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
    .marketing-cards .title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}
    .marketing-cards p {
    margin-bottom: 10px;
}
    .contact-row {
        gap: 16px;
    }
    .contact-row .cols {
    width: calc(33.333% - 10.666px);
}
    .blogs-sec.related-blogs .sec-header h2 {
    margin-bottom: 25px;
}
    .blogdt-row .img-block {
    height: 340px;
}
    .blogs-row .cols {
        width: calc(50% - 8px);
    }
    .about-grid-card .title {
        font-size: 22px;
        line-height: normal;
    }
    .teams-row {
        gap: 30px 16px;
    }
    .teams-row .cols {
    width: calc(50% - 8px);
}
/*     .teams-card .img-block {
    height: 340px;
} */
    .company-text-card .title {
    font-size: 26px;
    margin-bottom: 6px;
}  
    .company-timeline-img-block {
        background-image: none !important;
    }
    .time-img-block {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px;
    }
    .time-img-block > img {
        display: none;
    }
    .company-text-card {
        position: unset;
        width: calc(50% - 10px);
        max-width: 100%;
        text-align: left !important;
    }
    .mission-card .title {
        font-size: 30px;
    }
    .mission-card p {
    font-size: 16px;
    line-height: 145%;
    }
    .mission-card {
        padding: 30px 15px;
    }
    .company-timeline-block {
    padding-top: 50px;
}
    .about-bg-sec {
    height: 270px;
}
    .mission-card .icon {
    max-width: 75px;
    margin: 0 auto 22px;
}

    #footer .call-to-action .sec-header h2 {
        font-size: 34px;
    }
    #footer .call-to-action {
        padding: 50px;
    }
    .comercials-sec .sec-header h2 {
    margin-bottom: 25px;
}
.sol-row {
    margin-top: 25px;
}
    .comercials-sec {
        padding-top: 50px;
    }
    .marketing-sec .headline-row {
    margin-bottom: 40px;
}
    .cols:not(:has(div)) {
  display: none;
}
    .marketing-row .cols {
    width: calc(50% - 7px);
}
    .high-bottom-block .sec-header {
    margin: 40px auto 45px;
}
.high-img-block {
    height: 450px;
}
.high-img-block .img-block {
    height: 370px;
    max-width: 370px;
}
    
     .high-service-card {
            padding: 15px;
    }
    .high-service-card h3 {
        font-size: 20px;
        line-height: normal;
    }

    /* mobile menu start */
    #header .secondary-btn {
        display: none;
    }
    
    #header {
        background: #fff;
        padding: 16px 0px;
    }
    .menu-bars {
        display: flex;
    }
    #header .mobile-toggle-menu {
        z-index: 99;
        background-color: #fff;
        width: 82vw;
        height: calc(100vh - 66px);
        position: fixed;
        left: 0;
        bottom: 0;
        transform: translateX(100vw);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        overflow-y: auto;
        box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.1411764706);
        top: 83px;
    }
    
        #header .mobile-toggle-menu.active-menu {
        visibility: visible;
        opacity: 1;
        transform: translateX(18vw);
    }
    
    /* mobile menu end */

    .hedaer-pagess ul li a {
    color: #080c18;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.hedaer-pagess ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 20px;
}
.headline-row {
    flex-wrap: wrap;
    gap: 15px;
}
.sol-row .cols {
    width: calc(50% - 9px);
}
.tech-grid-row {
    gap: 20px;
}
.tech-grid-row .cols {
    width: calc(50% - 10px);
}
.tech-grid-row:not(:last-child) {
    margin-bottom: 40px;
}
}

@media (max-width:767px){
    .hosting-cards .title {
        font-size: 20px;
    }
    .solutions-card .title {
        font-size: 24px;
        line-height: normal;
    }
    .solves-sec {
    padding: 0 0 50px;
}
    .tech-img-block {
        height: 320px;
    }
    .tech-desc .sec-header h2 {
    margin-bottom: 14px;
}
    .tech-img-block {
    
    height: 360px;
}
        .tech-grid-row .cols {
        width: 100%;
    }
    .marketing-cards .img-block {
        order: -1;
    }
        .marketing-cards .date {
        text-align: left;
        order: 0;
    }
    .marketing-cards .desc-block {
    order: 1;
}
    .marketing-cards .img-block {
        max-width: 100%;
    }
    .marketing-cards > div {
        width: 100%;
    }
    .marketing-cards {
        flex-direction: column;
    }
    .contact-row .cols,
    .downloadable-row .cols {
        width: calc(50% - 8px);
    }
    .blogs-sec.related-blogs,
    .contact-form-sec,
    .testimonials-sec,
    .solutions-provide-sec {
    padding: 50px 0 298px;
}
    .solutions-card .title {
        font-size: 20px;
        line-height: normal;
    }
    .blogs-sec {
    padding: 50px 0 343px;
}
    .arrow-img-block {
    margin: 30px 0;
}
    .invo-row {
        gap: 16px;
    }
    .invo-row .left-col {
            width: calc(42% - 8px);
    }
    .invo-row .right-col {
            width: calc(58% - 8px);
    }
    .time-img-block {
        gap: 10px;
    }
    .company-text-card {
        
        width: calc(50% - 5px);
    }
    .company-text-card .title {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .mission-row {
        gap: 14px;
    }
    .mission-row .cols {
    width: calc(50% - 7px);
}
        .mission-card .title {
        font-size: 24px;
    }
        .mission-card .icon {
        max-width: 50px;
        margin: 0 auto 12px;
    }
    .breadcrumb-content h1 {
        font-size: 30px;
    }
    .ft-logo-col {
    max-width: 200px;
}
    #footer {
        padding: 139px 0 48px;
    }
    #footer .call-to-action .sec-header h2 {
        font-size: 30px;
    }

    #footer .call-to-action {
        padding: 30px;
    }
    section.marketing-sec.space-y {
        padding-bottom: 0;
}
    .popup-card.custom-popup {
            top: 30% !important;
    left: 14% !important;
    max-width: 330px;
		
} 
    .video-card .img-block {
        height: 300px;
    }
    .video-col,.scnd-col {
    width: 100%;
}
    .space-y {
    padding-block: 50px;
}
    .sec-header h2 br {
        display: none;
    }
    .sec-header h2 {
        font-size: 30px;
        line-height: normal;
    }
    .services-row .services-card .icon-block {
            height: 100px;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .home-banner {
    padding: 120px 0;
    }
    .solutions-sec {
        padding-top: 128px;
    }
    .corporate-sec {
        padding-bottom: 50px;
    }
    .corporate-img-block {
    height: 448px;
    margin-top: -290px;
}
.corporate-bg-block {
    padding: 60px 0 290px;
}
	.breadcrumbs-sec {
    min-height: 320px;
}  
	.popup-card.custom-popup:last-child {
    top: 72% !important;
}
.popup-card.custom-popup:nth-last-child(2) {
    top: 25% !important;
    left: 25% !important;
}
.popup-card.custom-popup:nth-last-child(3) {
    top: 0% !important;
}
.popup-card.custom-popup:nth-last-child(4) {
    left: -8% !important;
}
	#footer .social-items li a {
    width: 30px;
    height: 30px;
	}
	#footer .copy-text {
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
}
	
	  
	
	
}

@media (max-width:600px){
    .contact-form-sec .sec-header {
    margin-bottom: 30px;
}
     .form-row .col-50 {
    width: 100%;
}
    .solutions-row, .blogs-row {
        gap: 30px;
    }
    .access-portal-sec .blogs-row {
        gap: 16px;    
    }
    .solutions-row .cols,
    .blogs-row .cols,
    .hosting-row .cols{
    width: 100%;
}
/*         .teams-card .img-block {
        height: 260px;
    } */
        .teams-row .cols {
        width: 100%;
    }
    .arrow-img-block {
    display: none;
}
    .invo-row, .invo-row.row:nth-of-type(3n) {
        gap: 16px;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .invo-row .left-col,.invo-row .right-col {
            width: 100%;
    }
     
    .mission-row .cols:last-child .mission-card {
    margin-top: 0;
}
    .mission-row .cols {
    width: 100%;
}
        #footer {
        padding: 275px 0 48px;
    }  
            .ft-logo-col {
        max-width: 135px;
    }
        .marketing-row .cols {
        width: 100%;
    }
    .services-row .services-card {
        width: calc(50% - 6px);
        flex: none;
    }
    .solutions-sec {
        padding-top: 268px;
    }
    .sol-row .cols {
    width: 100%;
}

.icon-block img {
    min-width: 40px !important;
}
.services-row .services-card p {
    text-align: center;
    line-height: 18px;
}
.sols-sec {
    margin-top: 80px;
}
.sol-row {
    gap: 40px;	
	}
	.marketing-img-block.img-block {
    margin-top: 140px;
}
.animated-headline {
    gap: 4px 6px !important;	
	}
	
	
	
	
	
	
}


@media (max-width:485px){
    .dt-img-block,.solves-img-block {
        height: 320px;
    }
    .corporate-img-block {
    height: 404px;
    margin-top: -250px;
}
.corporate-bg-block {
    padding: 50px 0 250px;
}
    .btnz-block {
        gap: 15px;
    }
    .btnz-block > a {
        max-width: 100%;
    }
    .form-control input, .form-control textarea, .form-control select {    
    padding: 15px;
}
    .contact-row .cols,
    .downloadable-row .cols {
        width: 100%;
    }
    .teams-card .name {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 6px;
    }
    .invo-desc .title {
        font-size: 20px;
    }
    .company-text-card {
        
        width: 100%;
    }
    
    .breadcrumbs-sec {
        padding: 110px 0 40px;
    }
    .breadcrumb-content h1 {
        font-size: 24px;
    }
.ft-logo-col {
    width: 100% !important;
    max-width: 100%;
    order: -1;
    display: flex;
    justify-content: center;
    padding: 0 50px 35px;
}
    #footer .footer-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }
        #footer .call-to-action .sec-header h2 {
        font-size: 24px;
    }
        #footer .call-to-action {
        padding: 28px 15px;
    }
    .download-card h4 {
    font-size: 20px;
    line-height: normal;
}
    .marketing-desc ul li {
        font-size: 16px;
    }
        .sec-header h2,
        .tech-desc .sec-header h2 {
        font-size: 24px;
        line-height: normal;
    }
    .high-services .high-service-card:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-right: 0;
}
    .high-service-card {
        width: 100%;
        flex: none;
        height: unset;
        gap: 12px;

    }
        .solutions-sec {
        padding-top: 240px;
    }
        .services-row .services-card .icon-block {
        height: 70px;
    }
    .banner-content h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .header-logo {
    max-width: 135px;
}
    .menu-bars span {
        width: 36px;
    }
    .menu-bars span::after {
    top: auto !important;
    bottom: -9.5px;
}
.menu-bars.active-toggle span::before {
        transform: translateX(9.5px);
}
    .menu-bars span::before, .menu-bars span::after {
        top: -9.5px;
    }
    .hedaer-pagess ul li a {
        font-size: 16px;
        line-height: 24px;
    }
        .hedaer-pagess ul {
        padding: 30px 0 0 30px;
        gap: 16px;
    }
        header#header {        
        padding: 14px 0px;
        
    }
    #header .mobile-toggle-menu {
        top: 68px;
    }
}

@media (max-width:380px){
    .ft-logo-col {
    width: 100% !important;
    max-width: 100%;
    order: -1;
    display: flex;
    justify-content: center;
    padding: 35px 50px;
}
        .popup-card.custom-popup {
        top: 30% !important;
        left: 6%!important;
    }
	.marketing-row {
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
}
	.brand-guidelines.guidelines-list {
    margin-bottom: 200px;
}
}

html {
	margin: 0px !important;
}
header#header {
    position: relative;
    z-index: 999999;
}
  

