body { color: #181819; background: #fff; font-family: "Inter", sans-serif; letter-spacing:-0.5px; font-size:16px; line-height: 24px;}
*{ margin:0px; padding:0px;}
ul{ margin-bottom: 0;}
.btn{height: 42px; min-width: 42px;}
a:hover, a:focus, .btn:hover, .btn:focus{ text-decoration:none; transition: all 0.3s ease; outline: 0;}
a{transition: all 0.3s ease; outline: 0;}
.sectionWrapper{display: block; overflow: hidden;}
.headerBox{display: block;   overflow: hidden;}
.navbar-toggler:not(:disabled):not(.disabled){outline: 0;box-shadow: none;}
.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active { box-shadow: 0 0 0 0 rgba(0,123,255,0);}
.navbar-expand-md .navbar-collapse{ display:block;}
.navbar{background: #fff !important; padding: 0;}
.navbar-nav .nav-item:last-child .btn {margin-left: 20px !important; }
.nav-item .btn{ padding:8px 20px !important; margin-left: 12px;}
.navbar-light .navbar-nav .nav-link { color:#000; font-size:15px; padding:8px 14px; font-weight: 500;  }
.navbar-light .navbar-nav .nav-link:hover{background:none; color:#1C1C97; }
.navbar-light .navbar-nav .nav-link.btn:hover{ background:#1C1C97; border-color: #1C1C97; }
.navbar-light .navbar-nav .nav-link.btn.secondary:hover{ background:#fdedf3; border-color: #990000; }
.navbar-light .navbar-nav .active > .nav-link{color:#fff !important;
background: linear-gradient(to right,  #FC3B5A 0%,#F9772E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.navbar-light .navbar-nav .active > .nav-link:hover{color:#fff !important;
background: linear-gradient(to right,  #FC3B5A 0%,#F9772E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}    
.carousel-caption{ text-align:center !important; top:180px;}
.nav-link.loginLink{ border:1px solid rgba(255,255,255, 0.6); padding:8px 12px !important;}
.nav-link.loginLink:hover{ border:1px solid #00d2eb; }
.navbar-light .navbar-nav .dropdown-menu a.dropdown-item{padding: 7px 15px; font-size:14px; color:#fff;}
.navbar-light .navbar-nav .dropdown-menu a.dropdown-item:hover,
.navbar-light .navbar-nav .dropdown-menu a.dropdown-item:focus{background: none; color: #c5bfee; }
.navbar-light .navbar-nav .dropdown-menu a.dropdown-item.dropdown-toggle{
  padding: 0 !important; position: absolute; width: 37px; height: 39px;  top: -39px; right: 0;}
.collapse:not(.show) { display: none;}
::placeholder { color: #777;  opacity: 1; /* Firefox */}
::-ms-input-placeholder { /* Edge 12-18 */  color: #777;}

/* -------------------------- Nav Bar ------------------------- */
.logoWrapper .navbar-brand{
    display: flex; 
    align-items: center; 
    gap: 8px; 
    flex-direction: row;}
.logoWrapper .navbar-brand .divider{
    width: 1px;
    min-height: 81px;
    background-color: #929292;
    flex-shrink: 0;
}
.logo-text{
    padding-left: 8px;
}
.bold-logo-text{
   font-size: 21px;
   font-weight: 800;
   color: #990000;
   letter-spacing: -1px;
}
.light-logo-text{
    font-size: 21px;
    font-weight: 600;
    color: #990000;
    margin-bottom: 0;
    letter-spacing: -1px;
}

/* ------------------------------- classes, which are used in every section------------------------------ */

.whiteBg{
  background: #fff;
}
.greyBg{
  background: #F4F4F4;
}
.heroImg{ display: none;}
.heading{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #1C1C97;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 40px;
}
.subheading{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #990000;
}
img{ max-width: 100%;}
.wrapper section { padding: 85px 0;}
.paddingBottom{padding-bottom: 15px;}
.marginBottom{margin-bottom: 45px;}
.wrapper{
  width: 100%;
  display: block;
  min-height: 300px;
  position: relative;
}
.rowCenter{
  align-items: center;
}
.btn{
  padding: 12px 40px;
  background: #990000;
  color: #fff !important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border: 1px solid #990000;
  outline: none;
}
.iconBtn{
  display:inline-flex ;
  align-items: center;
  gap: 12px;
}
.btn:hover{ 
  background: #222222;
  border-color: #222222;
  color: #fff !important;
}
.iconForMb{display: none;}
.truncate-line-2{
   display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-font{
  font-family: "Poppins", sans-serif ;
  font-size: 16px;
  font-weight: 400;
}
/* -------------------------- banner section ------------------------------ */
.banner{
  background: url(../images/banner3.png) no-repeat left center;
  background-size: cover;
  color: #fff;
  position: relative; 
  align-items: center;
  width: 100%;
  padding: 135px 0;
}
.bannerPatch{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    border-radius: 18px 18px 18px 18px ;  
}
.banner .para{
  font-weight: 300;
  margin-bottom: 20px;
}
.banner .heading{
    color: #fff;
    font-size: 38px;
    text-align: left;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner .bannerCarousel{ 
    width: calc(100% - 48%);
    padding: 40px 65px 40px 40px ;
}
.bannerPrev{
  opacity: 1;
  height: 44px;
  width: 44px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  top: 100%;
  margin-top: 10px;
}
.bannerNext{
  opacity: 1;
  height: 44px;
  width: 44px;
  border-radius:0 8px 8px 0;
  color: #fff !important;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15  );
  top: 100%;
  margin-top: 10px;
}
.bannerNext:hover, .bannerPrev:hover{
  background-color: rgba(255, 255, 255, 0.25);
}
.carouselArrowBtn{ gap: 2px;}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 20px;
    height: 20px;
}
.carousel-control-prev,.carousel-control-next {
  position: static !important;
}
.arrow-home{
  position: absolute;
  margin-right: 0 ;
  background-color: #990000;
  padding: 12px ;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  right: 0;
  top: 50%;
  margin-right: -25px ;
  transform: translateY(-50%);
}

/*  ------------------------ offer section -----------------------------  */
.offerInr{
    border: 1px solid #CDCDCD;
    border-radius: 18px;
    /* padding: 24px 24px; */
    text-align: left;
    min-height: 273px;
    overflow: hidden;
    /* align-content:end; */
    position: relative;
}
.offerInr .imgWrapper{border-radius: 18px 18px 0 0;}
.offerInr .ofrDiv{position: absolute; left: 0; right: 0; bottom: 0; height: 85%; background: linear-gradient(to top, rgba(28, 28, 151, 1) 40%, rgba(28, 28, 151, 0) 80% )top no-repeat ; z-index: 1;}
.offerInr .textWrapper{ position: absolute; z-index: 2;bottom: 24px; left: 24px; right: 24px;}
.offerInr .subheading{color: #fff; margin: 0; text-align: left; word-wrap: break-word; }
.offerInr h3{
    margin-bottom: 0;
}
/* ------------------------ service section ----------------------- */
.serviceInr .imgWrapper{border-radius: 18px 18px 0 0;}
.serviceText{
    background-color: #fff;
    padding:32px 24px;
    border-radius: 0px 0px 18px 18px ;
    min-height: 292px;
}
.serviceText p{
  color: #181819;
  font-weight: 400;
}
.serviceText .subheading{color: #1C1C97;}
.serviceText .btn{padding: 10px 10px; background-color: rgba(153, 0, 0, 0.3); border: 0px; justify-content: center;}
.serviceInr:hover {box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); border-radius: 18px;}
.serviceInr:hover .subheading{color: #990000;}
.hover-btns{display: inline-block ; min-height: 40px; margin-top: 25px;}
.display-hover{display: inline-flex; align-items: center; overflow: hidden;}
.readText{opacity: 0; display: none; margin-right: 8px; font-weight: 500;}
.serviceInr:hover .readText{display: inline; opacity: 1; }
.serviceInr:hover .display-hover{background-color: #990000;}
.serviceInr:hover .btn{padding: 8px 20px;}
.serviceText img{text-align: center;}
.more-btn .btn{background-color: #1C1C97; border-color: #1C1C97; padding: 10px 24px;  }
.more-btn img{margin-left: 8px;}
.more-btn .btn:hover{background-color: #990000; border: 1px solid #990000;}
.inrservice:hover{cursor: pointer;}

/* ---------------------------- our team --------------------------- */
.teamInr .subheading{
    font-size: 18px;
    padding: 16px 0 0 10px;
}
.teamInr i{color: #0074AF; text-align: center; font-size: 18px; background-color: #fff; padding: 8px;  border-radius: 4px;}
.teamInr{text-align: center; padding: 20px 40px 0 40px;}
.teamInr:hover i{color: #fff; background-color: #0074AF; padding: 8px;}
.teamInr a.km-link{color: #1C1C97; text-decoration: none;}
.teamInr a:hover{color: #181819; cursor: pointer;}
.teamInr .modal-body{padding-top: 0;}
.teamInr .mod-heading, .mod-text{text-align: left;}
.mod-heading h4{color: #1C1C97; font-weight: 600; font-family: "Poppins", sans-serif; font-size: 28px; }
.mod-heading h6{color: #1C1C97; font-family: "Poppins", sans-serif; }
.mod-heading {border-bottom: 1px solid #000 ; padding-bottom: 8px; }
.mod-text{padding-top: 12px;}
.mod-text p{margin-bottom: 0;}
.teamInr .modal-body{padding-bottom: 40px;}
.description-text{padding-bottom: 6px; color: #990000; font-weight: 600 ;}
.pb{padding-bottom: 6px;}
/* ------------------------------- about section ------------------------------ */
.aboutSection{position: relative; width: 100%; z-index: 10;}
.patchDiv{position: absolute; background-color: #1C1C97; left:50%; top:0; height: 100%; width: 50%; z-index: -1; margin-left: 330px;}
.aboutSection .heading{text-align: left; }
.paral{margin-bottom: 0;}
.imgWrapper{border-radius: 18px; overflow: hidden;}
.imgWrapper img{width: 100%;}
.itemCenter{align-items: center;}

/* -------------------------- partners section ----------------------------- */
.cardOut{ display: flex; gap: 24px; flex-wrap: wrap;}
.cardInner{  border: 1px solid #ddd; display: flex; gap: 16px; padding: 20px; border-radius: 12px; cursor: pointer; width: 100%; height: 100%; }
.cardInner:hover{box-shadow: 0px 0px 15px 2px #929292;}
.partNerspic{ overflow: hidden; border-radius: 50%; width: 52px; height: 52px;flex-shrink: 0;}
.partNerspic img{ width: 100%; height: auto;}
.partNersInfo{ display: flex; flex-direction: column; gap: 4px; font-size: 14px;}
.partNersInfo span:first-child{ font-weight: 600; color: #1C1C97; font-size: 18px;}
.cardOut a{ flex:1; text-decoration: none; color: inherit; display: block;}

/* -----------------footer --------------------- */
.footerSec{padding: 60px 0; border-top: 1px solid #B0B0B0;}
.footerInr{display: flex; justify-content: space-between;}
.footerInr p{margin-bottom: 0; font-weight: 400;}
.footerInr i{color: #0074AF; background-color: #fff; padding: 8px;border-radius: 4px;}
.linkIcon:hover i{color: #fff; background-color: #0074AF; }

/* -------------------------------- back to top button ---------------------- */
.float-arrow {
  position: fixed;
  bottom: 25px;   /* distance from bottom */
  right: 25px;    /* distance from right */
  width: 45px;
  height: 45px;
  background-color: #990000;  /* button color */
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  display: none;   /* hidden by default */
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
}
.float-arrow:hover {
  background-color: #990000;
}

/* ----------------------------- end of home page -------------------------- */

/* ------------------------------ OTHER BANNER SECTION -------------------------------- */
.otherBanner{ 
  background: url(../images/banner3.png) no-repeat left center;
  background-size: cover;
  color: #fff;
  position: relative; 
  display: flex;
  align-items: center;
}
.blueOverally{ 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 151, 0.8);
  padding: 85px 0;
}
.otherBannerHeading{ 
  font-family: "Poppins", sans-serif; 
  font-size: 50px; 
  font-weight: 600; 
  line-height: 80px;
  margin-bottom: 0; 
  letter-spacing: -1px; 
  text-align: center; 
  color: #fff;
  position: relative;
  z-index: 2;
}
.otherHeadning{
   font-family: "Poppins", sans-serif;
   font-size: 38px;
   font-weight: 600;
   color: #1C1C97;
   text-align: center;
   line-height: 40px;
   margin-bottom: 30px;
}
/* ------------------------------- REACH US PAGE -------------------------------- */
.reachInr {border-radius: 18px; background-color: #fff;}
.reachInr:hover {box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); border-radius: 18px;}
.reachInr iframe{width: 100%; height: 352px; border-radius: 18px 18px 0 0;}
.reachText{padding: 32px 24px;}
.reachText .subheading{font-family: "Inter", sans-serif; color: #F83200; margin-bottom: 15px;}
.reachText h5{font-family: "Poppins", sans-serif; font-size: 24px; font-weight: 600; color: #0B2679; margin-bottom: 10px;}
.reachText h6{font-weight: 600; color: #181819; font-size: 20px; letter-spacing: -1px; margin-bottom: 10px;}
.contDivOne p{margin-bottom: 0; color: #181819; font-weight: 300;}
.contDivOne{margin-bottom: 20px;}
.contRow {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  align-items: center;
  color: #0B2679;
}
/*  ------------------------------------- SERVICE PAGE -------------------------------- */
.inrservice{
  border: 1px solid #CDCDCD;
  border-radius: 18px;
  /* padding: 24px 24px; */
  text-align: left;
  align-content: end;
  margin-bottom: 24px;
}
.linear_service_div{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(28, 28, 151, 0) 100% ) top no-repeat  ;}
.inrservice .imgWrapper{position: relative; border-radius: 18px 18px 0 0;}
.service_text{padding: 24px 24px;}
.row .col-md-6:last-child .inrservice, .row .col-md-6:nth-last-child(2) .inrservice{
  margin-bottom: 0;
}
.inrservice .subheading, .modal-header .subheading {font-size: 28px; font-weight: 600; color: #1C1C97;}
.modal-header{border: none; padding:24px 24px 0;}
.modal-header .subheading{margin-bottom: 0;}
.modal-body{padding-left: 24px; padding-right: 24px;}
.serviceWrapper .modal-body .imgWrapper{border-radius: 12px; margin-bottom: 20px;}
.modal.right .modal-dialog {
  position: fixed;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  max-width: 666px;
  width: 90%;
}
.modal.right.show .modal-dialog {
  transform: translateX(0);
}
.modal.right .modal-content {
  height: 100%;
  border-radius: 0;
}

/* ----------------------- INSUSTRY PAGE ---------------------------- */
.industrySection .para{ font-size: 18px; font-weight: 500; font-family: "Poppins", sans-serif;}
.inrIndustry .imgWrapper{border-radius: 18px 18px 0 0;}
.industry-text{padding: 24px; max-height: 290px; overflow-y: scroll; }
.inrIndustry{border: 1px solid #B0B0B0; border-radius: 18px; margin-bottom: 24px;}
.inrIndustry ul{padding-left: 25px;}
.inrIndustry ul li::marker{color: #181819;}
.inrIndustry ul li{padding-bottom: 10px;}
.inrIndustry ul li:last-child{padding-bottom: 0;}
.inrIndustry .subheading{font-size: 24px; color: #1C1C97; font-weight: 600; margin-bottom: 12px;}
.industryWrapper{padding-top: 35px;}
.industry-text ul li{
  font-family: "Poppins", sans-serif  ;
}

/* --------------------------- CAREER PAGE --------------------------- */
.otherHeadning{font-size: 28px; margin-bottom: 10px;}
.careerSection .btn{background-color: #1C1C97; border: 1px solid #1C1C97; padding: 8px 24px;}
.careerSection .btn img{padding-left: 10px;}
.careerSection .btn:hover{background-color: #990000; border: 1px solid #990000;}
.careerSection h6 a{text-decoration: none;}


/* ------------------------------- media queries ------------------------------ */
@media (max-width: 1380px) {
  .banner .heading {
    color: #fff;
    font-size: 34px;
 }
 .heading{
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 20px;
 }
 .banner .bannerCarousel {
  padding: 30px 44px 30px 30px;
}
.wrapper section {
  padding: 65px 0;
}
.navbar-brand img{ width: 70px;}
.bold-logo-text{font-size: 18px; margin-bottom: 2px;}
.navbar-light .navbar-nav .nav-link {padding: 8px 12px;}
.light-logo-text{font-size: 16px;}
.navbar-brand .divider{min-height: 60px;}
.navbar-brand{gap: 4px;} 
.logoWrapper .navbar-brand { gap: 4px; padding: 10px 0;}
.logoWrapper .navbar-brand .divider { min-height: 52px;}
.banner { padding: 130px 0;}
.navbar-toggler{border:0 none !important;}
.navbar-toggler img{width: 24px;}
.cardOut { gap: 8px;}
.partNersInfo{ font-size: 13px; line-height: 18px;}
.partNersInfo span:first-child { font-size: 16px; line-height: 20px;}

}
@media (max-width: 1200px) {
  .cardInner{ flex-direction: column;}
  .patchDiv { margin-left: 240px;}
}

@media (max-width: 1023px) {
  body{font-size: 15px;}
.banner .bannerCarousel {
  width: calc(100% - 18%);}
  .offerInr .imgWrapper{border-radius: 12px 12px 0 0;}
.offerInr{ border-radius: 12px;}
.serviceText { padding:24px; border-radius: 0px 0px 12px 12px;}
.teamInr img {  border-radius: 12px;}
.subheading {font-size: 20px;}
.row .col-lg-3:first-child .offerInr, .row .col-lg-3:nth-child(2) .offerInr{margin-bottom: 24px;}
.patchDiv { margin-left: 200px;}
.imgWrapper { border-radius: 12px;}
}
@media (max-width: 992px) {
.heading {
  font-size: 28px;}
  .subheading {
    font-size: 19px;
}
.wrapper section {
  padding: 60px 0;
}
.serviceInr img{ width: 100%;}
.serviceText{min-height:auto;}
.hover-btns{ margin-top: 0; padding-top: 10px;}
.serviceInr{ margin-bottom: 24px;}
.serviceSection  .row .col-md-4:last-child .serviceInr{ margin-bottom: 0;}
a.display-hover img{width: 16px;} 
.readText { opacity: 1; display: inline-block;}
.serviceInr .btn { padding: 8px 20px;}
.serviceText .btn{ background-color: rgba(153, 0, 0, 1);}
/* .teamInr{ margin-bottom: 24px;} */
.teamSection .row .col-md-3:last-child .teamInr{ margin-bottom: 0;}
.patchDiv{ display: none;} 
.footerInr{ flex-direction: column; gap: 24px; justify-content: center; align-items: center;}
.linkIcon i{color: #fff; background-color: #0074AF; }
.partNersInfo{ font-size: 12px;}
.cardOut{ flex-wrap: wrap;}
.cardInner{ min-width: 48%; flex-direction: row; align-items: center;}
}

@media (max-width: 768px) {
.headerBox .nav-item{text-align: center;}
.navbar-nav .nav-item:last-child .btn{margin-left: 0 !important; margin-bottom: 20px;}
.nav-item .btn{padding: 8px 20px !important;}
.aboutSection .imgWrapper{ margin-top: 24px;} 
.row .col-lg-3:first-child .offerInr, .row .col-lg-3:nth-child(3) .offerInr {  margin-bottom: 24px;} 
.navbar-brand img { width: 50px;}
.bold-logo-text {font-size: 15px; margin-bottom: 0px; letter-spacing: -0.4px;}
.light-logo-text{ font-size: 14px; }
.logoWrapper .navbar-brand .divider { min-height: 39px;}
.navbar-toggler{ padding-right: 0;}
.banner .bannerCarousel { width: calc(100% - 0px);}
.banner .container{ width: 100%; max-width: 100%; padding: 0;}
.banner .heading{ font-size: 28px;    margin-bottom: 10px;}
.banner .para { font-weight: 300;  margin-bottom: 12px;}
.banner .bannerCarousel{ padding: 30px;}
.bannerPatch{ border: 0 none; border-radius: 0; background-color: #1C1C97}
.banner{ padding: 0;}
.heroImg{ display: block;}
.container{ padding: 0 20px;}
/* .arrow-home{ display: none;} */
/* .arrow-home{margin-right: 20px; width: 30px; height: 30px; padding: 3px;} */
.arrow-home img{width: 15px;}
.carouselArrowBtn {
  position: relative;   /* new */
  padding-right: 60px;  /* new → space for arrow */
}
.arrow-home {
  position: absolute;   /* new */
  right: 16px;             /* new → stick to right side */
  top: 60%;             /* new */
  transform: translateY(-50%); /* new */
  width: 38px;
  height: 38px;
  padding: 7px;
}
.hover-btns .readText {color: #990000;}
.hover-btns .btn{background-color: #fff;}
.iconForWb{display: none;}
.iconForMb{display: inline;}
.offerInr{background-size: cover;}
.footerInr p{text-align: center;}
.banner .heading { font-size: 26px;}
.heading {font-size: 22px;line-height: 26px;}
.subheading { font-size: 18px; line-height: 24px;}
.bannerNext, .bannerPrev { opacity: 1; height: 38px; width: 38px;}
.wrapper section { padding: 45px 0; }
.row .col-md-6:nth-last-child(2) .inrservice{margin-bottom: 24px;}
.reachInr{margin-bottom: 24px;}
.row .col-md-6:last-child .reachInr{margin-bottom: 0;}
.teamInr .modal-body .imgWrapper{display: none;}
.teamInr .imgWrapper{padding: 0 40px 0 40px; }
.cardOut a {flex: 1 1 100%;}
}

@media (max-width: 620px) {
.banner .heading { font-size: 24px; line-height: 28px;}
  .heading { font-size: 22px; line-height: 26px;}
  .cardInner{min-width: 100%;}
}