html{-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
/* 01 : Website Global CSS BOF

========================================================== */

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333;
    text-transform: none;
}
*, html {
    margin: 0px;
    padding: 0px;
}
a {
    color: #555;
}
/* Common color hyperlink */

a:hover, a:focus, a:active {
    color: #3497db;
    text-decoration: none;
}
/* Common hover color hyperlink */

a, *:hover, *:focus, *:active :focus {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}
a img, img {
    border: none;
    outline: none !important;
    outline-offset: 0 !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
i {
    font-family: 'FontAwesome';
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    line-height: normal;
}
/* Transition Effect CSS BOF */

a, img, input {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
/* Browser Selection CSS BOF */

::selection {
    background: #00bbe6;
    color: #273443;
}
::-moz-selection {
    background: #00bbe6;
    color: #273443;
}
::-webkit-selection {
    background: #00bbe6;
    color: #273443;
}
::-o-selection {
    background: #00bbe6;
    color: #273443;
}
::-ms-selection {
    background: #00bbe6;
    color: #273443;
}
/* 02 : Global Classes CSS BOF

==================================================== */

.style-none {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: medium none;
}
.cover-bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.shadow-none {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.radius-none {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.border-none {
    border: medium none !important;
}
.text-transform {
    text-transform: uppercase;
}
.none-transform {
    text-transform: none;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* Background &amp; Color Style CSS BOF

=================================================== */

/* Font Color Style CSS BOF */

.white-color-text {
    color: #fff;
}
/* Background Color Style CSS BOF */

.gray-color-bg {
    background: #f5f5f5;
}
.darkred-color-bg {
    background: #803030;
}
.light-blue {
    background: #EBF4F9;
}
/* 03 : Heading Style CSS BOF

=================================================== */
h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 128px;
    line-height: 135px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -5.12px;
    text-align: center;
}
h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #273443;
    letter-spacing: -3px;
    margin: 0;
}
h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    color: #273443;
    letter-spacing: -1.28px;
}
p.body-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #273443;
    margin-bottom: 10px;
}
h3.bracket-title::before {
    content: "[";
    color: #00BBE6;
    margin-right: 8px;
}
h3.bracket-title::after {
    content: "]";
    color: #00BBE6;
    margin-left: 8px;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}
/* 05 : Image Style CSS BOF

=================================================== */

img {
    margin-bottom: 0;
}
/*margin-bottom:5px*/

/* 08 : Linedivider Style CSS BOF

=================================================== */

hr {
    border-bottom: medium none;
    margin-top: 0;
    margin-bottom: 0;
    background: #A5AAB1;
    opacity: 100%;
}
hr.home-service-line {
    background-color: #4B5662;
}

/* 10 : Button Style CSS BOF

=================================================== */

button.btn.btn-primary {
    background-color: #f7bf65;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    line-height: normal;
    color: #000;
    padding: 14px 0;
    width: 140px;
    border-radius: 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
button.btn.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: none;
}
/*** Buttton Varilation CSS BOF ***/

/* Hover State CSS BOF */

.btn:hover, .btn:focus, .btn:active {
    background: #3497db;
    color: #fff;
    box-shadow: none;
    outline: none;
}
/* 11 : Form &amp; Input Style BOF

==================================================== */

.form-control {
    background: transparent;
    height: 50px;
    font-weight: 500;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #4B5662;
    padding: 0;
    font-size: 20px;
    color: #00bbe6;
}
form.banner-form textarea.form-control {
    padding-right: 5px;
    resize: vertical;
    overflow: auto;
    height: 150px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
}
form.banner-form textarea.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #1325e8;
}
.contactus-main .contact-form-footer form.frmContactUs .form-inner textarea.form-control {
    min-height: 90px;
}
.form-control::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #C9CCD0;
}
input.form-control.form-group {
    font-size: 18px;
    line-height: normal;
}
/*** Placeholder CSS BOF ***/

