@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.cdnfonts.com/css/Roboto');
@import url('https://fonts.cdnfonts.com/css/Inter');
@import url('https://fonts.cdnfonts.com/css/Oxygen');

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.topbar .col-auto {
    margin: 0;
    padding: 0;
}

#wwd, #sol, #part, #team, #tte, .teamcontainer {
    border: 1px solid black;
}

/* Styling for the menu overlay */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1877F2;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center; /* Vertically center the menu */
}

/* Styling for the menu content */
.menu-content {
    background: none;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.service-content {
    background: white;
    padding: 60px;
    color: black;
    border-radius: 10px;
    text-align: center;
    width: 1231px;
    height: 583px;
    flex-shrink: 0;
}

.service-content .service-image h3 {
    margin: 60px 0;
}

/* Styling for the close button */
.close-menu, .close-service {
    position: absolute;
    top: 60px;
    right: 60px;
    height: 72px;
    font-family: ''Inter'';
    font-size: 75px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* Styling for the menu overlay */
.contact-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DEE5F9;
    z-index: 999;
    color: #373737;
    text-align: left;
    overflow: hidden;
    justify-content: center;
    align-items: center; /* Vertically center the contact */
}

.service-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1877F2;
    z-index: 999;
    color: white;
    text-align: center;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
}

/* Styling for the contact content */
.contact-content {
    background: none;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
    text-align: center;
    margin: 10% auto 0 auto;
}

/* Styling for the close button */
.close-contact {
    margin-top: -100px;
    float: right;
    height: 72px;
    font-size: 75px;
    cursor: pointer;
}

.col-md-6 {
    margin: 0;
    padding: 0;
}

/* Styling for the menu items */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin: 15px 0;
    color: #FFF;
}

.menu-list .menutitle {
    margin: 15px auto;
    text-align: center;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menu-list a {
    text-decoration: none;
    color: #fff;
    font-family: 'Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin: 15px auto;
    transition: color 0.3s;
    display: block; /* Make the menu items block-level for centered alignment */
    text-align: center; /* Center the text links horizontally */
}

.menu-list a:hover {
    color: #0056b3;
}

.menulist li {
    transform: translateY(0);
    animation: fadeIn 1s forwards;
}

.close-menu2 {
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0);
    }
}

rect.btn {
    stroke:#fff;
    fill:#fff;
    fill-opacity:0;
    stroke-opacity:0;
  }

.topbar {
    background: #FFF;
    color: rgb(37, 37, 37);
    padding: 10px 30px;
    width: 100%;
    border: 1px solid black;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100px;
    margin: 0 auto;
}

.tbrow {
    width: 1500px;
    margin: 0 auto;
}

.tbrowmenu {
    color: #373737;
    width: 1500px;
    background-color: #ffffff;
    margin: 0 auto;
}

.tbrowmenu ul li {
    display: inline;
    padding: 0 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 40px 20px;
}

.tbrowmenu ul li a {
    color: #373737;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.tbrowmenu ul li a:hover {
    cursor: pointer;
    color: #7C7C7C;
}

.topbar-icons img {
    margin-right: 10px;
}

.topbar-icons-right {
    width: 100px;
    background-color: white;
    height: 96px;
    padding-top: 35%;
    text-align: center;
}

.topbar svg:hover, .topbar img:hover{
    cursor: pointer;
}

.tbrowmenu .topbar-icons-right {
    background-color: #ffffff;
}

.topbar-icons-left {
    width: 107px;
    background-color: white;
    height: 96px;
    text-align: center;
}

.brandlogo {
width: 45px;
height: 45px;
flex-shrink: 0;
margin-top: 25%;
}

.footer-section .brandlogo {
    width: 87px;
    height: 87px;
    flex-shrink: 0;
    margin-top: 0;
}

.brandlogo:hover, .topbar-icons-right:hover, .open-service:hover, .watchbtn svg:hover {
    cursor: pointer;
}

.menubtn {
    float: right;
    width: 42px;
height: 42px;
flex-shrink: 0;
}

