@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf");
}

body {
  font-family: "Helvetica";
  font-weight: 400 !important;
  color: #222222;
  transition: all 0.3s ease;
}

/*common*/
a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #222222;
  cursor: pointer;
}
/*.hd-font{
  font-family: 'Roboto', sans-serif;
}*/
.color-orange {
  color: #ff7b00;
}
.color-blue {
  color: #0f1438;
}
.bkg-org {
  background-color: #ff7b00;
}
.bkg-lightblue {
  background-color: #0f1438;
  opacity: 0.5;
}
.bkg-blue {
  background-color: #0f1438;
}

.comm-head {
  font-size: 3.167em;
}

.btn.btn-common {
  background-color: #0f1438;
  border-bottom: 2px solid #0f1438;
  padding: 10px 30px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn.btn-common:hover {
  background-color: #ff7b00;
  border-bottom: 2px solid #0f1438;
}
.next-line {
  white-space: pre-line;
  text-align: justify;
}

/*============================navbar start============================*/

/*top button group start*/
.grp-top-btn {
  position: absolute;
  right: 0px;
  background-color: #ffffff;
  border: 2px solid #0f1439;
  border-radius: 3rem;
}
.btn.btn-header {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.btn.btn-header:hover {
  background-color: #f47a21;
  color: #fff;
}
.btn.btn-clr-btn {
  background-color: #0e1438;
  color: #fff;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.btn.btn-clr-btn:hover {
  background-color: #f47a21;
}
.dropdown-menu.btn-drop-custom {
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  padding: 0px;
  border-radius: 0px;
  border: 0px solid #ddd;
  margin: 0 0 0;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.dropdown-menu.btn-drop-custom .dropdown-item {
  display: block;
  padding: 15px 18px;
  color: #2b2024;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 0px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.dropdown-menu.btn-drop-custom .dropdown-item:focus,
.dropdown-menu.btn-drop-custom .dropdown-item:hover {
  color: #ff7b00;
  background-color: transparent;
}
/*top button group end*/

/*====================navbar pills start====================*/
.tab-menu .nav-link {
  padding-right: 10px !important;
  padding-left: 10px !important;
  text-align: left;
  width: 100%;
}
.tab-menu .nav-link.active,
.tab-menu .show > .nav-link {
  color: rgb(245 122 33);
  background-color: #0f1438;
  border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: rgb(245 122 33);
  text-decoration: none;
  background-color: #0d6dfd00;
}
/*====================navbar pills end====================*/
.bg-nav-bar {
  transition: all 0.3s ease;
  background-color: transparent;
  /*border-bottom: 1px solid rgb(255 255 255 / 26%);*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.inner-body .bg-nav-bar {
  position: relative;
}
.bg-nav-bar .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: rgb(34 34 34);
  font-weight: 500;
}
.bg-nav-bar .navbar-nav .nav-link.active,
.bg-nav-bar .navbar-nav .show > .nav-link {
  color: rgb(245 122 33);
}
.bg-nav-bar .navbar-nav .nav-link:focus,
.bg-nav-bar .navbar-nav .nav-link:hover {
  color: rgb(245 122 33);
}
.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(245 245 245);
  background-color: #fffffff5;
}
.menu-sticky {
  background: #fff !important;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.8s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-sticky .navbar-brand .white-logo {
  display: none;
}
.menu-sticky .navbar-brand .color-logo {
  display: block;
}
.menu-sticky.bg-nav-bar .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: rgb(34 34 34);
  font-weight: 500;
}
.menu-sticky.bg-nav-bar .navbar-nav .nav-link.active,
.menu-sticky.bg-nav-bar .navbar-nav .show > .nav-link {
  color: rgb(245 122 33);
}
.navbar .megamenu {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease;
}
.custom-drop-col .dropdown-item {
  padding: 10px 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.custom-drop-col .dropdown-item:focus,
.custom-drop-col .dropdown-item:hover {
  color: #f47a21;
  background-color: transparent;
}
.custom-dropmenu .dropdown-menu {
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  padding: 0px;
  border-radius: 0px;
  border: 0px solid #ddd;
  margin: 0 0 0;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.custom-dropmenu .dropdown-menu .dropdown-item {
  display: block;
  padding: 15px 18px;
  color: #2b2024;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 0px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-dropmenu .dropdown-menu .dropdown-item:focus,
.custom-dropmenu .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background: #0f1438;
}

/*============================navbar end============================*/
/*===========================banner start===========================*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0s;
  animation-duration: 2s;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 2s;
}
.caption-banner h1 {
  font-size: 4rem;
}
.btn.btn-banner {
  background-color: #ff7b00;
  padding: 15px 35px;
  color: #fff;
  border-bottom: 2px solid #212529;
}
.banner-box .blue-box {
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 580px;
  left: 0;
  right: 0;
  background-color: #0f1438;
  z-index: -1;
  margin: 0 auto;
}
.banner-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.angle-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*===========================banner end===========================*/
/*==========================service start==========================*/
.comm-sec {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.btn.btn-service {
  border: 1px solid #0f1438;
  color: #0f1438;
  font-size: 14px;
}
.service-circle {
  height: 70px;
  width: 100px;
}
.service-circle .circle-blue {
  background-color: #0f1438;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
}
.service-circle .circle-blue-off {
  background-color: #0f1438;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
}
.service-bg-col .head-bg {
  margin-bottom: 80px;
}
.inner-service-row {
  padding-top: 105px;
}

/*==========================service end==========================*/

/*========================insight start========================*/

.insight-col .card.insight-card {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.insight-col .card:hover.card.insight-card {
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 25px rgb(0 0 0 / 16%);
}
.card.insight-card .card-body p {
  min-height: 100px;
}
.side-outer {
  margin-right: -300px;
}
.instant-bg {
  overflow: hidden;
}
.side-angles .angle-left {
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: 60px;
}
.side-angles .angle-right {
  position: absolute;
  right: 0;
  z-index: -1;
  margin-top: -386px;
}
.side-angles {
  z-index: 1;
}

/*========================insight end========================*/

/*========================featured start========================*/
.feature-img img {
  width: auto !important;
  margin: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.3s ease;
}
.feature-img img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.workwith-img img {
  width: auto !important;
  margin: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.3s ease;
}
.workwith-img img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
/*========================featured end========================*/

/*=========================client start=========================*/
.client-card {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}
.row .client-col .client-card:after {
  content: "";
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: -15px;
  height: 100%;
  width: 1px;
}
.row .client-col:first-child .client-card:after {
  display: none;
}
.side-angles .circle-client {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.side-angles .top-half {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
}
.client-card .client-img {
  width: 75px;
  height: 75px;
  background-color: #556080;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*=========================client end=========================*/

/*========================industries start========================*/
.head-bg .header-subhd {
  width: 35%;
}
.card.inds-card .overlay-inds {
  display: none;
  transition: all 0.3s ease;
}

/* .card.inds-card:hover .overlay-inds {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgb(15 20 56 / 66%) 0%,
    rgb(15 20 56 / 65%) 77%
  );
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.btn.btn-over {
  border: 1px solid #f47b20;
  border-radius: 0px;
  padding: 10px 30px;
  color: #f47b20;
}
.btn.btn-over:hover {
  color: #fff;
  background-color: #f47b20;
}
/*========================industrices end========================*/

/*==========================news start==========================*/
.btn.btn-white {
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
  color: #f47b20;
}
.news-card .news-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgb(15 20 56 / 66%) 0%,
    rgb(15 20 56 / 65%) 77%
  );
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
}
.row .news-pad-bg {
  padding: 0 30px;
}
/*==========================news end==========================*/

/*=======================talk to us start=======================*/
.talk-sec:after {
  width: 80%;
  height: 400px;
  background: #ffffff;
  z-index: -1;
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  box-shadow: 0 6px 25px rgb(0 0 0 / 17%);
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: 0;
}
/*=======================talk to us end=======================*/

/*=====================Insights page start=====================*/
.circle-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.common-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.common-banner-vendor {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  /* background-attachment: fixed !important; */
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.bread-crumb-bg {
  position: absolute;
  right: 8%;
  bottom: 50px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.insight-col .sub-hdsmall {
  font-size: 25px;
}

.circle-card .circle-inner img {
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

/*=====================Insights page  end=====================*/

/*========================service page start========================*/
.circle-top-left {
  position: absolute;
  left: 0;
  top: 0;
}

.center-bg-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
}
.service-detail-col .service-detail-card {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.after-circle::after {
  content: "";
  background-color: #fff;
  width: 250px;
  height: 250px;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  border-radius: 50%;
  left: -80px;
  top: -80px;
}
.after-circle-blue::after {
  content: "";
  background-color: #fff;
  width: 250px;
  height: 250px;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  border-radius: 50%;
  right: -30px;
  bottom: -80px;
  text-align: center;
}
.after-circle-orange::after {
  content: "";
  background-color: #fff;
  width: 250px;
  height: 250px;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  border-radius: 50%;
  right: -30px;
  top: -80px;
  text-align: center;
}
/*========================service page end========================*/

/*============================contact page start============================ */
.card.card-contact {
  -webkit-box-shadow: 0 18px 50px rgb(0 0 0 / 7%);
  box-shadow: 0 18px 50px rgb(0 0 0 / 17%);
  border: none;
  border-radius: 10px;
  background-color: #ff7b00;
  color: #fff;
}
.card-contact .card-body {
  padding: 50px 50px;
}
.card-contact .card-body .form-group label {
  font-size: 15px;
  margin-bottom: 10px;
}
.card-contact .card-body .form-group .form-control {
  padding: 15px 15px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #fff;
}
/*.contact-form-col{
    margin-right: -100px;
    margin-top: 190px!important;
}*/
.btn.btn-submit {
  background-color: #0f1438;
  border-bottom: 2px solid #0f1438;
  padding: 10px 30px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  /*color:#ffffff;*/
}
.min-ht-ads {
  min-height: 50px;
}

.contact-tab-pill.nav-pills .nav-link.active,
.contact-tab-pill.nav-pills .show > .nav-link {
  color: #222222;
  background-color: #f7f7f6;
  border: 1px solid #e0e0e0;
}
.contact-tab-pill.nav-pills .nav-link {
  color: #222222;
  background-color: transparent;
  border: 1px solid #f7f7f6;
  position: relative;
  cursor: pointer;
}
.contact-tab-pill.nav-pills .nav-link.active::before {
  opacity: 1;
}

.custom-drop-col .dropdown-right-poster {
  background-color: #1d252c;
  padding: 50px;
}

/*============================contact page  end============================*/

/*=============================about page start=============================*/
.company-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  color: #ffffff;
}
.team-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
/*=============================about page end=============================*/

/*==========================carrer page start==========================*/
.career-col .card.career-card {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.career-col .card:hover.card.career-card {
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 25px rgb(0 0 0 / 16%);
}
.form-group .form-control {
  padding: 15px 15px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}
.form-group label {
  font-size: 15px;
  margin-bottom: 10px;
}
.input-group.choose-grp .form-control {
  padding: 15px 15px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}
.card.card-form {
  background-color: transparent;
}

/*==========================career page end==========================*/
/*===========================msp page  start===========================*/
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0f1438;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.accordion-button:not(.collapsed)::after {
  /* background-image: url(none); */
  background-image: none;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 25px;
}
/*===========================msp page end===========================*/

/*========================product page start========================*/
.btn.btn-orange {
  border: 1px solid #f57a21;
  color: #ffffff;
  font-size: 14px;
  background-color: #f57a21;
}
/*========================product page  end========================*/

/*==========================footer start==========================*/
.footer-sec {
  background-color: #121212;
  padding-top: 90px;
  padding-bottom: 0px;
  color: #fff;
}
.footer-col .nav-item .nav-link {
  padding-left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: light;
  padding-top: 0;
}

/*==========================footer end==========================*/

/*===========================media Query===========================*/
/*------------------- Define mobile styles -------------------*/
@media (max-width: 575px) {
}
/*------------------- Small devices (landscape phones)-------------------*/
@media (min-width: 576px) and (max-width: 767px) {
}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
  .custom-drop-col .dropdown-item {
    padding: 5px 18px;
  }
  .navbar .megamenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .caption-banner h1 {
    font-size: 2rem;
  }
  .banner-box .blue-box {
    width: 280px;
    height: 350px;
  }
  .bg-nav-bar {
    background-color: white;
  }
  .banner-sec {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .btn.btn-banner {
    padding: 8px 20px;
    font-size: 15px;
  }
  .banner-text-col .caption-banner {
    text-align: center;
  }
  .comm-head {
    font-size: 2rem;
  }
  .inner-service-row {
    padding-top: unset;
  }
  .comm-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-circle {
    margin: 0 auto;
  }
  .side-outer {
    margin-right: 0px;
  }
  .comm-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .client-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .head-bg .header-subhd {
    width: 100%;
  }
  .row .news-pad-bg {
    padding: 30px 0px;
  }
  .talk-sec:after {
    width: 100%;
    height: 250px;
    top: 55%;
    bottom: auto;
    transform: translateY(0%);
  }
  .footer-sec {
    text-align: center;
  }
  .common-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: unset !important;
  }
  .service-detail-col .service-detail-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*------------------- tablet screens -------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .caption-banner h1 {
    font-size: 2rem;
  }
  .navbar .megamenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner-box .blue-box {
    width: 280px;
    height: 350px;
  }
  .bg-nav-bar {
    background-color: white;
  }
  .comm-head {
    font-size: 2.59rem;
  }
  .inner-service-row {
    padding-top: unset;
  }
  .side-outer {
    margin-right: 0px;
  }
  .comm-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .client-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .head-bg .header-subhd {
    width: 100%;
  }
  .industries-col p {
    min-height: 65px;
  }
  .row .news-pad-bg {
    padding: 30px 30px;
  }
  .talk-sec:after {
    width: 90%;
    height: 300px;
  }
  .talk-sec:after {
    width: 90%;
    height: 300px;
  }
  .talk-sec:after {
    width: 90%;
    height: 250px;
  }
  .common-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: unset !important;
  }
  .service-detail-col .service-detail-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .grp-top-btn {
    right: auto;
    top: 10px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 95%;
    margin-top: 0;
    background-color: #f7f7f6;
    margin: 0 auto;
  }
  .contact-tab-pill.nav-pills .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #e0e0e0;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

/*------------------- medium desktop screens -------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .caption-banner h1 {
    font-size: 3rem;
  }
  .banner-box .blue-box {
    width: 438px;
    height: 475px;
  }
  .bg-nav-bar .navbar-nav .nav-link {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
  .comm-head {
    font-size: 2.59rem;
  }
  .card.insight-card .card-body p {
    min-height: 155px;
  }
  .comm-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .client-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .row .news-pad-bg {
    padding: 20px 10px;
  }
  .head-bg .header-subhd {
    width: 75%;
  }
  .talk-sec:after {
    width: 90%;
    height: 300px;
  }
  .common-banner {
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: unset !important;
  }
  .service-detail-col .service-detail-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-drop-col .dropdown-right-poster {
    padding: 15px;
  }
  .grp-top-btn {
    top: 55px;
  }
}
/*------------------- Large screens-------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1670px;
  }
}

@media (max-width: 990px) {
  p {
    font-size: 14px !important;
  }
  .next-line {
    font-size: 14px;
  }
  .fs-5 {
    font-size: 14px !important;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .comm-head {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  p {
    font-size: 16px !important;
  }
  .comm-head {
    font-size: 1.5rem;
  }
  .head-bg .comm-head {
    font-size: 2rem;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .clear-fx {
    padding: 1rem;
  }
  .caption-banner h1 {
    font-size: 2.5rem;
  }
  .swiper-slide .insight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 990px) {
  .navbar-brand img {
    height: 3rem !important;
  }
  .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
    border: none !important;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-brand img {
    height: 3rem !important;
  }
  .menu-sticky.bg-nav-bar .navbar-nav .nav-link {
    padding-left: 0px !important;
  }
  .bg-nav-bar .navbar-nav .nav-link {
    padding-left: 0 !important;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
  .dropdown-item {
    font-weight: 300 !important;
  }
}

@media (max-width: 447px) {
  .caption-banner h1 {
    font-size: 1.5rem;
  }
  .navbar-brand img {
    height: 2rem !important;
  }
}

.blog-col-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-col .card {
  transition: all 0.3s ease;
}

.blog-col .card:hover {
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 25px rgb(0 0 0 / 16%);
}

.next-line h5 {
  font-weight: 500;
}

.ul-listing h5 {
  font-weight: 550 !important;
  font-family: "Poppins", sans-serif;
}
.ul-listing h2 {
  font-weight: 550 !important;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}
.ul-listing h4 {
  font-weight: 550 !important;
  font-family: "Poppins", sans-serif;
}
.ul-listing ul {
  padding-left: 1rem;
}
.ul-listing ul {
  background: #f3f8fc;
  padding: 1rem;
}
.ul-listing ul li {
  font-size: 16px;
  list-style: none;
  margin-left: 1rem;
}
.ul-listing ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #ff7b00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  margin-right: 0.5rem;
}

@media (max-width: 1500px) {
  .navbar-brand img {
    height: 2rem;
  }
  .bg-nav-bar .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* new form */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

.company-form {
  width: 100%;
  height: 100vh;
  background: #011633;
  overflow: hidden !important;
}
.main-form-field {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.38);
}
.main-form-field .form-group {
  margin-bottom: 1rem;
}
.main-form-field .form-group label {
  margin-bottom: 0.5rem;
}

.container-cust {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: end;
  align-items: center;
}
.main-form-field .form-control {
  border-radius: 0.5rem;
  font-size: 14px;
  height: 3rem;
  border: 1px solid #e5e4e4;
}
.main-form-field .form-group label {
  font-size: 14px;
}
.btn-btn-signin {
  background: #f47b20;
  color: #fff;
  padding: 0.3rem 2rem;
  transition: 0.5s;
}
.btn-btn-signin:hover {
  background: #c66012 !important ;
  color: #e5e4e4;
}

.in-content-section {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.in-content-section h2 {
  color: #fff;
  font-size: 38px;
  font-family: "Bebas Neue", cursive;
}
.in-content-section p {
  color: #fff;
}
.main-bg-ovarlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.1;
}
.main-bg-ovarlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #034473;
  background-image: linear-gradient(
    to bottom,
    rgba(14, 65, 102, 0.86),
    #0e4166
  );
}
.divv-canvas {
  z-index: 1 !important;
  /* background-color: #011633; */
  position: absolute;
}
.in-content-section {
  z-index: 111;
}
.main-svg-op {
  opacity: 0.2;
}

@media (max-width: 990px) {
  .in-content-section {
    position: relative;
  }
  .container-cust {
    display: block !important;
  }
  .divv-canvas {
    position: relative !important;
    display: none;
  }
  .company-form {
    height: 100vh;
  }
  .main-svg-op {
    display: none;
  }
  .in-content-section {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 2rem;
  }
  .company-form {
    padding: 3rem 0;
  }
}
.side-bar {
  width: 30%;
  height: 100vh;
  background-color: #ff7b00;
  z-index: 111143334;
}
.side-bar-logo {
  position: absolute;
  left: -389px;
  top: 0px;
  height: 100vh;
  overflow: hidden;
}
.side-bar-logo img {
  height: 100%;
  height: 110%;
  opacity: 1;
}
/* .company-form .container {
  padding: 0 15rem;
} */
/* @media (max-width: 1300px) {
  .company-form .container {
    padding: auto;
  }
}
@media (max-width: 1300px) {
  .company-form .container {
    padding: 0 2rem;
  }
} */

@media (max-width: 990px) {
  .side-bar-logo {
    display: none !important;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .in-content-section {
    left: 200px;
  }
}

.error-message {
  color: #c40000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.error-message.show {
  display: block;
}
.main-form-field .form-group {
}

