html {
  height: 100 !important;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100% !important;
}
.midSection {
  margin-top: 120px !important;
}
@font-face {
  font-family: Lato-regular;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-bold;
  src: url(../fonts/Lato/Lato-Bold.ttf);
}
/* h5 {
  font-family: Lato-regular;
} */

.topNav {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 5px 0px;
}
.bg-blue {
  background-color: #00004d;
  height: 40px;
}
.icons ul {
  padding: 0px;
}
.icons ul li {
  list-style: none;
  display: inline;
  /* padding: 0px 5px; */
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: Lato-regular;
}
.bg-white {
  background-color: #ffffff;
}
.navbar-nav li .nav-link {
  color: #111111;
  margin: 0px 10px;
  font-size: 14px;
  letter-spacing: 1.26px;
  opacity: 1;
  font-family: Lato-regular;
  position: relative;
}
.navbar-nav li ::after {
  content: "";
  height: 2px;
  width: 0%;
  padding: 0px;
  display: block;
  margin: auto;
  background: #bd7744;
  transition: 0.5s;
  color: #bd7744;
}
.navbar-nav li :hover::after {
  width: 100%;
  color: #bd7744;
}

.navbar-nav li .active {
  letter-spacing: 1.26px;
  color: #bd7744 !important;
  opacity: 1;
  font-size: 14px;
  font-family: Lato-bold;
  border-bottom: 4px solid #bd7744;
  padding: 0px;
  margin-top: 5px;
}
/* .constGradient {
  background: url("../images/home_gradient.png");
} */
.constBanner {
  background: linear-gradient(45deg, #00004dad, #00004d69),
    url("../images/home_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(blue) !important;
  width: 100%;
  height: 470px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.constBanner h5 {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 38px;
  font-family: Lato-bold;
}
.constBanner p {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 20px;
  font-family: Lato-regular;
}
.constBanner .b1 {
  font-family: Lato-bold;
  font-size: 16px;
}
.constBanner .b2 {
  font-family: Lato-bold;
  font-size: 16px;
}
.Ckv_Content h5 {
  font-size: 28px;
  font-family: Lato-bold;
  letter-spacing: 0px;
  color: #00004d;
}
.Ckv_Content h6 {
  font-size: 18px;
  font-family: Lato-bold;
  letter-spacing: 0px;
  color: #00004d;
}
.Ckv_Content p {
  font-family: Lato-regular;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.75;
}
.ckvSection {
  padding: 10px;
}
.ckvSection h5 {
  font-family: Lato-bold;
  font-size: 20px;
  color: #111111;
  letter-spacing: 0px;
}
.ckvSection p {
  font-family: Lato-regular;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.ckvRound {
  width: 98px;
  height: 98px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #e6e6ff;
  margin: 0 auto;
}
.ckvRound1 {
  width: 82px;
  height: 82px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #ffefce;
  margin: 0 auto;
  position: relative;
}
.ckvRound1 svg {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.blueBanner {
  background-color: #00004d;
  width: 100%;
  min-height: 170px;
  color: white;
}
.text-content h5 {
  font-family: Lato-bold;
  font-size: 40px;
  letter-spacing: 0px;
  font-weight: 500;
}
.text-content p {
  font-family: Lato-bold;
  font-size: 18px;
  letter-spacing: 0px;
}
.pricing h5 {
  font-size: 28px;
  font-family: Lato-bold;
}
.pricing .accordion .accordion-item {
  border: none !important;
  padding: 0% !important;
  background-color: transparent !important;
}

.card-Accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  border: none !important;
}
.card-Accordion .accordion-button:focus {
  box-shadow: none !important;
}

.card-Accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.card-Accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

.card-Accordion .accordion-button {
  padding: 10px 15px;
  font-size: 14px;
  color: #111111;
  font-family: Lato-bold;
}
.card-Accordion .card-body {
  padding: 5px 15px !important;
}
.card-Accordion .card-body ul {
  list-style: none;
  padding: 10px 10px;
  margin: 0px;
  border: 2px solid #ddd;
}
.card-Accordion .card-body ul li {
  font-family: Lato-regular;
  font-size: 14px;
  padding: 5px 0px;
}
.card .card-content {
  padding: 15px;
  font-family: Lato-regular;
  font-size: 14px;
}
.card-content h5 {
  font-size: 20px;
  font-family: Lato-bold;
  margin-bottom: 10px;
}
.card-content h6 {
  font-size: 24px;
  font-family: Lato-bold;
}
.card-content .hidden {
  font-size: 17px;
  letter-spacing: 0px;
  color: #333333;
  font-family: Lato-regular;
}
.bg-navy {
  background-color: #eaeaf7;
}
.services h5 {
  font-family: Lato-bold;
  font-size: 28px;
  letter-spacing: 0px;
  color: #00004d;
}
.services p {
  font-size: 18px;
  font-family: Lato-regular;
  letter-spacing: 0px;
  color: #111111;
}
.services .card h5 {
  font-size: 18px;
  font-family: Lato-bold;
  letter-spacing: 0px;
  color: #111111;
}
.bg-yellow {
  background-color: #fcb317;
  min-height: 732px;
}
.bg-yellow h5 {
  font-family: Lato-bold;
  font-size: 28px;
  letter-spacing: 0px;
  color: #00004d;
}
.bg-yellow a {
  letter-spacing: 0px;
  color: #111111;
  font-size: 16px;
}
.card {
  padding: 10px;
}

.card h5 {
  font-size: 16px;
  font-family: Lato-bold;
  margin-top: 10px;
  color: #111111;
}
.card p {
  font-size: 13px;
  font-family: Lato-regular;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #666666;
}
.card .card-img-top {
  width: 100%;
  height: 171px;
  background-size: cover;
}
.bg-gray {
  background-color: #fee9bc;
  min-height: 220px;
  margin: 50px 0px;
  border-radius: 6px;
}

.ckvCarousel .carousel-item {
  padding: 25px 110px;
}
.ckvCarousel .carousel-item img {
  width: 110px;
  height: 110px;
  background-size: cover;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0px 10px;
}
.cor_content {
  font-family: Lato-bold;
  letter-spacing: 0px;
  color: #111111;
  margin-top: 10px;
}
.cor_content h6 {
  font-size: 16px;
}
.cor_content h5 {
  font-size: 22px;
}
.carousel-indicators [data-bs-target] {
  margin: 0px 10px;
  width: 5px;
  height: 5px;
}
.imgConf {
  width: 270px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
}
.leftImg {
  background-image: url("../images/eia1x.png");
  background-size: cover;
  margin: 0 auto;
  width: 270px;
  height: 125px;
}
.rightImg {
  background-image: url("../images/iaf1x.png");
  margin: 0 auto;
  background-size: cover;
  width: 232px;
  height: 135px;
}

.backBlue {
  background-color: #00004d;
}
.FtrContent {
  text-align: left;
  font-family: Lato-regular;
  letter-spacing: 0px;
  color: #ffffff;
}
.FtrContent h5 {
  font-size: 18px;
}
.FtrContent p {
  font-size: 14px;
  font-weight: 500;
}
.FtrContent ul {
  margin: 0px;
  padding: 0px;
}
.FtrContent li {
  list-style: none;
  margin: 10px 0px;
}
.FtrContent li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.bdr_bottum {
  border: 1px solid #ddd;
}
.last p {
  font-size: 14px;
  font-family: Lato-regular;
}
.Nav_Header {
  background: #f7f7f7;
  width: 100%;
  height: 96px;
}
.Nav_Header h5 {
  padding: 35px 0px 0px 0px;
  font-size: 18px;
  font-family: Lato-bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #00004d;
}
.overClr p {
  color: #111111 !important;
  opacity: 1 !important;
}
.rgtImg {
  height: 337px;
  background-image: url("../images/about-banner.png");
  background-size: cover;
}
.bdr_org {
  border: 1px solid #fcb317;
  color: #00004d;
  height: 248px;
  border-radius: 5px;
}
.bdr_org h5 {
  font-size: 16px;
  font-family: Lato-bold;
}
.bdr_org p {
  padding: 0px 20px 10px;
  font-size: 14px;
  line-height: 25px;
  font-family: Lato-regular;
}
.bdrR5 {
  border-radius: 5px;
}
.sbdr {
  border: 1px solid #e3e3e3;
}
.whyContent .ckvRound {
  margin: 15px 0px !important;
  position: relative;
}
.whyContent .ckvRound svg {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.whyContent .Ckv_Content p {
  letter-spacing: 0px;
  color: #00004d;
}
.nav-tabs .nav-link:hover {
  border: none !important;
}
.teamTab .nav-tabs .nav-link.active {
  text-align: center;
  font-family: Lato-bold;
  letter-spacing: 0.54px;
  color: #111111;
  opacity: 1;
  background-color: #f1b644;
  border-radius: 20px;
  border: none !important;
}

.teamTab .mainLink {
  padding: 7px 30px;
  margin: 2px 30px;
  font-family: Lato-regular;
  color: #333333;
}
.teamTab .middleLink {
  margin: 2px 20px;
  font-family: Lato-regular;
  color: #111111;
}
.expBox {
  height: 200px;
  background-size: cover !important;
  border-radius: 10px;
}
.expBoxImg {
  background: url("../images/customiseMeet.png");
}
.expBoxImg1 {
  background: url("../images/customise1.png");
}
.expBoxImg2 {
  background: url("../images/customise2.png");
}
.expBoxImg3 {
  background: url("../images/customise3.png");
}

.w100 {
  width: 100% !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #00004d !important;
  font-family: Lato-regular;
  font-size: 14px;
  border-radius: 15px;
  /* padding: 7px 20px; */
}
.card .expImg1 {
  background-size: cover;
  height: 199px;
}
.expDetails h5 {
  font-family: Lato-regular;
  font-size: 13px;
  letter-spacing: 0px;
  color: #00004a;
}
.expDetails a {
  letter-spacing: 0px;
  text-decoration: none;
  color: #00004a;
  font-family: Lato-regular;
  font-size: 13px;
  opacity: 1;
}
.expDetails .pt25 {
  padding-top: 30px;
}
.expDetails .expid {
  font-size: 13px;
  font-family: Lato-regular;
  color: #666666;
}
.ckvDetImg img {
  background-size: cover;
  height: 289px;
  padding: 10px;
  max-width: 350px;
}
.ckvInner h5 {
  color: #00004d;
  font-family: Lato-bold;
  font-size: 22px;
}
.ckvInner p {
  font-family: Lato-regular;
  font-size: 14px;
  color: #333333;
}
.ckvInner img {
  height: 500px !important;
}
.ckvService .bdrR5 .commerImg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.serviceImg {
  background-image: url("../images/service-banner.png");
}
.serviceImg1 {
  background-image: url("../images/service-banner1.png");
}
.serviceImg2 {
  background-image: url("../images/service-banner2.png");
}
.serviceImg3 {
  background-image: url("../images/service-banner3.png");
}
.serviceImg4 {
  background-image: url("../images/service-banner4.png");
}
.serviceImg5 {
  background-image: url("../images/service-banner5.png");
}
.ckvService .bdrR5 .ckvRound {
  height: 65px !important;
  width: 66px !important;
  margin: 20px;
  background-color: #ffefce;
  position: relative;
}
.ckvService .bdrR5 .ckvRound svg {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
.whyContent {
  margin-top: 10px;
}
.ckvService .card h5 {
  font-family: Lato-bold;
  font-size: 21px;
  color: #00004d;
  font-weight: 700;
}
.ckvService .bdrR5 .card p {
  font-family: Lato-regular;
  font-size: 16px;
  letter-spacing: 0px;
  color: #00004d;
}
.ckvService .card {
  position: absolute;
  top: 60% !important;
  margin: 0px 4%;
  box-shadow: 4px;
}
.serFooter {
  margin-top: 10%;
}
.mediaNews .mediaSelect {
  font-size: 14px;
  font-family: Lato-regular;
  color: #111111;
  margin: 0px 5px;
  padding: 3px;
}
.bdrClr {
  border: 2px solid #00004d !important;
}
.mediaNews .card img {
  height: 236px !important;
}
.mediaNews .card h5 {
  margin-top: 5px !important;
}
.mediaNews .card p {
  margin-top: 5x !important;
}
.expHeading h5 {
  font-size: 18px;
  font-family: Lato-bold;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.expDetContent h6 {
  font-family: Lato-regular;
  font-size: 13px;
  color: #555555;
}
.expDetContent h5 {
  font-family: Lato-bold;
  font-size: 16px;
  color: #111111;
}
.floorImg img {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.expDetMolImg .modal .carousel-inner img {
  height: 527px;
}
.expAdr h5 {
  font-family: Lato-bold;
  font-size: 16px;
}
.expAdr p {
  font-family: Lato-regular;
  font-size: 15px;
}
.expRow {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0px;
}
.expCol {
  padding: 15px;
  margin: 0px;
}
.expRow .expIframe {
  width: 100%;
  height: 205px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .ckvService .commerImg {
    margin: 0px 0px 50% 0px !important;
  }
  .ckvService .card {
    position: absolute;
    top: 72% !important;
    margin: 0px 4%;
    box-shadow: 4px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .ckvService .commerImg {
    margin: 0px 0px 25% 0px !important;
  }
  .ckvService .card {
    position: absolute;
    top: 82%;
    margin: 0px 4%;
    box-shadow: 4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .ckvService .commerImg {
    margin: 0px 0px 10% 0px !important;
  }

  /* .constBanner .b1 {
    top: 78%;
    left: 40%;
  }
  .constBanner .b2 {
    top: 78%;
    left: 60%;
  } */
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .ckvService .commerImg {
    margin: 0px 0px 17% 0px !important;
  }
  /* .constBanner .b1 {
    top: 61%;
    left: 45%;
  }
  .constBanner .b2 {
    top: 61%;
    left: 56%;
  } */
}
@media only screen and (min-width: 1201px) {
  .ckvService .commerImg {
    margin: 0px 0px 3% 0px !important;
  }
}
