* {
  font-family: 'Mulish', sans-serif;
}

/*---------Top header starts--------------*/

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #102039;
  font-weight: 500;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #0f61ef;
}

/* header .show .nav-item{
padding: 12px;
} */

/* header .show .navbar-nav .nav-link {
    padding: 0 !important;
    transition: none;
} */

header .show .main-button {
  margin-top: 14px;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 20px;

}

.dropdown-toggle::after {
  vertical-align: 0.22em;
}

ul.navbar-nav {
  margin-right: 20px;
}

.collapse .main-button a {
  padding: 12px 22px;
  box-shadow: 0px 7px 21px 0px rgb(0 0 0 / 12%);
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  background-color: #00AFF5;
}

.collapse .main-button a:hover {

  box-shadow: 0px 3px 6px #00000029;
  transition: 1s;
  animation: 2s;
}

.banner-sec img {
  width: 100%;
  height: 89vh;
  object-fit: cover;
}

.banner-sec {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.banner-content span {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 100px;
  letter-spacing: 0.05em;
}

.banner-content span::before {

  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-content h1 {

  font-size: 70px;
  font-weight: 900;
  margin-bottom: 14px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.banner-content p {

  font-size: 15px;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  margin-bottom: 50px;
  padding-right: 35px;
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: revert;
  margin-top: -25px;
}

.sticky-bar {
  width: 100%;
  position: fixed !important;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999999999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown !important;
  transition: .5s !important;
  -webkit-transition: .3s !important;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);
}

.dropdown-item {
  font-size: 14px
}

.notify {
  color: #198754;
}


/*---------Top header Ends--------------*/


/* ----------home- About us section start------------ */

.common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.common-heading h2 {
  font-size: 35px;
  display: block;
  color: #030431;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-sec {
  margin-top: 50px;
  margin-bottom: 100px;
}

.section-tittle span {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #396cf0;
  display: inline-block;
  position: relative;
  padding-left: 100px;
  letter-spacing: 0.05em;
}

.section-tittle span::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #396cf0;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.about-sec h2 {
  font-size: 35px;
  display: block;
  color: #030431;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-sec P {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 35px;
  padding-right: 50px;
}

.about-img {
  position: relative;
}



.about-back-img img {

  border: 10px solid #f2f2f2;
}

.hero-btn {
  background-color: #00AFF5;
  /* background-image: linear-gradient(to left, #559af3, #1462f3, #559af3); */
  color: #ffffff;
  padding: 18px 20px;
}
.hero-btn:hover {
color: #ffffff;
}

/* ----------home About us section end------------ */

/* ----------home Services section Start------------ */
.service-sec {
  background-image: url(../img/department.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px;
}

.service-sec {
  margin-bottom: 100px !important;

}

.service-sec .nav-link {
  /* width: 210px;
  height: 105px; */
  padding: 15px 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  transition: .5s;
  font-size: 18px;
  font-weight: 500;
  color: #296ea4;
  margin-bottom: 0;
  margin-bottom: 30px;
  background-color: #ffffff;

}

.service-sec .nav-link:hover {
  box-shadow: 2px 3px 30px #00000029;
  border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  /* width: 210px;
  height: 105px; */
  padding: 15px 25px;
  background-color: #00AFF5;
  color: #fff;
  margin-bottom: 30px;
}

.service-sec .nav-link p {

  margin-bottom: 0;
}

.service-sec .service-thumb img {
  width: 100%;
}

.row .services-outer-box {
  align-items: center;
  display: flex;
}

.services-outer-box h1 {
  color: #00244D;
  font-size: 36px;
}

.services-outer-box p {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
}

.content-space {
  padding: 10px;
}

.ser-left-content {
  background-image: -webkit-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -ms-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  padding: 70px 103px 104px 111px;

}

.ser-left-content h3 {
  color: #ffffff !important;
}

.ser-left-content p {
  color: #ffffff !important;
}

.ser-left-content h3 {
  margin-bottom: 10px;
}

/* ----------home Services section end------------ */


/* ----------home gallary section Start------------ */

/* .ourgallary-sec img{
width: 100%;
margin-bottom: 20px;
} */

.gallery-big-img,
.gallery-small-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 554px;
  margin-bottom: 20px;

}

.gallery-big-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.gallery-big-img:hover img {
  transform: scale(1.1);
}

.gallery-small-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 264px;
  margin-bottom: 20px;

}

