body{
	font-family: Jost !important;
}

.section-1-bg{
    background-image: url('../images/group.png');
    background-repeat: no-repeat;  
    background-size: cover;
    width: 100%;
    /* max-width: 1320px; */
    margin-left: auto;
    margin-right: auto;
}
.img-over{
    background: 
        url(../images/et_bg.png),
        linear-gradient(to right, rgb(255, 255, 255),rgba(255, 255, 255, 0.990),rgba(255, 255, 255, 0.911),  rgba(255, 255, 255, 0.795));
        background-repeat: no-repeat;
        background-position: calc(100% - 30%), center;
        background-size: auto 85%, contain;
}

@media all and (max-width: 991px) {
    .img-over{
            background-position: calc(100% - -20%), center;
            background-size: auto 70%, contain;
    }
}
.et-bg {
    background-image: url('./images/et_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    top: 0;
    right: 0;
    z-index: 1;

}
@media all and (max-width: 991px) {
    .et-bg {
        display: none; 
    }
}
.head-content{
    display: flex;
    padding: 0 10%;
}
.nav-link{
	color: #09547b !important;
	padding: 20px;
	margin-left: 2.5rem;
	font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.toggle-icon{
	color: #000 !important;
	border: 0px solid #fff !important;
}

@media all and (max-width: 991px) {
    .nav-link {
        padding: 1.66rem !important;
        font-size: 20px !important;
        text-align: center !important;
    }

    .navbar-nav {
        flex-direction: column !important;
        padding-top: 1rem;
    }

    /* Navbar container styling */
    .navbar {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        overflow: hidden !important;
    }

    /* Navbar-toggler should always be visible */
    .navbar-expand-sm .navbar-toggler {
        display: inherit !important;
    }

    /* Keep the collapse section inside the navbar */
    .navbar-expand-sm .navbar-collapse {
        position: relative;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    /* Expand smoothly when opened */
    .collapse.show {
        max-height: 400px; /* Adjust as needed */
/*        background-color: rgb(43, 35, 35);*/
        padding-bottom: 0.5rem;
        overflow: visible;
    }

    /* Ensuring it remains inside */
    .navbar-expand-sm {
        flex-wrap: wrap !important;
    }

    .navbar-text {
        text-align: center;
        padding: 0px !important;
    }

    .collapse.show.section-1-bg {
        background-color: rgba(119, 119, 119, 1.0) !important;
    }

    .button-57 {
        border: none !important;
        font-size: 20px !important;
    }

    /* Sticky header */
    .header {
        position: sticky !important;
        top: 0;
        width: 100%;
        background-color: white; /* Adjust color if needed */
        z-index: 1000;
    }
}



@media all and (max-width:991px) {
    .nav-link {
        padding: 20px !important;
        font-size: 20px !important;
        margin-left: 0px !important;
    }

    .navbar-nav {
        flex-direction: column !important;
        align-items: center !important;
    }

    .navbar-toggler {
        display: block !important;
        border: none !important;
        background: none !important;
    }

    /* Fix navbar collapse issue */
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        text-align: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .collapse.show {
        max-height: 550px; /* Ensure the menu is fully visible when opened */
        display: block !important;
    }
}




@media all and (max-width:991px){
	/* .section-1-bg{
		background-image: url('../images/tab-img.png');
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 750px;
	} */
	.navbar-toggler{
		position: relative !important;
	}
	.nav-menu{
/*		position: absolute;*/
        top: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
        right: 0px;
	}

}

.logo-img img{
	width: 8rem;
    height: 6rem;
    object-fit: contain;
}

.heading-1 h1{
  font-family: Jost;
  font-size: 50px;
  /* font-weight: 600; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #09547b;
}

.paragraph-text{
	font-family: Jost;
  font-size: 30px;
  /* font-weight: 500; */
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #09547b;
  margin-top: 2rem;
}

@media all and (max-width:991px){
	.logo-img img{
		width: 91px;
  	height: 70px;
	  object-fit: contain;
	}
	.heading-1 h1{
		font-size: 2rem !important;
        padding-right: 10rem;
	}
	.heading-paragraph{
		width: 100% !important;
	}
    .heading-2{
        font-size: 28px !important;

    }
    .about-no{
        font-size: 32px !important;
        margin-top: 0.8rem;
    }
    .heading-paragraph h6{
        font-size: 20px !important;
        margin-bottom: 3rem !important;
        margin-top: 2rem !important;
    }
    .heading-3 h2{
        font-size: 28px !important;
    }
    .heading-3 p{
        font-size: 20px !important;
        padding-top: 1rem !important;
    }
    .business-section p{
        padding: 0 2rem;
        font-size: 20px !important;
        padding-top: 1rem !important; 
        padding-bottom: 1rem !important;
    }
}

@media all and (max-width: 600px){
    .heading-1 h1{
        font-size: 28px !important;
        padding-right: 0rem !important;
    }
    .paragraph-text {
        font-size: 20px;
        padding-right: 0rem !important;
    }
    .container-section {
        padding:  50% 0;
    }
    .heading-2{
        font-size: 22px !important;
    }
    .heading-paragraph h6{
        font-size: 20px !important;
        margin-bottom: 2rem !important;
        margin-top: 2.5rem !important;
    }
    .heading-3 h2{
        font-size: 22px !important;
        padding-top: 1rem !important;
    }
    .heading-3 p{
        font-size: 18px !important;
        padding-top: 1rem !important;
    }
    .business-section h1{
        padding-top: 2rem !important;
        font-size: 22px !important;
    }
    .business-section p{
        padding: 0;
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
        font-size: 18px !important;
    }
    .heading-4 h1{
        padding-top: 0rem !important;
        font-size: 22px !important;
    }
    .section-5{
        margin-top: 1rem !important;
    }
    .heading-4 p{
        padding-top: 1rem !important;
        font-size: 18px !important;
    }
    .send-btn{
        padding: 0.3rem 1rem !important;
        background-color: #3cb6f1 !important;
        border-color: #3cb6f1 !important;
    }
    .main-contact-card{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .contact-information img{
        width: 28px !important;
        height: 28px !important;
    }
    .contact-information h6{
        font-size: 20px !important;
    }
    .contact-information p {
        font-size: 16px !important;
    }
    .nav-link-1{
        font-size: 14px !important;
    }
}

.send-btn{
    background-color: #3cb6f1 !important;
    border-color: #3cb6f1 !important;
    padding: 0rem 0rem;
    font-size: 24px;
    border-radius: 0.2rem;
    width: 160px;
    height: 50px;
}

.heading-2{
	font-family: Jost;
  font-size: 36px;
  font-weight: 450;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 2rem;
}
.card-body h2{
    margin-top: 15px;
    margin-bottom: 0;
}
.card-body h5{
    margin-top: .5rem;
    margin-bottom: 0;
}
.about-no{
	font-family: Jost;
    font-size: 2rem;
    font-weight: 450;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.5; */
    letter-spacing: normal;
    text-align: center;
    color: #09547b;
}

.about-title{
    font-family: Jost;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.5; */
    letter-spacing: normal;
    text-align: center;
    color: #09547b;
}

.client-body{
	background-color: #e0f6ff;
	border: none !important;
	margin-top: 3rem;
	position: relative;
    height: auto;
	/* height: 140px !important; */
}

.icon-img img{
	width: 50px;
  height: 50px;
  object-fit: contain;
}
.icon-img p{
    width: 50px;
    height: 50px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #3CB6F1 !important;
}

.icon-img{
	position: absolute;
  right: calc(50% - 25px);
  top: -25px;
}

.heading-paragraph h6{
	font-family: Jost;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  padding: 0 10rem;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
@media all and (max-width:1000px){
    .heading-paragraph h6{
        padding: 0;
    }
}

@media all and (max-width:991px){
	/* .client-body{
		height: 140px !important;
	} */
	.about-title{
		font-size: 20px !important;
	}
}

.section-3{
		background-image: url('../images/blue-img.png');
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
}

.heading-3 h2{
	font-family: Jost;
  font-size: 36px;
  font-weight: 450;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 2rem;
}

.heading-3 p{
	 font-family: Jost;
     font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  padding: 0 10rem;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 1rem;
}
@media all and (max-width:1000px){
    .heading-3 p{
        padding: 0;
    }
}
.mob-img{
	width: 38px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.services-body h3{
	  font-family: Jost;
      font-size: 1.4rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 1rem;
}

.services-body p{
	font-family: Jost;
    font-size: 0.95rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  margin-left: 5px;
  margin-right: 5px;
}

.service-card{
	background-color: #f8fdff !important;
	border: 1px solid #3cb6f1 !important;
	padding-top: 2rem;
    border-radius: 10px;
	height: 100%;
}

.main-col{
	padding-top: 2rem;
}

.main-row{
	padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-row{
        padding: 0 !important;
        padding-bottom: 3rem !important;
    }
}
.consult-img{
	width: 70px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.design-img{
  width: 45px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.data-img{
	width: 38px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.cloud-img{
	width: 56px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.develop-img{
	width: 63px;
  height: 63px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.business-section h1{
	font-family: Jost;
  font-size: 2rem;
  font-weight: 450;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 3rem;
}

@media all and (max-width:991px){
	.service-card{
		height: 100% !important;
	}
    .business-section h1{
        font-size: 28px;
        padding: 2rem 2rem 0rem 2rem;
    }
    .design-img{
        height: 55px !important;
    }
    .paragraph-text{
        font-size: 20px;
        padding-right: 17rem;
    }
}

.business-section p{
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media all and (min-width: 1000px){
    .business-section p{
        padding: 0 4rem;
    }
}
.section-5{
    background-color: #f8fdff;
    border: 1px solid #3cb6f1;
    margin-bottom: 3rem;
    margin-top: 3rem;
    height: 100%;
}

.slide img {
  width: 120px;
  height: 120px;
  animation: scroll 60s linear infinite;
  object-fit: contain;
  padding-bottom: 2rem;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 10em;
  overflow: hidden;
}

.slider {
    padding-top: 2rem;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-2000%)}
}

/* .section-container{
    padding: 0rem 11rem;
} */

.heading-4 h1{
    font-family: Jost;
  font-size: 2rem;
  font-weight: 450;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 2rem;
}

.heading-4 p{
     font-family: Jost;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  padding: 0 10rem;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
  padding-top: 2rem;
}

@media all and (max-width:991px){
    .section-container{
        padding: 0rem 1rem !important;
    }
    .heading-4 h1{
      font-family: Jost;
      font-size: 28px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.3;
      letter-spacing: normal;
      text-align: center;
      color: #09547b;
      padding-top: 0rem;
    }

    .heading-4 p{
         font-family: Jost;
      font-size: 2rem;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: center;
      color: #09547b;
      padding-top: 1rem;
    }
    .nav-link-1{
        margin-left: 1.5rem !important;
    }
    .btn-lg {
        padding: 0.3rem 1rem;
        font-size: 1.25rem;
        border-radius: 0.2rem;
        width: 128px;
    }
}

.contact-form{
    background-color: #f8fdff;
    border: 1px solid #3cb6f1;
    border-radius: 5px;
    padding-top: 1rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding-bottom: 0rem;
    padding-right: 3rem;
}

@media all and (max-width:991px){
    .contact-form{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.input-field{
    height: 40px;
    background-color: #f8fdff !important;
    border: 1px solid #3cb6f1 !important;
    border-radius: 0px !important;
}

.message{
    height: 200px;
    background-color: #f8fdff !important;
    border: 1px solid #3cb6f1 !important;
    border-radius: 0px !important;
}

.contact-information img{
  /* width: 36px;
  height: 36px; */
  width: 15%;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.contact-information h6{
    font-family: Jost;
  font-size: 1.5em;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
}

.contact-information p{
    font-family: Jost;
  /* font-size: 24px; */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #09547b;
}

.main-contact-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto; /* Centers it within the flex container */
}

.row-contain {
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    height: 100%; /* Ensures the row takes full height */
    width: 600px;
}
@media all and (max-width:1200px){
    .main-contact-card{
/*        height: 100% !important;*/
        margin-top: 3rem;
        margin-bottom: 3rem;
        min-height: 170px !important;
    }
    .send-btn{
        width: 128px;
        height: 40px;
        font-size: 20px;
    }
    .row-contain{
        width: auto !important;
    }
}
@media all and (max-width:1200px){
  .address-card{
        width: 170px !important;
  }

}

.address-card{
    background-color: #f8fdff !important;
    border: none !important;
    width: 200px;
}

.section-7{
    background-color: #f8fdff !important;
    border: 1px solid #3cb6f1 !important;
    border-radius: 0px !important;
    /* min-height: 286px; */
    margin: 0rem !important;
}

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

.footer-img img{
    max-width: 6rem;
    height: auto; 
    display: block; 
  object-fit: contain;
  margin-top: 3rem;
}

.footer-text p{
  font-family: SuiGeneris;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ce2d75;
  font-weight: 600;
  margin-bottom: 20px;
  /* margin-top: 5px; */
}

.nav-link-1{
    color: #09547b !important;
    padding: 20px;
    margin-left: 2.5rem;
    font-family: Jost;
    font-size: 1.2rem;
/*    font-weight: 500;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
}

@media all and (max-width:600px){
    .nav-link-1{
        font-size: 14px !important;
    margin-left: 0rem !important;
    padding: 0px 10px 0px 21px !important;
    }
    .section-7{
        min-height: 215px !important;
    }
    .footer-1{
        margin-top: 1rem!important;
    }
    .footer-img img{
        width: 20%;
        /* width: 87px !important;
        height: 81px !important; */
    }
    .logo-img img {
        width: 61px !important;
        height: 36px !important;
        object-fit: contain;
    }
    .address-card{
        width: 170px !important;
    }
}

.company-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-img img{
    width: 112px;
    height: 114px;
    margin: 0px 60px;

}

@media all and (max-width:991px){
    .section-5{
        height: 100% !important;
    }
    .company-img img{
        width: 110px;
        height: 85px;
        display: block;
        margin: auto;
    }
    .contact-information p{
        font-size: 20px;
    }
}
@media all and (max-width: 1300px){
    .company-img img{
        width: 112px;
        height: 114px;
        margin: 0px 60px;
    }
}
@media only screen and (min-width:1400px){
    .company-img img{
         margin: 0rem 4.5rem;
    }
    .company-img{
        margin-left:0rem;
    }
}
@media only screen and (min-width:1600px){
    .company-img{
        margin-left: 5rem;
    }
}
@media only screen and (min-width:1724px){
    .company-img img{
         margin: 0rem 6rem;
    }
}

.navbar-toggler:focus{
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler{
    border: 0px !important;
    font-size: 30px !important;
}

.et_company_img { 
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.et_company_img div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: inherit; 
  width: 190px; 
  margin: 1vw 2.5vw !important;
}
/*.et_company_img div img { 
  width: 100px; 
  height: 100px;
  display: block;
  margin: auto;
}*/
@media screen and (max-width: 600px) {
  .et_company_img { padding: 0; }
  .et_company_img div img { 
    max-width: 55%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

}

@media all and (max-width: 991px){
  .et_company_img div{
    width: 160px;
  }
  .services-body p{
    font-size: 16px;
  }
  .services-body h3{
    font-size: 20px;
  }
}

.infrastructure-img{
    height: 130px;
    width: 130px;
    display: block;
    margin: auto;
}
.home-img{
    height: 130px;
    width: 130px;
    display: block;
    margin: auto;
}
.fly-img{
    height: 130px;
    width: 130px;
    display: block;
    margin: auto;
}
.health-image{
    height: 130px;
    width: 160px;
    display: block;
    margin: auto;
}
.fast-img{
    height: 130px;
    width: 160px;
    display: block;
    margin: auto;
}
.section-6{
    overflow-x: hidden !important;
}
@media all and (max-width:991px){
    .contact-container{
        padding-right: 0px !important;
        padding-left: 0px !important;
        max-width: 100% !important;
    }
    .navbar{
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}
.margin-custom{
    margin-left: 8px;
    margin-right: 8px;
} 
.img-format {
    max-width: 40%;
    height: auto; 
    display: block; 
  }
  .card-body{
    padding: .5rem 0rem !important;
    line-height: 2;
  }
  .card-body h2,h5{
    line-height: 1.3;
  }
  .card-body h2{
    padding-top: .7rem;
  }
  .container-custom{
/*    align-items: flex-start !important; */
/*    padding-top: 8px;*/
  }
  .img-aline{
    align-content: center;
  }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .heading-4 p {
        padding: 0;
        font-size: 1.6rem;
    }
    .address-card {
        align-content: center;
/*        width: auto !important; */
    }
    .contact-information img {
        width: 3rem !important;
    }
}

/* CSS for mobile view */
@media only screen and (max-width: 767px) {
    .heading-4 p {
        padding: 0 .5rem;
    }
    .img-over {
        background-position: calc(100% - 0%), center;
    }
    .container-section {
        padding: 10rem 0rem 15rem 0;
    }
    .container-custom{
/*        padding-top: 8px;*/
    }
}

/* CSS for iPad view */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .img-over {
        background-position: calc(100% - -10%), center;
        background-size: auto 90%, contain;
    }
    .container-section {
        padding: 5rem 0rem 10rem 0;
    }
    .heading-1 h1{
        font-size: 500;
    }
}


.header {
   position: sticky;
   top: 0;
   width: 100%;
   background: #ffffff;
   z-index: 1000;
   padding: 0px 0;
   transition: background 0.3s ease-in-out;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}

