* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}



/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
header{
  position: relative;
}
.stellarnav.light li a {
  text-align: right;
  font: normal normal 18px/30px Poppins;
  letter-spacing: 0px;
  color: #010101;
  text-transform: uppercase;
  margin-right: 30px;
  font-weight: 500;
}
.phone-top {
  background: #3006B0 0% 0% no-repeat padding-box;
  border-radius: 28px;
  color: white !important;
  padding: 10px 25px;
}
.phone-top:hover{
  background-color: #010101;
}
.main-nav {
  padding: 10px 0px;
  display: block;
  position: relative;
}
.video-intro {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.bnr-sec {
  position: relative;
}
.bnr-cntnt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 40%;
  z-index: 999;
  text-align: left;
}
.bnr-cntnt h3 {
  text-align: left;
  font: normal normal 600 50px/65px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
}
.bnr-cntnt p {
  font: normal normal normal 22px/28px Open Sans;
  letter-spacing: 0.72px;
  color: #FFFFFF;
  font-family: sans-serif;
  max-width: 80%;
  position: relative;
}
.bnr-btn {
  background: #3006B0 0% 0% no-repeat padding-box;
  border-radius: 30px;
  font: normal normal 600 18px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 35px;
}
.banner{
  position: relative;
}
.bnr-sec::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6a6a6aa1;
  width: 100%;
  z-index: 1;
}
.bnr-btn:hover {
  background: #010101 0% 0% no-repeat padding-box;
 color: white;
}
.footer {
  position: relative;
  padding: 60px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/footer.png');
  background-position: center;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  opacity: .9;
}
.footer p {
  font: normal normal normal 15px/26px Poppins;
  letter-spacing: 0px;
  color: #D6D6D6;
  position: relative;
  max-width: 80%;
}
.scl-icn ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0px;
}
.scl-icn ul li a:hover {
  color: #ffffff;
  background-color: rgb(0, 0, 0);
}
.scl-icn ul li a {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 11px;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copyright {
  font-family: 'Poppins', sans-serif;
 letter-spacing: 0px;
  padding: 16px 0px;
  color: #CCCCCC;
  font-size: 15px;
  font-weight: 300;
  background: #0b0f1000;
  border-top: 2px solid #ffffff2e;
  margin-top: 50px;
  position: relative;
}
.footer h3 {
  text-align: left;
  font: normal normal 22px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-quick-links ul li a {
  font: normal normal normal 17px/20px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  font-weight: 300;
  display: block;
}
.get-in {
  display: grid;
  gap: 4px;
  position: relative;
}
.get-in a {
  font: normal normal normal 17px/23px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  max-width: 70%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ftr-txt {
  text-align: right;
}
.copyright a {
  font-weight: 700;
  color: white;
}
.footer-quick-links ul li a:hover{
  color: #3006b0;
}
.testi-sec {
 
  background-image: url('../images/testi.png');
  position: relative;
  padding: 70px 0px;
  text-align: center;
  background-size: cover;
  object-fit: contain;
}
.usr-bx {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 35px 0px 0px 0px;
}
.contnt h6 {
  font: normal normal 600 17px/26px Poppins;
  letter-spacing: 0px;
  color: #3006B0;
  text-align: left;
}
.testi-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #adadad;
  opacity: .9;
}
.testi-bx{
  position: relative;
  padding: 0px 50px;
}
.testi-bx .upr-cma {
  width: 30px !important;
  position: absolute;
  left: 0px;
  top: 0;
}
.btm-cma {
  width: 30px !important;
  position: absolute;
  right: 260px;
  bottom: 93px;
}
.testi-sec h2 {
  font: normal normal 600 40px/60px Poppins;
  letter-spacing: 0px;
  color: #010101;
  position: relative;
  margin-bottom: 10px;
}

.testi-p::before {
  content: url('../images/top-testi.png');
  position: absolute;
  left: 85px;
  top: 30px;
}
.testi-p::after {
  content: url('../images/btm-testi.png');
  position: absolute;
  padding-left: 40px;
  padding-top: 10px;

}
.testi-p {
  position: relative;
  padding: 50px 130px 10px 130px;
  text-align: center;
  font: italic normal normal 20px/28px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#testi-sec-sld .owl-nav {
  position: absolute;
  top: 25%;
  right: 0px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#testi-sec-sld .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  border: 2px solid white;
  color: white;
}
#testi-sec-sld .owl-nav button {
 width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  border: 2px solid white;
  color: white;
}
.contnt p {
  font: normal normal normal 15px/26px Poppins;
  letter-spacing: 0px;
  color: white;
}
#testi-sec-sld .owl-nav button:hover {
  color: #3006B0;
  border-color: #3006B0;
}
.facility-box {
  position: relative;
  margin-bottom: 30px;
  min-width: 270px;
}
.content-bx {
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
.facility-box::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 0.47;
}