.gallery-small-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.gallery-small-img:hover img {
  transform: scale(1.1);
}


.ourgallary-sec {
  margin-bottom: 100px;
}

/* ----------home gallary section end------------ */

/* ----------home testimonial section Start------------ */
.testimonial-area {
  margin-bottom: 80px;
}

.all-starups-area {
  display: flex;
  align-items: center;
}

.all-starups-area .starups {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 9%;
  background-image: url(../img/section_bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  height: 700px;
}

.all-starups-area .starups-img {
  width: 50%;
  background-image: url(../img/test1.jpg);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  height: 700px;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  margin-left: 20px;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  color: #0f61ef;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #ddd;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
  line-height: 1.5;
  margin-bottom: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 3000;
}

.logo-sec img {
  text-align: center;

}

.logo-sec {
  margin-bottom: 80px;
}
.logo-sec .logo-outer-box{
  text-align: center;
  margin-bottom: 30px;

}
.color-text{
  color: #396cf0;
  font-weight: 700;
}


/* ----------home testimonial section Start------------ */



/* ----------home footer section Starts------------ */

.footer-sec {
  background: #121c1d;
  padding-top: 12px;
}

.footer__logo {
  padding: 22px 0px;
  text-align: left;
}

.footer__social {
  text-align: right;
  padding: 35px 0px;
}

.footer__social a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.footer__top {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 44px;
}

.footer-sec h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer__widget p {
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}

.footer__widget ul li {
  list-style: none;
  line-height: 30px;
}

.footer__widget ul {
  padding-left: 0px;
}

i.fa-solid.fa-location-dot {
  padding-top: 5px;
}

.pd-left {
  padding-left: 40px;
}

.footer__widget ul li a {
  text-decoration: none;
}

.footer__address ul li {
  list-style: none;
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  margin-bottom: 30px;
}

.footer__address address {
  margin-bottom: 0
}

.footer__widget ul li {
  list-style: none;
  line-height: 30px;
}

.footer__address ul {
  padding-left: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 15px;
  padding-top: 5px;
}

.text-col p,
a {
  color: #a1a1a1;
}

.text-col p,
a {
  color: #a1a1a1;
}

.contact__widget__text p,
a {
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
  color: #c4c4c4;
  text-decoration: none;
}

.footer-copyright-text p {
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  margin-bottom: 0;
}

.footer__copyright {
  background: #12191a;
  padding: 25px 0 20px;
}

.footer__copyright .col-lg-5 p {
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
}

/* ----------home footer section ends------------ */

/* ----------sap page starts------------ */
.sap-sec {
  text-align: center;
  margin: 100px 0;

}

.sap-sec h1 {
  font-weight: 900;
  text-transform: uppercase;
}



/* ----------sap page ends------------ */


/* ----------about us page starts------------ */

.breadcrumb-option {
  background-color: #00AFF5;
  margin-bottom: 50px;
}

.bo-links {
  padding: 20px 0px;
}

.breadcrumb-option .bo-links a {
  font-size: 15px;
  color: #111111;
  margin-right: 20px;
  position: relative;
}

.breadcrumb-option .bo-links span {
  font-size: 15px;
  color: #ffffff;
}

.breadcrumb-option .bo-links a i {
  margin-right: 5px;
}

.breadcrumb-option .bo-links a:after {
  position: absolute;
  right: -13px;
  content: "/";
}

/* ----------about us page ends------------ */

/* ----------Treatments page starts------------ */




.team-area .single-team .team-caption {
  padding: 20px;
  background: #fff;
  border: 1px solid #ffeff9;
  border-top: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.team-area .single-team .team-caption h3 {
  color: #161e46;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
  display: block;
}

.team-caption span {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  display: block;
}

.team-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 240px;

}

.team-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.team-img:hover img {
  transform: scale(1.1);
}

/* ----------Treatments page ends------------ */



/* ----------CAE/CAD page starts------------ */

.note-sec {
  background-color: #00AFF5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;

}

.note-sec p {
  color: #ffffff;
  margin-bottom: 10px;
}

.note-sec p:last-child {

  margin-bottom: 0px;
}

.cos-sec {
  background-image: url(../img/department.png);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  padding: 60px;
  margin-bottom: 70px;
}

.caecad-sec {
  margin-bottom: 80px;
}


.cos-sec img {
  width: 100%;
}

.caecad-sec img {
  width: 100%;
}

.caecad-sec p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 35px
}