.form-control::placeholder {
    color: #C9CCD0;
    font-size: 20px;
    font-weight: 500;
}
.form-control::-moz-placeholder {
    color: #C9CCD0;
    font-size: 20px;
    font-weight: 500;
}
.form-control:-ms-input-placeholder {
    color: #C9CCD0;
    font-size: 20px;
    font-weight: 500;
}
.form-control::-webkit-input-placeholder {
    color: #C9CCD0;
    font-size: 20px;
    font-weight: 500;
}
.form-control::-o-input-placeholder {
    color: #C9CCD0;
    font-size: 20px;
    font-weight: 500;
}
/*** Label CSS BOF ***/

label {
    font-size: 15px;
}
/* Focus State CSS BOF */

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #00bbe6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 16px;
    color: #00bbe6;
}
/*

| ========================================================

| INDEX PAGE CSS BOF

| ========================================================

*/

.page-wrapper {
    margin: 0px auto;
}
section {
    padding: 80px 0;
}
/* HEADER CSS BOF 

======================================================= */


button.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    background: #00bbe6;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00bbe6;
    z-index: 9999999;
}


/*navbar css start*/
ul.navbar-nav.home-menu-link {
    border-radius: 27px;
    border: 1px solid var(--neutral-colours-50, #4B5662);
    background: rgba(39, 52, 67, 0.50);
    backdrop-filter: blur(5px);
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 4px;
}
ul.navbar-nav.home-menu-link li.nav-item a.nav-link {
    padding: 8px 24px;
    border-radius: 27px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
}
.main-banner nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #fff;
    background-color: #00bbe6;
    padding: 8px 24px;
    border-radius: 27px;
}
.menu-btn button.btn.nav-menu-btn {
    border-radius: 60px;
    border: 1px solid var(--neutral-colours-50, #4B5662);
    background: linear-gradient(to right,#00bbe6 0,#00bbe6 50%,#273443 50%,#273443 100%);
    background-size: 201% 100%;
    background-position: 100% 0;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    display: flex;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.menu-btn button.btn.nav-menu-btn:hover {
    background-position: 0 0;
    color: #fff;
}
header.main-banner .navbar-light .navbar-nav .nav-link.active {
    border-radius: 27px;
    background: #00BBE6;
    color: #fff;
    padding: 8px 24px;
}
.main-banner .menu-btn button.btn.nav-menu-btn.active {
    border-radius: 27px;
    background: #00BBE6;
    color: #fff;
    padding: 8px 20px;
}
ul.navbar-nav.home-menu-link li.nav-item a.nav-link i {
    font-size: 16px;
}
header.main-banner .navbar .mobile-contact-btn.menu-btn {
    display: none;
}
header.main-banner {
    position: relative;
    height: 80vh;
}
header.main-banner video.main-banner-video {
    object-fit: cover;
    position: relative;
    height: 80vh;
}
header.main-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: var(--neutral-colours-60, #273443);
}
header.main-banner nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 999;
    padding: 24px 0 0 0;
}
header.main-banner .main-menu {
    justify-content: center;
}
header.main-banner .banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header.main-banner .banner-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    margin: 40px 0 40px;
}
.banner-btn {
    border: transparent;
    border-radius: 60px;
    display: inline-flex;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #273443;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(to right,#00bbe6 0,#00bbe6 50%,#ffffff 50%,#ffffff 100%);
    background-size: 201% 100%;
    background-position: 100% 0;
    transition: all 0.3s ease-in-out 0s;
}
.banner-btn:hover {
    background-position: 0 0;
    color: #fff;
}
.banner-btn:hover span svg g path {
    fill: #fff;
}
header.main-banner nav.navbar.navbar-expand-lg.navbar-light.sticky {
    background: #273443;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 14%);
    z-index: 999;
}




/*partner css start*/
.partner-main .partners-logo .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}



