.home23 .commonBtn23:hover,
.home23 .join-us-section .join-us-button a.button:hover {
  animation: 0.3s linear shake;
}
body {
  font-family: poppins-regular !important;
  letter-spacing: 1px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}
::selection {
  background-color: #ff6855;
  color: #fff;
}
.sub-banners {
  background-repeat: no-repeat !important;
  height: 500px;
  background-size: 100% 100% !important;
  display: flex;
  align-items: center;
}
.mainHeading {
  font-size: 60px;
  font-weight: 600;
  font-family: poppins-bold;
}

.media-banner {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/gallery_banner.png");
}
.contact-banner {
  background-image: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Contact.jpg");
}
.hos-banner {
  background-image: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Hospitality-banner.png");
}
.home_24 #main-form .formData form {
  width: 100% !important;
  display: inherit !important;
  flex-wrap: wrap;
}
.home_24 #main-form .formData .form-group {
  padding: 21px 0 !important;
}
.home_24 #main-form {
  padding: 40px 0 40px !important;
}
.report-banner {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/reports.png");
}
.conference-bg {
  background: url("../../img/Conference-banner-new-1.png");
}
.conference-23 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Conference-2023.jpg");
}
.conference-19 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Conference-2019.jpg");
}
.conference-20,
.conference-21 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Conference-2021.jpg");
}
.conference-22 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Conference-2022.jpg");
}
.exhibition-19 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Exhibition-2019.png");
}
.exhibition-20 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Exhibition-2020.png");
}
.exhibition-21 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Exhibition-2021.png");
}
.exhibition-22 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Exhibition-2022.png");
}
.exhibition-23 {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Exhibition-2023.png");
}
.directory-banner {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/directory.png");
}
.blogs-banner {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/blog-banner.png");
}
.speaker-banner {
  background: url("../../../s3.ap-south-1.amazonaws.com/indiamcongress/Banner/Speaker-banner.jpg");
}
.home23 .commonBtn23,
.navbar,
.navbar .offcanvas {
  background-color: #ff6855;
}
.sub-banners h1 {
  font-size: 60px;
  color: #fff;
}
.home23 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home23 .commonBtn23 {
  border: 2px solid #ff6855;
  line-height: 42px;
  width: 100%;
  font-family: poppins-regular;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home23 .commonBtn23:hover {
  border: 2px solid #ff6855;
  background-color: #fff;
  color: #ff6855;
}
@keyframes shake {
  100%,
  33% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
}
.home23 .card {
  transform: scale(1) !important;
}
.navbar {
  min-height: 115px;
}
.navDefaultHome23 {
  display: none;
}
.navbar .navbar-brand img {
  width: 110px;
}
.navbar .dropdown .dropdown-menu {
  animation: 0.5s ease-in-out forwards myAnim;
}
.footer23 .footer-copy-right .footer_section p a,
.home23 .socialBlog .blogs .blogHeading,
.home23 .socialBlog .blogs p,
.navbar .offcanvas .offcanvas-title {
  color: #fff;
}
.navbar .offcanvas .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
}
.navbar .offcanvas .offcanvas-header .btnClose i {
  transition: transform 0.7s ease-in-out;
}
.navbar .offcanvas .offcanvas-header .btnClose i:hover {
  transform: rotate(90deg);
}
.navbar .offcanvas .navbar-nav .nav-item .nav-link i {
  transition: transform 0.2s ease-in-out;
}
.navbar .offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  color: #ff6855;
  font-weight: 500;
}
.navbar .offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu li a:active,
.navbar .offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu li a:hover {
  background-color: #ff6855;
  color: #fff;
}
.navbar .navbar-brand.imgSperator::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  margin: 0 -18px;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #1cb6e9;
  }
}
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
    transform-origin: top;
  }
}
.home23 .expanding-tech {
  background-color: #4fa14f;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.home23 .expanding-tech .techImg {
  height: 66vh;
  object-fit: cover;
  border-radius: 24px;
}
.home23 .expanding-tech .expandigText {
  text-align: left;
  font-size: 18px;
  hyphens: auto;
}
.home23 .expanding-tech .expandingTech .owl-nav,
.home23 .whatsNew #slide-testimonal .owl-nav {
  position: absolute;
  display: flex;
  top: 50%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 15px;
}
.home23 .expanding-tech .expandingTech .owl-nav button span,
.home23 .whatsNew #slide-testimonal .owl-nav span,
.home23 .whatsNew .whatsNewSlider .owl-nav button span {
  color: #fff;
  font-size: 60px;
  line-height: 0;
  -webkit-filter: drop-shadow(0px 0px 3px #000);
}
.home23 .whatsNew {
  background-color: #b27cce;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.home23 .whatsNew .whatsNewImg {
  height: 460px;
  object-fit: cover;
  border-radius: 24px;
}
.home23 .whatsNew .whatsNewText {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.home23 .whatsNew .whatsNewSlider .owl-nav {
  position: absolute;
  display: flex;
  top: 50%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
}
.home23 .whatsNew .testimonials {
  position: relative;
}
.home23 .whatsNew .main-reviewimage img {
  opacity: 0.3;
}
.home23 .whatsNew #slide-testimonal .active.center .main-reviewimage img {
  opacity: 1;
}
.home23 .whatsNew .test_img {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 -50px;
}
.home23 .whatsNew .inner-testimonials {
  width: 100%;
  margin: 0 auto;
}
.home23 .whatsNew #slide-testimonal .center .test_img:before {
  content: none;
  transition: 0.7s ease-in-out;
}
.home23 .whatsNew .test_img img {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  height: 400px;
  object-fit: cover;
}
.home23 .whatsNew .custom_slide.owl-carousel .owl-item.active.center {
  cursor: pointer;
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home23 .whatsNew .custom_slide.owl-carousel .owl-item {
  transform: scale(0.7);
  padding: 10px 0;
  transition: 0.5s;
  opacity: 0.7;
}
.home23 .whatsNew .testimonial_detail {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  background-color: #00000095;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}
.home23 .whatsNew .testimonial_detail h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.home23 .whatsNew .testimonial_detail p {
  color: #ccc;
  font-size: 16px;
}
.home23 .whatsNew button.owl-dot {
  height: 14px;
  width: 40px;
  border-radius: 2px;
  background-color: #00000050 !important;
  margin: 0 15px;
}
.home23 .whatsNew .owl-dots {
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.home23 .whatsNew button.owl-dot.active {
  background-color: #fff !important;
}
.imcTracks {
  background: url("../../img/newLayout23/home/IMC-tracks/IMC-tracksBG.jpg") 0
      0 / cover no-repeat,
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 0 0 / cover
      no-repeat;
  background-blend-mode: overlay;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.imcTracks .imcTracksHeading {
  font-size: 120px;
  font-family: poppins-bold;
}
.imcTracks .titleSubHeading {
  font-family: poppins-bold;
  font-size: 32px;
}
.imcTracks .imcTracksText {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.home23 .imcTracks .flip-card {
  background-color: transparent;
  width: 100%;
  height: 297px;
  perspective: 1000px;
}
.home23 .imcTracks .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}
.home23 .imcTracks .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home23 .imcTracks .flip-card-back,
.home23 .imcTracks .flip-card-front {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home23 .imcTracks .flip-card-front {
  background-color: transparent;
  color: #000;
}
.home23 .imcTracks .flip-card-front img {
  height: 100%;
}
.home23 .imcTracks .flip-card-back {
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.home23 .imcTracks .flip-card-back img {
  position: absolute;
  top: 0;
  left: 0;
}
.home23 .imcTracks .flip-card-back ul {
  z-index: 222;
  padding-inline-start: 30px;
  width: 100%;
}
.home23 .imcTracks .flip-card-back ul li {
  list-style-type: disc;
  font-size: 14px;
}
.home23 .imcTracks .flip-card-back.connectivitySolution,
.home23 .imcTracks .flip-card-back.convoTech,
.home23 .imcTracks .flip-card-back.empowerEdge,
.home23 .imcTracks .flip-card-back.techForward,
.home23 .imcTracks .flip-card-back.wirelessTech {
  background-color: transparent;
}
.imcConferenceFlow {
  background: url("../../img/newLayout23/home/Conference-Flow/conferenceFlow.webp")
      0 0 / cover no-repeat,
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 0 0 / cover
      no-repeat;
  background-blend-mode: overlay;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.imcConferenceFlow li {
  padding: 0.3rem 0;
}
.imcConferenceFlow .card.text-white {
  min-height: 550px;
}
.home23 .thoughtLeader {
  background-color: #ffc13a;
}
.home23 .thoughtLeader .card {
  border-radius: 30px;
}
.home23 .thoughtLeader .imgRadius {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.home23 .thoughtLeader .leftSection .card .leaderLeftImg {
  height: 576px;
  object-fit: cover;
}
.home23 .thoughtLeader .leftSection .card .card-body .card-title {
  color: #e5a210;
  font-size: 24px;
  font-family: poppins-bold;
}
.home23 .thoughtLeader .leftSection .card .card-body .card-text {
  font-size: 18px;
  color: #e5a210;
}
.home23 .thoughtLeader .rightSection .card .card-body .card-title {
  color: #e5a210;
  font-size: 18px;
  font-family: poppins-bold;
}
.home23 .thoughtLeader .rightSection .card .card-body .card-text {
  font-size: 16px;
  color: #e5a210;
}
.home23 .thoughtLeader .card .devusinhImg,
.home23 .thoughtLeader .card .rajaraman {
  height: 260px;
  object-fit: cover;
}
.home23 .thoughtLeader .rightSection .bottomLayer .card .card-body .card-title {
  color: #e5a210;
  font-size: 16px;
  font-family: poppins-bold;
}
.home23 .thoughtLeader .rightSection .bottomLayer .card .card-body .card-text {
  font-size: 14px;
  color: #e5a210;
}
.home23 .thoughtLeader .rightSection .bottomImges {
  height: 200px;
  object-fit: cover;
}
.home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
  height: 226px;
  object-fit: cover;
}
.home23 .socialBlog {
  background-color: #b27cce;
}
.home23 .socialBlog .blogs .mutedText {
  color: #fff !important;
}
.home23 .socialBlog .blogLink a {
  word-break: break-word;
  display: inline-grid;
}
.home23 .socialBlog .blogLink a span {
  color: #ffc13a;
}
.home23 .socialBlog .blogLink a:hover span {
  color: #0a58ca !important;
}
.p-2023 .partner2023Img {
  height: 100px;
  object-fit: cover;
}
.footer23 {
  flex: 0;
}
.footer23 .footer ul li {
  list-style: none;
  text-decoration: none;
}
.footer23 .footer {
  background: url("../../img/newLayout23/footer/footer-bg-1.webp") 0 0 / cover
    no-repeat;
}
.footer23 .footerSection {
  padding: 30px 0 0;
  color: #f1f1f1;
}
.footer23 .footerSection .heading,
.footer23 .footerSection p {
  font-size: 16px;
}
.footer23 .footerSection .heading::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  max-width: 30px;
  background-color: #ff6855;
}
.footer23 .footerSection h5 {
  font-size: 18px;
}
.footer23 .newsLetter .signUpLine {
  background: #ff6855;
  height: 5px;
  width: 38%;
  opacity: 1;
  margin: 0;
  border-top: 0;
}
.footer23 .footer .subscribe-section .signUpBtn {
  background-color: #fff;
  color: #ff6855;
  font-size: 14px;
  border-radius: 3px;
}
.footer23 .footer .subscribe-section .signUpBtn:hover {
  background-color: #ff6855;
  color: #fff;
  color: var(--btn-background);
}
.footer23 .footer-links {
  display: grid;
  padding: 0;
}
.footer23 .footer ul li a {
  display: block;
  padding: 6px 0;
  color: #f1f1f1;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.footer23 .footer .bottomBottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer23 .footerSection .footer-links .btn-link {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1;
  content: "\f107";
}
.footer23 .footerSection .footer-links li {
  list-style: none;
}
.footer23 .footerSection .footer-links .menuHeading a {
  font-weight: 500;
  font-size: 16px;
  color: #f1f1f1;
}
.footer23 .footerSection .footer-links .accord h5 {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.08);
  height: 40px;
  line-height: 1.6;
}
.footer23 .footer-copy-right .footer_section {
  justify-content: space-between;
  align-items: center;
}
.footer23 .footer-copy-right .footer_section p a:hover {
  color: #ff6855;
}
.footer23 .social-links {
  padding-inline-start: 0;
}
.footer23 .social-links li {
  display: inline-block;
  list-style: none;
}
.footer23 .social-links .social {
  width: 38px;
  height: 38px;
  background: 0 0;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #8f8f93;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer23 .social-links li a {
  text-decoration: none;
  color: var(--color-00P01);
}
.footer23 .social-links .fb:hover {
  background-color: #3a589d;
  border: none;
  transition: 0.5s;
}
.footer23 .social-links .insta:hover {
  background-color: #c33223;
  border: none;
  transition: 0.5s;
}
.footer23 .social-links .linkIn:hover,
.footer23 .social-links .twitter:hover {
  background-color: #2478ba;
  border: none;
  transition: 0.5s;
}
.footer23 .social-links .youtube:hover {
  background: #c33223;
  border: none;
  transition: 0.5s;
}
.footer23 .social-links .flickr:hover {
  background: #e5086f;
  border: none;
  transition: 0.5s;
}
.footer23 .footer-copy-right {
  justify-content: space-between;
}
.footer23 .footer-copy-right p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}
.home23 .heroVideo {
  height: 100vh;
}
.home23 .heroVideo #heroVideo {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.home23 .heroVideo .contactButton {
  position: absolute;
  bottom: 22px;
  width: 100%;
}
.home23 .heroVideo .contactButton .heroBtn {
  line-height: 30px;
}
.home23 .join-us-section {
  background-image: url("../../img/newLayout23/home/join-us/pragti-maidan-img.jpg"),
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 76vh;
  background-attachment: fixed;
}
.home23 .join-us-section .joinUsHeading {
  font-size: 80px;
  font-family: poppins-bold;
}
.home23 .join-us-section h2.join-us {
  font-size: 180px;
  font-weight: 600;
  font-family: poppins-bold;
}
.home23 .join-us-section p.inner-text {
  font-size: 28px;
  font-weight: 600;
}
.home23 .join-us-section .join-us-button a.button {
  background-color: #ffbc3a;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 70px;
  border-radius: 20px;
}
.home23 .join-us-section .social-icons {
  display: flex;
  flex-wrap: wrap;
}
.home23 .join-us-section .social-icons .icons {
  height: 52px;
  width: 52px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .join-us-section {
    height: 50vh;
  }
  h2.join-us.text-white {
    font-size: 48px;
    font-weight: 600;
  }
  .join-us-button a.button {
    background-color: #ffbc3a;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 20px;
  }
  .home23 .whatsNew .main-reviewimage {
    height: 300px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
  .home23 .whatsNew .owl-dots {
    padding-top: 18px;
  }
  .home23 .whatsNew .test_img img {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    height: 300px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .footer .footer-copy-right p,
  .footer23 .footer-copy-right p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 574px) {
  .footer .footer-copy-right p,
  .footer23 .footer-copy-right p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .home23 .imcTracks .flip-card-back {
    width: 70%;
    margin: auto;
  }
  .home23 .imcTracks .flip-card-back img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 485px) {
  .home23 .imcTracks .flip-card-back img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 475px) {
  .home23 .whatsNew button.owl-dot {
    height: 10px;
    width: 25px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 450px) {
  .mainHeading {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .home23 .whatsNew .main-reviewimage,
  .home23 .whatsNew .test_img img {
    height: 260px;
  }
  .home23 .whatsNew .test_img {
    margin: 0;
  }
  .home23 .whatsNew .testimonial_detail p {
    font-size: 14px;
  }
  .home23 .whatsNew .main-reviewimage,
  .home23 .whatsNew .testimonial_detail {
    width: 100% !important;
  }
  .home23 .expanding-tech .techImg {
    height: 320px;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman,
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg,
  .home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
    height: 240px;
  }
  .home23 .commonBtn23 {
    line-height: 32px;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 450px) and (max-width: 574px) {
  .mainHeading {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .home23 .heroVideo .contactButton {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 100px;
  }
  .home23 .commonBtn23 {
    line-height: 32px;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .sub-banners h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 574px) {
  .home23 .expanding-tech,
  .home23 .imcTracks,
  .home23 .whatsNew {
    min-height: auto;
    display: block;
  }
  .home23 .expanding-tech .expandigText,
  .home23 .imcTracks .imcTracksText,
  .home23 .whatsNew .whatsNewText {
    text-align: center;
  }
  .home23 .expanding-tech .techImg {
    height: 60vh;
  }
  .home23 .join-us-section {
    height: 52vh;
  }
  .home23 .join-us-section .joinUsHeading {
    font-size: 50px;
  }
  .home23 .join-us-section p.inner-text,
  .imcTracks .titleSubHeading {
    font-size: 18px;
  }
  .home23 .join-us-section .join-us-button a.button {
    font-size: 22px;
    line-height: 30px;
    border-radius: 12px;
  }
  .home23 .join-us-section .social-icons .icons {
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin: 0 8px;
  }
  .home23 .whatsNew #slide-testimonal .owl-nav {
    top: 50%;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman,
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg,
  .home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
    height: 290px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-title,
  .home23
    .thoughtLeader
    .rightSection
    .bottomLayer
    .card
    .card-body
    .card-title,
  .home23 .thoughtLeader .rightSection .card .card-body .card-title {
    font-size: 18px;
    text-align: center;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-text,
  .home23 .thoughtLeader .rightSection .card .card-body .card-text {
    font-size: 14px;
    text-align: center;
  }
  .home23 .whatsNew .testimonial_detail {
    width: 425px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
    padding: 0 5px;
  }
  .home23 .imcTracks .flip-card-back,
  .home23 .imcTracks .flip-card-front {
    height: 100%;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 70vw;
  }
  .navbar {
    background-color: #ff6855;
    min-height: 84px;
  }
  .navbar .navbar-brand img {
    width: 78px;
  }
  .home23 .heroVideo .contactButton {
    position: absolute;
    bottom: 5px;
    width: 60%;
    left: 32%;
  }
  .home23 .heroVideo .contactButton .heroBtn {
    line-height: 15px;
  }
  .sub-banners h1 {
    font-size: 32px !important;
  }
  .sub-banners {
    height: 400px;
    background-size: cover;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .mainHeading {
    font-size: 38px;
    line-height: 50px;
  }
  .home23 .expanding-tech,
  .home23 .imcTracks,
  .home23 .whatsNew {
    min-height: auto;
    display: block;
  }
  .home23 .join-us-section {
    height: 52vh;
  }
  .home23 .join-us-section .joinUsHeading {
    font-size: 50px;
  }
  .home23 .join-us-section p.inner-text {
    font-size: 18px;
  }
  .home23 .join-us-section .join-us-button a.button {
    font-size: 22px;
    line-height: 40px;
    border-radius: 12px;
  }
  .home23 .join-us-section .social-icons .icons {
    height: 44px;
    width: 44px;
    font-size: 22px;
    margin: 0 12px;
  }
  .home23 .whatsNew #slide-testimonal .owl-nav {
    top: 50%;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman,
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg,
  .home23 .thoughtLeader .rightSection .bottomLeader .bottomLeaderImg {
    height: 290px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-title,
  .home23
    .thoughtLeader
    .rightSection
    .bottomLeader
    .card
    .card-body
    .card-title,
  .home23 .thoughtLeader .rightSection .card .card-body .card-title {
    font-size: 20px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-text,
  .home23 .thoughtLeader .rightSection .card .card-body .card-text {
    font-size: 16px;
  }
  .home23 .whatsNew .testimonial_detail {
    width: 425px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
  }
  .home23 .imcTracks .flip-card-back,
  .home23 .imcTracks .flip-card-front {
    height: 100%;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 55vw;
  }
  .sub-banners {
    height: 400px;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainHeading {
    font-size: 42px;
    line-height: 50px;
  }
  .home23 .expanding-tech,
  .home23 .imcTracks,
  .home23 .whatsNew {
    min-height: auto;
    display: block;
  }
  .home23 .whatsNew .test_img img {
    height: 320px;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman,
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg,
  .home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
    height: 370px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-title,
  .home23
    .thoughtLeader
    .rightSection
    .bottomLeader
    .card
    .card-body
    .card-title,
  .home23 .thoughtLeader .rightSection .card .card-body .card-title {
    font-size: 20px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-text,
  .home23 .thoughtLeader .rightSection .card .card-body .card-text {
    font-size: 16px;
  }
  .home23 .imcTracks .flip-card-back {
    height: 90%;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 55vw;
  }
  .home23 .heroVideo .contactButton {
    bottom: 8px;
  }
  .home23 .heroVideo .contactButton .heroBtn {
    line-height: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home23 .expanding-tech,
  .home23 .imcTracks,
  .home23 .whatsNew {
    min-height: auto;
    display: block;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman,
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg,
  .home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
    height: 420px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-title,
  .home23
    .thoughtLeader
    .rightSection
    .bottomLeader
    .card
    .card-body
    .card-title,
  .home23 .thoughtLeader .rightSection .card .card-body .card-title {
    font-size: 20px;
  }
  .home23 .thoughtLeader .leftSection .card .card-body .card-text,
  .home23 .thoughtLeader .rightSection .card .card-body .card-text {
    font-size: 16px;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 60vw;
  }
  .home23 .heroVideo .contactButton {
    bottom: 8px;
  }
  .home23 .imcTracks .flip-card-back {
    height: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home23 .thoughtLeader .leftSection .card .leaderLeftImg {
    height: 524px;
  }
  .home23 .thoughtLeader .card .devusinhImg,
  .home23 .thoughtLeader .card .rajaraman {
    height: 208px;
  }
  .home23 .thoughtLeader .rightSection .bottomLayer .bottomLeaderImg {
    height: 186px;
  }
  .home23 .whatsNew .test_img img {
    height: 280px;
  }
  .home23 .imcTracks .flip-card-back {
    height: 84%;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 65vw;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .home23 .whatsNew .test_img img {
    height: 280px;
  }
  .home23 .imcTracks .flip-card-back {
    height: 84%;
  }
  .home23 .heroVideo,
  .home23 .heroVideo #heroVideo {
    height: 65vw;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1999px) {
  .home23 .imcTracks .flip-card-back {
    height: 84%;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2099px) {
  .home23 .imcTracks .flip-card-back {
    height: 100%;
  }
}
@media screen and(min-width:2100px) and (max-width: 5000px) {
  .home23 .whatsNew .test_img img {
    height: 50vh;
  }
  .home23 .whatsNew .whatsNewText {
    font-size: 16px;
    line-height: 26px;
  }
  .home23 .imcTracks .flip-card-back {
    height: 100%;
  }
}
.fixedTop {
  transition: 0.65s;
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 444;
}