.caecad-sec h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.services-facts-ul ul {
  list-style: none;
}

.services-facts-ul ul li {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  font-weight: 800;
  position: relative;
  padding-left: 21px;
  margin-bottom: 9px;
}

.services-facts-ul ul li:before {
  content: '';
  position: absolute;
  background: url(../img/arrow.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
}
.nvh-sec table thead th {
  font-size: 24px;
  text-align: center;
  background-color: #00AFF5;
  color: #ffffff;
}

.nvh-sec table td {
  font-size: 17px;
  font-weight: 600;
}
.nvh-sec .table>:not(caption)>*>*{
  padding: 1.2rem 0.5rem;
}

.nvh-sec ul{
  margin-top: 10px;
  margin-bottom: 0;
} 
.table-footer{
  text-align: center;
  background-color: #88ddff !important;
}
.nvh-sec table.table {
  border: 1px solid #ddd;
}
.nvh-sec{
  margin-bottom: 60px;
}

.col-lg-4.lithium {
  margin-top: 20px;
}

.lithium-img-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* ----------CAE/CAD page ends------------ */

/* ----------It services page starts------------ */
.itservices-sec {
  margin-bottom: 50px;
}

.itservices-sec h3 {
  font-size: 23px;
  font-weight: 700;
}

.itservices-sec P {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 20px;
}

.itservices-sec .common-heading {
  margin-bottom: 50px;
}

.single-team {
  margin-bottom: 25px;
}

.team-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 240px;
}

.team-caption {
  padding: 20px;
  background: #fff;
  border: 1px solid #ffeff9;
  border-top: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.team-caption span {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  display: block;
}


/* ----------It services page ends------------ */





/* ----------contact page Starts------------ */
.common-heading p{
  margin-bottom: 0;

}

.outer-box {
  height: 300px;
  padding: 25px;
  width: 100%;
  /* border: 1px solid #ddd; */
  /* text-align: center; */
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 1s;
  box-shadow: rgb(0 0 0 / 7%) 0px 5px 15px 0px;
}

.contact__content {

  background-image: url(../img/department.png);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  padding: 60px;
}

.contact__content h3 {
  text-transform: uppercase;
  font-weight: 700;
}

/* .contact-sec img {
  margin-right: 8px;
} */

.contact-sec .common-heading p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
}

.contact-sec h2 {
  margin-bottom: 25px;
}

.contact-sec h5 {
  font-size: 27px;
  display: block;
  color: #030431;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact-sec .contact-email1 a {
  color: #64676c !important;
  font-weight: 500;
}

.contact-sec address {
  font-weight: 500;
}

.contact-sec .contact-person1 {
  color: #030431;
  font-weight: 800;
}

.contact-sec .contact-num1 a {
  color: #64676c !important;
  font-weight: 500;
  vertical-align: revert;

}

.contact-sec .outer-box i {
  color: #0d6efd;
  margin-right: 8px;
}


.text-col p,
a {
  color: #a1a1a1;
}

.contact__pic {
  margin-bottom: 30px;
}
.contact-img img{
  width: 100%;

}
.contact-img{
max-height: 444px;
overflow-y: hidden;
border-radius: 5px;

}

.contact__pic iframe {
  min-width: 100%;
  height: 300px;
}

.contact h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-form .form-control {
  height: 53Px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 1rem;
}

.contact-form textarea.form-control {
  height: auto;
}

input.submit {
  padding: 10px 20px;
  width: 100%;
  border: none;
  color: white;
  border-radius: 5px;
  background-color: #00AFF5;
}

.bt-space {
  margin-bottom: 40px;
}
label.error {
  color: #dd0000;
}

/* ----------contact page ends------------ */



.col-lg-8.about-sub-sec {
  padding: 140px 0px !important;
}