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;}
.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: 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;
}
.btn:focus{
  border: none;
  outline: none;
}
.iconForMb{display: none;}
.truncate-line-2{
   display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* -------------------------- banner page ------------------------------ */
.banner{
  background: url(../images/banr-img-01.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 page -----------------------------  */
.offerInr{
    background: ;
    border: 1px solid #CDCDCD;
    border-radius: 18px;
    padding: 24px 24px;
    text-align: left;
    min-height: 265px;
    align-content:end;
}
.bg-industry{background: linear-gradient(to top, rgba(28, 28, 151, 1) 40%, rgba(28, 28, 151, 0) 80% ), url(../images/industry.png) top no-repeat ;}
.bg-handshake{background: linear-gradient(to top, rgba(28, 28, 151, 1) 40%, rgba(28, 28, 151, 0) 80% ), url(../images/ofrImg.png) top no-repeat;}
.bg-global{background: linear-gradient(to top, rgba(28, 28, 151, 1) 40%, rgba(28, 28, 151, 0) 80% ), url(../images/global.png) top no-repeat;}
.bg-quality{background: linear-gradient(to top, rgba(28, 28, 151, 1) 40%, rgba(28, 28, 151, 0) 80% ), url(../images/quality.png) top no-repeat;}
.offerInr .subheading{color: #fff;}
.offerInr h3{
    margin-bottom: 0;
}
/* ------------------------ service page ----------------------- */
.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;}
.serviceWrapper{ margin-bottom: 45px; padding-bottom: 45px; border-bottom: 1px solid #B0B0B0;}
.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;}

/* ---------------------------- our team --------------------------- */
.teamInr img{border-radius: 18px;}
.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;}
.teamInr:hover i{color: #fff; background-color: #0074AF; padding: 8px;}
/* ------------------------------- 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;}
/* -----------------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; }

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

/* ------------------------------ OTHER BANNER PAGE -------------------------------- */
.otherBanner{ 
  background: url(../images/banner-img.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: 95px 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 -------------------------------- */
.serviceImg{border-radius: 18px;}
.service-section ul li::marker{color: #181819;}
.service-section ul li{padding-bottom: 14px;}
.wrapper .service-section {padding: 70px 0 45px 0;}
.service-section ul li:last-child{padding-bottom: 0;}
.cardOut{ display: flex; gap: 24px;}
.cardInner{ flex:1; border: 1px solid #ddd; display: flex; gap: 16px; padding: 20px; border-radius: 12px; cursor: pointer;}
.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;}




/* ------------------------------- 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{padding: 24px; 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) {
.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;}
.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; }

}

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