.facility h2 {
  font: normal normal 600 40px/60px Poppins;
  letter-spacing: 0px;
  color: #010101;
  position: relative;
  margin-bottom: 35px;
}
.facility {
  position: relative;
  padding: 70px 0px 70px 118px;
  display: block;
}
.content-bx h4 {
  font: normal normal 600 20px/32px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  min-height: 95px;
  position: relative;
  max-width: 80%;
}
.content-bx a {
  font: normal normal 600 15px/20px Poppins;
  letter-spacing: 0.36px;
  color: #E8E8E8;
  font-weight: 300;
  padding-top: 30px;
  display: block;
}
.about {
  position: relative;
  padding: 70px 0px 0px 0px;
  display: block;
}
.about h6 {
  font: normal normal 17px/20px Poppins;
  letter-spacing: 0.44px;
  color: #3006B0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about h2 {
  font: normal normal 600 40px/50px Poppins;
  letter-spacing: 0px;
  color: #010101;
  position: relative;
  margin-bottom: 35px;
  max-width: 80%;
}
.about p {
  font: normal normal normal 16px/28px Poppins;
  letter-spacing: 0px;
  color: #1E1E1E;
  max-width: 86%;
}
.abt-left{
  position: relative;
}
.abt-btm-img {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 200px;
}
.abt-side-txt {
  transform: rotate(90deg);
  position: absolute;
  top: 95px;
  right: -12px;
}
.abt-side-txt h2 {
  font: normal normal 600 40px/30px Poppins;
  letter-spacing: 0px;
  color: #3006B0;
  position: relative;
  margin-bottom: 7px;
  max-width: 80%;
}
.abt-side-txt p {
  font: normal normal normal 20px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
  min-width: 200px;
  font-weight: 500;
}
.abt-right{
  position: relative;
}
.btm-img-abt {
  position: absolute;
  max-width: 250px;
  right: -95px;
  bottom: -5px;
}
.stellarnav.light li a.active{
  color: #3006b0;
  position: relative;
}
.stellarnav.light li a.active::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;

  border-bottom: 2px solid #3006b0;
}
.stellarnav > ul > li:last-child a{
  margin-right: 0px;
}

.abl-sld{
  position: relative;
}
#faci-bnr .owl-stage-outer {
  right: -180px;
  left: 0;
}
.stellarnav.mobile > ul > li > a:hover{
  color: #3006b0;
}
.logo {
  padding: 10px 0px;
  max-width: 200px;
}
.stellarnav.light li a:hover{
  color: #3006b0;
}
section.inner-page-banner {
  margin: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 315px;
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  position: relative;
}
.inner-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  opacity: .7;
}
.inr-sec ul {
 
  letter-spacing: 0px;
  text-shadow: 0px 6px 10px #0000001A;
  display: flex;
  gap: 15px;
  color: #ffffff;
  justify-content: left;
  list-style: none;
}
.inr-sec ul li {
  font: normal normal normal 18px/38px Open Sans;
  letter-spacing: 0.72px;
  font-family: sans-serif;
  position: relative;
}
.inr-sec h2 {
  font: normal normal 600 45px/50px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 6px 10px #0000001A;
  text-align: left;
  margin: 15px 0px 0px 0px;
  position: relative;
}
.about-sec-b {
  position: relative;
  padding: 70px 0px;
  display: block;
}
.about-sec-b h3 {
  font: normal normal 600 30px/40px Poppins;
  letter-spacing: 0px;
  color: #010101;
  margin-bottom: 20px;
}
.about-sec-b p {
  font: normal normal normal 16px/28px Poppins;
  letter-spacing: 0px;
  color: #1E1E1E;
  max-width: 89%;
}
.abt-cont {
  display: inline-block;
  margin-bottom: 50px;
}
.abt-cont img{
   width: -webkit-fill-available;
}
.pdd-lft {
  padding-left: 35px;
}
.pdd-rght{
  padding-right: 35px;
}
.bottom-img-b {
  position: absolute;
  bottom: 240px;
  right: 0px;
  max-width: 180px;
}
.service-sec-b {
  position: relative;
  padding: 70px 0px;
  display: block;
}
.service-sec-b   p {
  font: normal normal normal 16px/28px Poppins;
  letter-spacing: 0px;
  color: #1E1E1E;
  max-width: 95%;
}
.contact-sec h2 {
  font: normal normal 600 30px/40px Poppins;
  letter-spacing: 0px;
  color: #010101;
  margin-bottom: 20px;
}
.contact-us-left {
  padding-left: 60px;
  position: relative;
}

.contact-sec .bnr-btn {
  background: #3006B0 0% 0% no-repeat padding-box;
  border-radius: 30px;
  font: normal normal 600 16px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 50px;
  border: 0px;
}
.bx4 {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.contact-sec .form-control {
  font: normal normal normal 15px/40px Poppins;
  letter-spacing: 0px;
  color: #989898;
  display: block;
  width: 100%;
  padding: .675rem .75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #AFAFAF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-sec{
  position: relative;
  padding: 70px 0px;
  display: block;
}
.icon svg {
  color: #3006B0;
  font-size: 20px;
}
.bx4 p {
  margin-bottom: 15px;
  max-width: 55%;
  line-height: 18px;
}


a {
    color: #212529;
}


.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
}
.phone-top {
    background: #3006B0 0% 0% no-repeat padding-box;
    border-radius: 28px;
    color: white !important;
    padding: 10px 25px;
    font-size: 21px;
}