/*about css start*/
.about-main .about-content button.banner-btn {
    border-radius: 60px;
    border: 1px solid var(--neutral-colours-40, #6F7881);
    background: linear-gradient(to right,#00bbe6 0,#00bbe6 50%,#ffffff 50%,#ffffff 100%);
    background-size: 201% 100%;
    background-position: 100% 0;
    transition: all 0.3s ease-in-out 0s;
}
.about-main .about-content button.banner-btn:hover {
    background-position: 0 0;
    color: #fff;
}  
.about-main .about-content h2 {
    margin-bottom: 40px;
} 



/*company info css start*/
.company-numbers .company-counters-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 120px;
}


/*services css start*/
.our-services {
    background-color: #273443;
}
.our-services .inner-title h3.bracket-title {
    color: #fff;
    margin-bottom: 20px;
}
.our-services .service-main-wrapper {
    margin: 50px 0 50px 0;
}
.our-services .services-inner h2 {
    color: #A5AAB1;
}
.our-services .services-inner i {
    color: #fff;
    font-size: 80px;
    font-weight: 200;
}
.our-services .service-dis p.body-title {
    color: #C9CCD0;
    max-width: 655px;
}
.our-services .service-main-wrapper .services-inner a.arrow-services {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 35px;
}
.our-services .service-main-wrapper .services-inner a.arrow-services::after {
    content: "";
    display: inline-block;
    padding-left: 8px;
    background-image: url("../../assets/images/service-arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-out;
    width: 40px;
    height: 40px;
    opacity: 0;
}
.our-services .service-main-wrapper .services-inner a.arrow-services:hover::after {
    transform: translateX(50px);
    opacity: 1;
}
.our-services .service-main-wrapper .services-inner a.arrow-services:hover h2 {
    color: #fff;
}
.our-services a.request-cta {
    background-image: url("../../assets/images/cta-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    padding: 48px 73px;
    border-radius: 8px;
    opacity: 60%;
    margin-top: 80px;
    transition: all 0.3s ease-out 0s;
}
.our-services a.request-cta img:hover  {
    transform: translateX(60px);
    opacity: 1;
}
.our-services a.request-cta:hover {
    opacity: 1;
}
.our-services a.request-cta h1 {
    mix-blend-mode: overlay;
    margin-bottom: 0;
}
.our-services a.request-cta img {
    mix-blend-mode: overlay;   
}


/*core focus css start*/
.core-focus .focus-main .icon {
    margin-bottom: 10px;
}
.core-focus .focus-main .focus-content h3 {
    margin: 30px 0px;
    min-height: 80px;
}
.core-focus .focus-main .focus-content p.body-title {
    color: #4B5662;
}
.core-focus .focus-inner {
    margin-bottom: 60px;
}



/*success stories css start*/
.success-stories h1 {
    color: #273443;
    text-align: left;
    margin-bottom: 30px;
}
.success-stories .story-content p.body-title {
    margin-top: 30px;
    color: #4B5662;
}
.success-stories .story-main-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 60px 0;
}
.success-stories .story-tag ul.tag-list {
    display: flex;
    align-items: center;
    gap: 12px;
}
.success-stories .story-tag ul.tag-list li {
    border-radius: 60px;
    border: 1px solid #C9CCD0;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4B5662;
}
.success-stories .story-img {
    padding: 60px 0;
}



/*testimonials css start*/
.testimonials-main {
    background-color: #E8EDDF;
}
hr.testimonials {
    background-color: #4B5662;
}
.testimonials-main .testimonials-slider .swiper .swiper-wrapper .swiper-slide h2 {
    margin: 70px 0;
}
.testimonials-main .testimonials-slider .clients-details {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonials-main .testimonials-slider .clients-details .clients-info h6.subtitles {
    color: #273443;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.testimonials-main .testimonials-slider .clients-details .clients-info p {
    color: #273443;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.testimonials-main .testimonials-slider .swiper .swiper-button-prev {
    position: absolute;
    left: auto;
    right: 100px;
    bottom: 0;
    top: auto;
}
.testimonials-main .testimonials-slider .swiper .swiper-button-prev::after {
    content: "";
    background-image: url("../../assets/images/testimonials-left-arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.testimonials-main .testimonials-slider .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
}
.testimonials-main .testimonials-slider .swiper .swiper-button-next::after {
    content: "";
    background-image: url("../../assets/images/testimonials-right-arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.testimonials-main .testimonials-slider .swiper .swiper-pagination-fraction {
    bottom: 17px;
    left: auto;
    right: 55px;
    top: auto;
    width: auto;
}



/*contact css start*/
.contactus-main {
    background-color: #273443;
}
.contactus-main .inner-title h1 {
    text-align: left;
    margin-bottom: 40px;
}
.contactus-main .contact-form-footer form.frmContactUs .form-inner {
    margin-bottom: 35px;
}
.contactus-main .contact-form-footer {
    margin-top: 80px;
}
.contactus-main form.frmContactUs button.banner-btn.contact-submit-btn {
    margin-top: 10px;
}
.contactus-main .contactus-right {
    background-image: url("../../assets/images/contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 40px;
}
.contactus-main .contactus-right h2 {
    mix-blend-mode: overlay;
    color: #fff;
}


/*footer css start*/
footer.footer {
    background-color: #273443;
    padding: 80px 0;
}
.footer .footer-all-links .footer-menu h6 {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footer-all-links .footer-menu ul.footer-list li a {
    font-size: 16px;
    line-height: normal;
    color: #C9CCD0;
    margin-bottom: 0;
}
.footer .footer-all-links .footer-menu ul.footer-list li a:hover {
    color: #00bbe6;
}
.footer .footer-all-links {
    display: flex;
    gap: 140px;
}
.footer .footer-all-links .footer-menu ul.footer-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 50px;
}
.footer .copyright .copyright-sec-ffoter p {
    font-size: 14px;
    line-height: normal;
    color: #6F7881;
    font-weight: 500;
    margin-bottom: 0;
}
.footer .copyright .copyright-right ul li a {
    color: #6F7881;
    font-size: 14px;
    line-height: normal;
    color: #6F7881;
    font-weight: 500;
}
.footer .copyright .copyright-right ul li a:hover {
    color: #00bbe6;
}
.footer .copyright .copyright-right ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 40px;
}
.footer .footer-top-line {
    border-top: 1px solid #4B5662;
    padding-top: 50px;
}
.footer-all-links .footer-menu ul.footer-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}



/*about-us page css start*/

/*banner css start*/
header.main-banner.about-us-page {
    background-image: url("../../assets/images/about-banner-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h1 span.about-bracket::before {
    content: "[";
    color: #00BBE6;
    margin-right: 8px;
}
h1 span.about-bracket::after {
    content: "]";
    color: #00BBE6;
    margin-left: 8px;
}



/*our story css start*/
.our-story {
    background-color: #273443;
}
.our-story .inner-title h3.bracket-title {
    color: #fff;
}
.our-story .about-content h3 {
    color: #fff;
}
.our-story .gallery-inner {
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}



/*our velue css start*/
.our-values.core-focus .focus-content h3 {
    min-height: auto;
}
.our-values.core-focus .focus-main {
    margin-bottom: 50px;
}


/*our team css start*/
.our-team .inner-title h1 {
    color: #273443;
    text-align: left;
    padding-bottom: 30px;
}
.our-team .team-member-main .team-name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.our-team .team-member-main .team-name i {
    color: #A5AAB1;
    font-size: 30px;
}
.team-member-main .team-position p.body-title {
    color: #4B5662;
}
.team-member-main .team-member-photo {
    margin-top: 20px;
}
.team-member-main  .team-image-fade {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.team-member-main .team-position {
    margin-bottom: 16px;
}
.team-member-main a.main-img-info .content-overlay {
  background: rgb(0 0 0 / 72%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-member-main a.main-img-info:hover .content-overlay {
  opacity: 1;
}
.content-details {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.main-img-info:hover .content-details {
      top: auto;
    bottom: 0;
  opacity: 1;
}
.fadeIn-bottom {
  top: 80%;
}
.team-image-fade .content-details p.body-title {
    color: #fff;
    padding: 0 30px;
    margin-bottom: 0;
}
a.main-img-info:hover .team-name i {
    color: #0288D1;
}
.our-team .team-member-main {
    margin-top: 45px;
}



/*company-info-about css start*/
.company-info-about {
    background-color: #E8EDDF;
}
.company-info-about .banner-btn {
    margin-top: 40px;
}



/*company-info-about css start*/
.company-info-about .about-numbers-main h6 {
    font-size: 128px;
    line-height: normal;
    font-weight: 700;
    color: #273443;
}
.about-numbers-main p.body-title {
    color: #4B5662;
}
.company-info-about .about-numbers-main {
    border-left: 1px solid #4B5662;
    padding: 30px 25px;
}
.company-info-about .inner-title h3 {
    max-width: 500px;
}
.company-info-about .about-numbers-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
}
.company-info-about .about-partner {
    margin-top: 60px;
}



section.contactus-main.our-services a.request-cta {
    margin-top: 0;
    margin-bottom: 100px;
}
.company-info-about .about-partner .partners-logo .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}



/*contact-us page css start*/
header.main-banner.contact-us-page {
    background-image: url("../../assets/images/contact-page-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form-footer.contact-page-main {
    margin-top: 0;
}
ul.contact-page-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}
ul.contact-page-info li {
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.contact-page-info li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
ul.contact-page-info li a:hover {
    color: #00bbe6;
}
ul.contact-page-info li img {
    filter: invert(1) grayscale(68) brightness(6.5);
}
.map-view-main {
    margin-top: 100px;
}
.map-view-main iframe.map-style {
    border-radius: 8px;
}


.contact-faqs {
    background-color: #273443;
}
.faq-drawer {
    margin-bottom: 30px;
}
.faqs-main-wrap .accordion .accordion-item {
    background-color: transparent;
    border: none;
}
.faqs-main-wrap .accordion .accordion-item h2.accordion-header button.accordion-button {
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    padding: 40px 0;
    box-shadow: none;
    border-top: 1px solid #5E5E5E;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faqs-main-wrap .accordion .accordion-item h2.accordion-header .accordion-collapse .accordion-body {
    font-size: 20px;
    line-height: normal;
    padding: 0 0 30px 0;
    color: #C9CCD0;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
}
.faqs-main-wrap .accordion .accordion-item h2.accordion-header .accordion-item .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.contact-faqs .faqs-main-wrap {
    margin-top: 80px;
}
.accordion-button::after {
    background-image: url("../../assets/images/plus.png");
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../../assets/images/minus.png");
    background-position: center;
    transform: rotate(-180deg);
}
.contact-faqs a.request-cta {
    margin-bottom: 80px;
}
.faqs-main-wrap .accordion .accordion-item:last-child {
    border-bottom: 1px solid #5E5E5E;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}



/*services main page css start*/
header.main-banner.service-main-page {
    background-color: #273443 !important;
    height: 100%;
    position: relative;
}
.service-main-page .service-banner-main {
    position: absolute;
    bottom: 100px;
    top: auto;
    left: 0;
    right: 0;
}
header.main-banner.service-main-page::after {
    display: none;
}
header.main-banner.service-main-page .service-banner-main .service-wrap-text h3 {
    text-align: left;
    color: #fff;
}
header.main-banner.service-main-page .service-banner-main .service-wrap-text h1 {
    text-align: left;
    margin-bottom: 40px
}
header.main-banner.service-main-page .service-banner-main .service-wrap-text .service-ban-img {
    margin-top: 50px;
}
.service-main-page .service-bg-video-wrap video {
    mix-blend-mode: saturation;
    -webkit-mix-blend-mode: saturation;
    min-height: 1343px;
    object-fit: cover;
}


p.body-title.service-intake {
    margin-bottom: 40px;
}
.core-specialisations .service-mvp-inner {
    max-width: 616px;
    margin-left: auto;
}
.core-specialisations .cloud-architecture-inner {
    max-width: 616px;
    margin-right: auto;
}
.core-specialisations .services-dev-img.mvp-space {
    margin-top: 50px;
}
.core-specialisations .mvp-ser-space {
    padding: 0;
}


/*cms pages start*/
header.main-banner.privacy-main {
    background-color: #273443;
    height: 100%;
    position: relative;
}
header.main-banner.privacy-main::after {
    display: none;
}
.privacy-policy-wrap .inner-title h2 {
    color: #fff;
}
.privacy-policy-wrap .privacy-banner-right h3 {
    color: #fff;
    max-width: 781px;
}
.privacy-policy-wrap .privacy-banner-right p.body-title {
    color: #C9CCD0;
    margin-top: 24px;
}
.privacy-policy-wrap {
    padding: 140px 0 0 0; 
}
hr.privacy-space {
    margin-top: 80px;
}
section.info-collect {
    background-color: #273443;
}
.info-collect .collect-right h6 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.info-collect .collect-right p {
    font-size: 20px;
    font-weight: 500;
    color: #C9CCD0;
    line-height: normal;
}
.info-collect .collect-right p a {
    text-decoration: underline;
    color: #C9CCD0;
}