.jumbotron-item {
    transform: translateY(30px);
}

.menu-fade-in {
    animation: menuFadeIn 2s;
    opacity: 1;
}

.fade-in {
	animation: fadeIn 2s;
  	opacity: 1;
}

/* Keyframes for the fade-in animation */
@keyframes menuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.jumboinner {
    width: 1440px;
    margin: 0 auto;
}

.jumbotron-item{
    animation: fade-in; 
}

.jumbotron {
    color: white;
    text-align: left;
    background-size: cover;
    height: 800px;
    background-image: url('../images/mainbg3.jpg');
    /*background-image: url('../images/bg1.png');
    https://images.unsplash.com/photo-1529528744093-6f8abeee511d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80 */
    width: 100%;
    background-position: center;
    padding: 76px 50px;
    flex-shrink: 0;
    margin: 100px auto 0 auto;
    border-radius: none;
}

.jumbotron h1 {
    font-size: 3rem;
}

.jumbotron-image {
    background: none;
    border-radius: 15px;
    float: right;
    margin-top: 30px;
}

.video-overlay {
    background-image: url('../images/vidbg.png');
    background-size: cover;
    top: 0;
    left: 0;
    width: 560px;
    border-radius: 20px;
    padding: 20px;
    height: 308px;
    background-color: rgba(0, 0, 0, 0.5); /* Add a semi-transparent overlay */
    cursor: pointer;
}

.video-iframe {
height: 810px;
margin: 0;
padding: 0;
}

.jumbotron-image h2 {
    color: #FCFCFC;
font-family: Helvetica;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.jumbotron-image .watch-text {
    color: #FFF;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.watchbtn {
    margin-left: 10px;
    width: 30px;
height: 30px;
}

.jumbotron-image button {
    background-color: white;
    color: black;
}

.jumbocol {
    width: 300px;
}

.mainheading {
    color: #FFF;
font-family: Helvetica;
font-size: 120px!important;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.coltext {
    color: #FFF;
font-family: Helvetica;
font-size: 28px;
margin-top: -40px;
font-style: normal;
font-weight: 400;
line-height: 145%;
margin-bottom: 56px;
}

.colimg1 {
    width: 100%;
    height: 640px;
}

.colimg2 {
    width: 100%;
    height: 960px;
}

.subheading {
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    width: 75%;
    font-style: normal;
	text-align: right;
    font-weight: 700;
    line-height: 80px;
    margin: -30px 0 0px 0px;
}

.ctabtn {
background: #486ADC;
width: 250px;
border-radius: 7px;
height: 66px;
font-family: sans-serif;
font-size: 20px;
font-weight: 700;
box-shadow: 0px 2px 4px 0px rgb(65, 65, 65);
border: 1px solid #486ADC;;
flex-shrink: 0;
color: #ffffff;
}

.ctabtn2 {
background: none;
color: white;
margin-left: 10px;
border: 1px solid #ffffff;
}

.section-heading {
    width: 675px;
    height: 517px;
    padding: 60px 120px;
    background-image: url("../images/secbg1.jpg");
    background-position: center;
    background-size: cover;
}

/* Styling for the "What We Do" section */
.what-we-do {
    padding: 0;
    background-color: #fff;
    width: 1440px;
    margin: 0 auto;
}

.service-container {
    width: 100%;
    margin: 0 auto;
}

/* Styling for service cards */
.service-card {
    padding: 60px 20px;
    margin: 0;
    background: none;
    width: 100%;
height: 320px;
flex-shrink: 0;
}

.service-card-col {
    border-bottom: 1px solid gray;
}

.service-image {
    border-radius: 40px 40px 0px 0px;

}

.svg-container {
    position: relative;
    width: 100px; /* Adjust the size of the round image */
    height: 100px;
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 40px;
    background-color: #F4F0FF;
    display: block;
  }

  .servtext {
    width: 207px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 30px;
    font-size: 25px;
    color: #373737;
  }

  .servdescr {
    width: 207px;
    font-size: 16px;
  }

  .outersvg {
    position: absolute;
    top: 0;
    left: 0;
}

.prod-descr-list {
    margin: 40px 0;
}

.prod-descr-list li {
    margin-bottom: 20px;
    color: #7C7C7C;
font-family: 'Roboto';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}

.prod-descr-list li svg{
    margin-right: 30px;
}

.horiz-line {
    width: 2px;
    height: 24px;
    background-color: #FBBC05;
    margin-left: 11px;
}

.prod-img-container {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.service-card h3 {
    margin-bottom: 20px;
    padding-top: 0;
    color: #1C1B1F;
font-family: 'Roboto';
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}

.service-card p {
color: #1C1B1F;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 150% */
line-height: 20px;
margin-top: 40px;
width: 478px;
flex-shrink: 0;
}

.service-card a.btn {
    text-decoration: none;
    background: none;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.3s;
}

.service-text {
    width: 80%;
}

.service-card svg {

}

/* Styling for the "Our Products" section */
.our-products {
    /*background-image: url('background-image.jpg');*/
    background-size: cover;
    color: #fff;
    background-color: #FFFFFF;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
}

.prodrow {
    width: 100%;
    height: fit-content;
}

.prodrow .col-md-2 {

}

.prodinner {
    width: 1440px;
    margin: 0 auto;
}

.prodcontainer {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.solutions {
    padding: 50px 0;
    /*background-image: url('background-image.jpg');*/
    background-size: cover;
    color: #373737;
    background: #FFF;
    width: 1440px;
flex-shrink: 0;
margin: 0 auto;
}

.solinner {
    width: 1422px;
    height: 536px;
    margin: 0 auto;
}

.solcard {
    height: 536px;
    width: 100%;
    border: 1px solid black;
    padding: 48px 40px;
}

.solcard .col-md-2 {
    height: 117px;
    width: 117px;
}

.solimgcont {
    background-color: black;
    width: 103px;
    height: 117px;
    text-align: center;
}

.solimg {
    height: 48px;
    width: 79px;
}

.si0 {
    margin-top: 25%;
}

.si1 {
    width: 100%;
    height: 100%;
}

#part {
    height: 443px;
}

.soldetails {
    width: 451px;
    padding: 30px 0;
}

.solheading {
    width: 113%;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.soldescr {
    text-align: left;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.solcardborder {
    border-left: .5px solid rgb(165, 165, 165);
}

.availcard, .availsidecard {
    padding: 60px;
}

.availsol {
    padding: 84px 0 0 0;
    margin: 0 auto;
}

.inputcont {
    margin: 80px 0 0 30px;
}

.svgcont {
    margin: 220px 0 0 30px;
}

.partsvg {
    margin: 120px 0 0 30px;
}

.teamsvg {
    margin: 120px 0 0 30px;
}

.availdets {
    margin-left: 60px;
}

.availheader {
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    color: #373737;
    line-height: 48px;
}

.yellowbg {
    background-color: #FBBC05;
}

.graybg {
    background-color: #FBFBFB;
}

.partnersection .row {
    width: 1440px;
    margin: 0 auto;
}

.partnersection .partnercol {
    width: 240px;
    height: 80px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid black;
    justify-content: center;
    text-align: center;
}

.partnersection .partnercol img {

}

.servbtn {
    width: 209px;
    margin-left: -5px;
    height: 59px;
    padding: 10px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    color: white;
    border: 1px solid black;
    flex-shrink: 0;
background: #496BDD;
}

.servbtn:hover {
    background: #4267e0;
    color: white;
}

.availinner {
    width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.concierge {
    width: 1440px;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.concicon {
    width: 1269px;
}

.conciconhold {
    border-radius: 50%;
    border: 1px solid black;
    background-color: #D9D9D9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.concsvg {
    margin: 0;
    padding: 0;
}

.conciccont {
    margin-left: -20px;
    width: 1317px;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.concboticons {
    justify-content: space-between;
    width: 1460px;
    margin-bottom: 60px;
}

.concbotcard {
    color:#7C7B7A;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.concbotcard p {
    margin-top: 20px;
}

.lifecycle {
    width: 1460px;
    margin: 0 auto;
    padding-bottom: 75px;
}

.lf-list {
    justify-content: space-between;
}

.lf-main {
    margin-bottom: 40px;
    color:#7C7B7A;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.lf-txtl ul {
    list-style: circle;
    padding: 0 10px;
}

.suppcard ul {
    list-style-type: disc;
    margin-left: 40px;
}

.lf-txtl ul li{
    color:#999999;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.lf-card {
    width: 224px;
    background-color: #DEE5F9;
    border-radius: 10px;
    border: 1px solid black;
    height: 495px;
    color: #F9F9F9;
    justify-items: center;
    padding: 20px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 26px;
}

.lfwhite {
    background-color: white;
}

.lfheadicon {
    position: relative;
    top: -44px;
    left: -29px;
}

.lf-header {
    position: relative;
    top: -80px;
    left: 2px;
}

.lfsvg {
    text-align: center;
    margin: 20px 40px 30px 40px;
}

.alxlist {
    list-style: disc;
    padding-left: 20px;
}

.alxlist li {
    margin: 0;
    padding: 0;
}

.support {
    background-color: #DEE5F9;
    padding: 160px 0;
    border: 1px solid black;
}

.suppimage {
    text-align: center;
    margin-bottom: 50px;
}

.supprow {
    width: 1200px;
    margin: 0 auto;
}

.suppcard {
    width: 200px;
    margin-right: 40px;
    z-index: 2;
}

.supphead {
    font-family: 'Inter';
    font-weight: 400;
    margin: 30px 0;
    color: #000000;
    line-height: 24px;
    font-size: 20px;
}

.suppline {
    position: relative;
    left: 309px;
    top: 304px;
    z-index: 1;
}

.availinner .availcard {
    height: 478px;
}

.availcard2 {
    width: 280px;
}

.dlicon {
    position: absolute;
    right: 50px;
    border-radius: 10px;
    bottom: 30px;
    padding: 10px 25px;
    background-color: #0056b3;
    color: white;
}

.dlicon:hover {
    cursor: pointer;
    background-color: #013368;
}

.solblue {
    background-color: #DEE5F9;
}

.service-main-descr {
    text-align: left;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #373737;
    width: 360px;
    padding: 0;
    line-height: 26px;
    font-size: 18px;
}

.service-main-descr2 {
    width: 100%;
}

.productheader, .serviceheader {
text-align: left;
font-family: 'Inter';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 0;
color: #496BDD;
margin: 30px auto;
}


.headercontainer {
    background-color: #DEE5F9;
    padding: 40px 60px;
    color: #373737;
    text-align: left;
    height: 518px;
}

.hcwhite {
    background-color: #FFFFFF;
}

.headercontinner {
    width: 336px;
    height: 381px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
    margin-left: 100px;
}

.hcleft {
    justify-content: end;
}

.hileft {
    margin-left: 20px;
    width: 500px;
}

.hiprod, .hiteam, .hitte {
    width: 500px;
}

#tte {
    height: 480px;
    padding: 40px 10px;
}

.svg-line-1 {
    margin: 320px 0 0 16px;
}

.svg-line-2 {
    margin: 300px 0 0 16px;
}

.serviceheader {
    color: #496BDD;
} 

.productheader {
    margin-bottom: 40px;
}


/* Styling for product cards */
.product-card {
    background-color: white;
    color: black;
    width: 136px;
    height: 98px;
    padding: 20px;
}

.product-card img {
    width: 50px; /* Adjust the size of the product image */
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}

.producttitle {
    color: #373737;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}

.product-description {
    width: 536px;
    color: #FFF;
font-family: 'Helvetica Neue', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 145%;
}

.solutiontitle {
    color: #373737;
text-align: center;
font-family: Helvetica;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 140px;
margin-top: 80px;
}

.sol-container {

}

.pdfholder {
    text-align: center;
    position: absolute;
    left: 40%;
    bottom: 10%;
}

.pdflink {
    color: #373737;
text-align: center;
font-family: Helvetica;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.pdfholder svg {
    margin-right: 20px;
}

/* Styling for solution cards */
.solution-card {
    padding: 0;
    margin: 30px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(180deg, #F7F9FF 0%, rgba(247, 249, 255, 0.00) 100%);
    width: 600px;
height: 656px;
flex-shrink: 0;
border-radius: 40px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.solution-card .row {
    border-radius: 40px 40px 0px 0px;
height: 160px;
padding: 30px 30px 0 30px;
}

.solcardheader {
    color: #59009E;
font-family: Helvetica;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.solcarddescr {
    color: #373737;
font-family: 'Helvetica Neue', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 145%;
}

.details {
    padding: 30px;
}

/* Styling for details */
.details ul {
    list-style-type: disc;
    padding: 0;
    margin-top: 20px;
}

li {
    display: list-item;
    justify-content: space-between;
    margin-bottom: 10px;
}

.detail-name {
    font-weight: bold;
}

.detail-description {
    flex-grow: 1;
    margin-left: 10px;
}

.videocontainer {
    width: 1440px;
    height: 846px;
    margin: 0 auto;
}

/* Styling for the "Our Team" section */
.our-team {
    background: #496BDD;
    color: #fff;
    padding: 50px 0;
}

.teamcontainer .col-md-4 {
    margin: 0;
    padding: 0;
}

.teamcontainer .bordered {
    border-right: solid 1px gray;
}

.teamcard {
    height: 480px;
    width: 480px;
    border: 1px solid black;
    text-align: center;
}

.teamimg {
    height: 322px;
}

.teamcontainer {
    width: 1440px;
    margin: 0 auto;
}

.teamheading {
    color: #1C1B1F;
text-align: left;
font-family: 'Roboto';
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-top: 37px;
}

.teamdescr {
    color: #1C1B1F;
text-align: left;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-top: 16px;
}

.rowcontainer {
    width: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.rowcontainer::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .rowcontainer {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.team-members {
    display: flex;
    width: max-content;
}

.left-chevron {
    position: absolute;
    left: 5px;
    z-index: 99;
    top: 30%;
    background: #496BDD;
    width: 80px;
}

.right-chevron {
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 30%;
    background: #496BDD;
    width: 80px;
}

.left-chevron:hover, .right-chevron:hover {
    cursor: pointer;
}

.membercol {

}

.team-member {
    padding: 20px;
    width: 525px;
    height: 332px;
    flex-shrink: 0;
    border-radius: 10px;
    color: black;
background: #FFF;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
margin: 0 30px;
}

.team-member h3 {
    color: #000;
font-family: 'Inter';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.team-member p {
    color: #000;
font-family: 'Helvetica Neue', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 145%; /* 26.1px */
}

.team-member-image svg {
    margin-top: -15px;
}

.teamdetails {
    padding: 0 30px;
    width: 80%;
    margin: 0 auto;
}

/* Styling for the "Get in Touch" section */
.get-in-touch {
    background-color: #fff;
    width: 100%;
height: 544px;
color: black;
margin: 0 auto;
}

.contactheader {
    color: #496BDD;
text-align: left;
font-family: 'Inter';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 100px auto 40px auto;
}

.contactdescr {
    color: #000;
    text-align: left;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    width: 412px;
    margin-bottom: 94px;
}

.contactform {
    width: fit-content;
}

.contacttext {
    color: #000;
text-align: center;
font-family: 'Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-right: 20px;
}

.contactinput {
    width: 398px;
    height: 58px;
    border-radius: 5px;
    color: #373737;
    padding: 0 20px;
    text-align: left;
    flex-shrink: 0;
background-color: #D9D9D9;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
border: 1px solid black;
}

.contactbtn {
    width: 209px;
    margin-left: -5px;
    height: 59px;
    border-radius: 5px;
    color: white;
    border: 1px solid black;
    flex-shrink: 0;
background: #496BDD;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.contact-content .contactheader,
.contact-content .contactdescr,
.contact-content .contacttext {
    color: #373737;
}

.footer {
flex-shrink: 0;
background: #496BDD;
color: white;
}

.footercontainer {
    width: 1440px;
    height: 277px;
    padding: 50px 0;
    margin: 0 auto;
}

.copysection {
width: 100%;
margin-top: 70px;
}

.copyinner {
    width: 100%;
    justify-content: space-between;
}

.copytext {
    color: #7C7C7C;
font-family: 'Helvetica Neue', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 145%;
}

.innersvg {
    position: absolute;
    top: 25%;
    left: 25%;
}

.smallsvg {
    top: 30%;
    left: 30%;
}

.availicon:hover {
    cursor: pointer;
    color: #013368;
}

hr {
    margin-top: -5px;
    width: 80%;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer h4 {
    margin-bottom: 20px;
}

.footer svg, .socials svg {
    width: 32px;
height: 32px;
flex-shrink: 0;
margin-right: 20px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.socials {
    width: fit-content;
    text-align: left;
    float: right;
    margin-top: 170px;
    margin-right: 150px;
}

.socials h4 {
    margin-bottom: 20px;
}

.selected {
    color: #013368;
}

.footer-section {
    padding: 100px 80px;
    background-color: #ffffff;
    border: 1px solid black;
}

.footer-section .col-md-6 {
    padding: 0;
}

.footer-section .row {
    margin: 0;
}

.footerheader {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 22px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.footer-section ul li a:hover {
    cursor: pointer;
    color: #013368;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.active {
    color: #7C7C7C !important;
}

.contsec p {
    margin: 0;
}

.newsletter {

}

.contsecin {
    background: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid grey;
    padding: 10px 0;
    margin-bottom: 20px;
}

.newsmain {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 22px;
}

.copyr {
    color: #000;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 22px;
}

.conchead {
    color: #000000;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
}

.concdescr {
    color: #999999;
    font-family: 'Inter';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 33px;
}

.formNotifier {
    text-align: left;
    color: black;
}

.additional {
    margin-left: 48px;
    height: 442px;
}

.additional .service-main-descr {
    width: 296px;
}

.arrow-right {
    position: relative;
    left: 135px;
    top: -105px;
}

@media only screen and (max-width: 1440px) {
    .topbar {
        padding: 0;
    }
    .headercontinner {
        margin-left: 0;
        }
        .hcleft {

        }
        .availinner {
            width: 1300px;
            justify-content: space-between;
        }
        .availcard2 {
            width: 250px;
        }
        .concierge {
            width: 1280px;
        }
        .concboticons {
            width: 1360px;
        }
        .lifecycle {
            width: 1260px;;
        }
        .partnersection .row {
            width: 1440px;
        }
        .solinner {
            width: 1440px;
        }
        .jumboinner {
            width: 1440px;
        }
        .what-we-do {
            width: 1440px;
        }
        .footercontainer, .partnersection, .solutions,
        .videocontainer {
            width: 1440px;
        }
        .teamcontainer {
            width: 1390px;
        }

        .teamcard {
            width: 463px;;
        }
        .teamimg {

    }
    .suppline {
        left: 79px;
        top: 304px;
    }
    .contact-content {
        width: 60%;
    }
    .additional {
    margin-left: 48px;
}
.svg-line-2 {
    margin: 300px 10px 0 16px
}
.arrow-right {
    position: relative;
    left: 135px;
    top: -105px;
}
}

@media only screen and (max-width: 1366px) {
.headercontinner {
margin-left: 0;
}
.hcleft {

}
.topbar-icons-right {
    width: 50px;
    height: 70px;
}
.topbar-icons-left {
    width: 50px;
    height: 70px;
}
.availinner {
    width: 1300px;
    justify-content: space-between;
}
.availcard2 {
    width: 250px;
}
.concierge {
    width: 1280px;
}
.concboticons {
    width: 1360px;
}
.lifecycle {
    width: 1260px;;
}
.partnersection .row {
    width: 1350px;
}
.solinner {
    width: 1366px;
}
.jumboinner {
    width: 1340px;
}
.what-we-do {
    width: 1340px;
}
.footercontainer, .partnersection,
.solinner, .solutions, .teamcontainer,
.videocontainer {
    width: 1348px;
}
.teamcard {
    width: 450px;
}
.teamimg {

}
.suppline {
    left: 48px;
    top: 304px;
}
.contact-content {
    width: 60%;
}
.additional {
    margin-left: 48px;
}
.arrow-right {
    position: relative;
    left: 135px;
    top: -105px;
}
.conciccont {
    width: 1342px;
}
}

@media only screen and (max-width: 600px) {
    .topbar {
        height: 60px; /* Adjust the height for smaller screens */
        padding: 10px; /* Adjust the padding for smaller screens */
        box-sizing: border-box;
    }
	
	.jumbotron {
		padding: 80px 10px;
	}
	
	.mainheading {
		font-size: 60px!important;
	}
	
	.subheading {
		text-align: left;
		margin: -30px 0 30px 40px;
	}
	
	.jumbocol {
		margin: 0 auto;
	}
	
	.ctabtn {
		width: 230px;
		height: 50px;
	}
	
	iframe {
		
	}
	
	.solutions {
		width: fit-content;
        padding: 20px;
	}

    .solcardheader {
        font-size: 25px;
    }

    .solcarddescr {
        font-size: 16px;
    }

    .menu-list a {
        font-size: 20px;
    }

    .detail-description {
        font-size: 14px;
    }

    .pdfholder {
        left: 20%;
    }
	
	.what-we-do {
		width: fit-content;
        padding: 20px;
	}
	
	.productheader, .serviceheader {
		font-size: 30px;
		margin: 10px;
	}
	
	.service-card {
		width: 100%;
		height: fit-content;
		padding: 10px;
        margin: 10px auto;
	}
	
	.service-card p {
		width: fit-content;
        font-size: 18px;
	}

    .svg-container {
        width: 140px;
    }

    .contacttext {
        margin-bottom: 10px;
    }

    .service-card h3 {
        font-size: 25px;
    }

    .contact-content {
        margin-top: 30%;
    }

    .service-content {
        width: 100%;
        height: fit-content;
    }
	
	.product-description {
		width: 90%;
	}
	
	.product-card {
		margin-bottom: 0;
		margin: 0 auto 30px auto;
	}
	
	.our-products {
		height: fit-content;
	}

    .our-team {
        padding: 20px;
    }
	
	.solutiontitle {
		margin: 10px auto;
	    font-size: 30px;
	}
	
	.solution-card {
		width: 100%;
	}
	
	.teamcontainer {
		height: fit-content;
	}
	
	.rowcontainer {
		position: static;
	}
	
	.contactdescr {
		width: 100%;
	}
	
	.contactinput {
        width: 70%;
        height: 40px;
	}

    .contactbtn {
        height: 44px;
        width: 100px;
    }
	
	.footercontainer {
		width: 100%;
        height: fit-content;
        padding: 20px;
	}

    .teamheading {
        font-size: 30px;
        margin: 0;
    }
	
	.team-member {
		margin: 10px 0;
        width: 100%;
        height: fit-content;
	}

    .teamdescr {
        width: 100%;
        font-size: 16px;
        margin: 40px auto;
    }

    .left-chevron, .right-chevron {
        display: none;
    }

    .socials {
        padding: 0 10px;
        margin-right: 70px;
    }

    .close-contact, .close-menu, .close-service {
        height: 40px;
    }

    .topbar-icons-right {
        margin-top: -5px;
    }

    .contactheader {
        font-size: 30px;
        padding: 20px;
        margin: 0;
    }

    .contactdescr {
        font-size: 16px;
        margin: 0 auto 40px auto;
    }

    .contactform {
        padding: 0 20px;
    }

    .team-member h3 {
        font-size: 30px;
    }

    .copysection {
        padding: 10px;
    }

    .get-in-touch {
        height: fit-content;
        padding: 40px 20px;
    }

    .team-members {
        width: fit-content;
    }

    .conciccont {
        width: 1332px;
    }
}