body {
  background: linear-gradient(
    90deg,
    #1f6db3 0%,
    rgb(229, 225, 218) 35%,
    rgb(132, 202, 240) 100%
  );
}

.text-center {
  text-align: center;
}
body a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Changa", sans-serif;
}
li {
  font-family: "Changa", sans-serif;
}
.recruter {
  background-color: #ffffff;
}
/* ---------------top-nav---------------------- */
.institute-top-nav {
  height: 29px;
  width: 100%;
  position: relative;
}
.institute-top-nav-smbox {
  height: 29px;
  width: 30%;
  background: #1f6db3bf;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.institute-top-nav-smbox p {
  margin-top: 10px;
}
.news {
  background: #44d9aa;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
}
marquee.news-content {
  height: 23px;
}

.top-sec {
  background: #1f6db3;
  padding: 14px;
}

.email-contact {
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 33px;
  align-items: center;
}

.email-sec span {
  margin-left: 20px;
}

.email-sec span a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Changa", sans-serif;
  font-weight: 500;
}

.email-sec span a i {
  margin-right: 10px;
  color: #1f6db3;
}

.social-icons a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #1f6db3;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #1f6db3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0px 5px;
  background: #fff;
}

/*end top section*/

/* --------------------navbar---------------------- */
/* .mynav{
     background-color: #1c1c1c;
     color: #fff;
 } */
/* .nav-color{
     background-color: #1c1c1c;
     color: #fff;
 } */
.navbar-expand-lg .navbar-nav {
  gap: 8px !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--color-blc);
  margin-right: 15px;
  font-weight: 500;
  font-family: "Changa", sans-serif;
}
.navbar-light .navbar-nav .nav-link.active:hover {
  color: var(--color-org) !important;
}
.nav-item {
  position: relative;
}
.hovln:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--main-background-org);
  opacity: 0;
}
.hovln:hover:after {
  opacity: 1;
  width: 90%;
  transition: 0.4s all linear;
}
.navbar-light .navbar-brand {
  color: #ffcc01;
  /* margin-left: 100px; */
  padding: 0px !important;
}
.nautech-logo1 {
  height: 99px;
  width: 146px;
}
.btn-outline-success a {
  color: var(--color-org);
}
.btn-outline-success a:hover {
  color: var(--color-wht);
}

.btn-outline-success:hover {
  background: var(--main-background-org) !important;
}
.btn {
  background: #ffffff;
}
.btn-outline-success {
  color: var(--color-org) !important;
  border-color: var(--main-background-org) !important;
}
/* --------------------navbar---------------------- */

/* -----------------navbar-dropmenu------------------- */
.dropdown-menu[data-bs-popper] {
  margin-top: 13px !important;
}
ul.dropdown-menu .show li:hover {
  background: green !important;
}
.dropdown-item:hover {
  background: #1f6db3 !important;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.dropdown-item {
  padding: 2px 10px !important;
}
hr:not([size]) {
  color: #1f6db3;
  margin-top: 5px;
  margin-bottom: 3px;
}
/* -----------------navbar-dropmenu------------------- */

/* ===================
preloader
====================== */

/* .preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}

.loader-box-1,
.loader-box-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #33bdff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2s infinite ease-in-out;
}

.loader-box-2 {
  animation-delay: -1s;
}

@keyframes loader-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
} */

/* -------------------institute-baner------------------- */
/* .institute-1 {
    margin-top: 187px;
  } */

.institute-content-slide {
  width: 100%;
  height: 700px;
  color: white;
}
.institute-slide {
  position: relative;
}
.institute-txt1 h5 {
  color: var(--color-gr);
}

.sl-img1 {
  width: 100%;
  height: 700px;
  background-image: url(../images/garud/garud-ban001.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sl-img2 {
  width: 100%;
  height: 700px;
  background-image: url(../images/garud/garud-ban003.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sl-img3 {
  width: 100%;
  height: 700px;
  background-image: url(../images/garud/garud-ban03.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sl-img4 {
  width: 100%;
  height: 700px;
  background-image: url(../images/garud/garud-ban02.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sl-img-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000014;
}
.sl-img-dark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000066;
}
.sl-img-dark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: #00000024; */
}
.institute-txt1 {
  margin-top: 205px;
}
.institute-ban-btn {
  background: var(--main-background-org);
  font-size: 15px;
  font-weight: 700;
  padding: 24px 56px;
  border: var(--border-org);
  border-radius: 100px;
  color: #fff;
  transition: all ease-in 300ms;
}
/* .institute-ban-btn:hover {
  color: var(--main-background-org);
  background-color: #fff;
} */
.institute-ban-btn02 {
  margin-top: 30px;
  background: var(--main-background-org);
  font-size: 15px;
  font-weight: 700;
  padding: 24px 56px;
  border: var(--border-org);
  border-radius: 100px;
  color: #fff;
}
/* .institute-txt1.skyhome2.index1 {
    margin-left: 50px;
    margin-top: 70px;
    width: 23%;
} */
.institute-txt1 h1 {
  font-size: 62px;
}
.index1 p {
  text-align: justify;
}
.slick-prev:before,
.slick-next:before {
  font-size: 50px !important;
}
.slick-prev {
  left: 100px !important;
  width: 50px !important;
  height: 50px !important;
  /* background-color: #000000 !important; */
  color: white !important;
  z-index: 99999;
  /* margin-top: 27px; */
}
button.institute-ban1-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
h1.fweight-h5 {
  font-weight: 900;
}
.slick-next {
  right: 150px !important;
  margin-top: -17px;
}

/*slider*/

/* ---------------institute-baner---------------------- */

/* --------------------garud-services-start------------ */
.garud-services-card {
  /* display: flex;
  gap: 20px; */
}
.team-04 {
  height: 377px;
}
/* --------------------garud-services-end------------ */

/* ---------------online-course------------------- */
.remote-edu-banner.p-5 {
  background: #fff;
}
.online-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.online-icon {
  width: 140px;
  height: 140px;
  padding: 38px;
  line-height: 1.2 !important;
  color: #060606;
  border: 2px solid var(--border-org);
  border-radius: 50%;
  margin-bottom: 30px;
}
.online-icon:hover {
  background: var(--main-background-org);
  color: var(--color-wht);
}
.online-icon i {
  font-size: 66px;
}
.online-icon-para p {
  font-size: 17px;
  color: #7d7d7d;
  text-align: center;
}
.onic i {
  margin-left: -10px;
}
.online-dot-layer1 {
  content: "";
  position: absolute;
  top: 50px;
  left: 87%;
  width: 100%;
  height: 50px;
  background-image: url(../images/online-dot-layer1.jpg);
  background-repeat: no-repeat;
}
.online-dot-layer2 {
  content: "";
  position: absolute;
  top: 50px;
  left: 87%;
  width: 100%;
  height: 50px;
  background-image: url(../images/online-dot-layer2.jpg);
  background-repeat: no-repeat;
}
/* ---------------online-course------------------- */

/* ------------------distance-learning------------------ */
.font-weight-h6 {
  font-weight: 700;
  color: var(--color-org);
}
.font-weight-h3 {
  font-weight: 800;
  color: var(--color-org);
}
.distance-learning-content h3 {
  line-height: 1.2;
  font-size: 50px;
}
.distance-learning-content p {
  font-size: 1.25rem;
  text-align: justify;
}
button.institute-ban-btn {
  margin-top: 30px;
}
.rounded-circle {
  background: var(--main-background-org);
  height: 30px;
  width: 30px;
}
.distance-i {
  position: relative;
}
.fa-check:before {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 9px;
}
.abox-5 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 25px;
}

/* ------------------distance-learning------------------ */

.apply-ancor {
  color: #fff;
  /* font-size: 25px; */
}
.apply-ancor:hover{
  color: #fff;
}
/* -------------------trending-courses------------------- */
.card1-img {
  min-height: 353px;
}
.trending-head {
  display: flex;
  justify-content: space-around;
}
.trend-head1 h3 {
  font-size: 50px;
  width: 80%;
}
.cbox-1 {
  height: 480px;
  border: 2px solid #1f6db3;
  box-shadow: 0px 3px 6px #1f6db3;
}
.project-preview {
  position: relative;
  overflow: hidden;
}
.project-preview img {
  transition: 0.4s linear;
}
.cbox-1:hover .project-preview img {
  transform: scale(1.1);
}
.course-tags span {
  background-color: var(--main-background-org);
  font-size: 13px;
  padding: 10px 15px;
  color: #fff;
}

.transition {
  transition: all 450ms ease-in-out;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}
.px-20 {
  padding: 0px 20px;
}
h5.h5-xs {
  font-size: 20px;
  /* width: 80%; */
  font-weight: 700;
  padding: 10px 20px;
}
.px-30 {
  padding: 0px 30px;
}
.course-tags {
  margin-top: -12px;
}
.course-rating i {
  color: var(--color-org);
  font-size: 0.85rem;
  line-height: 1;
}
.course-price {
  background-color: #ededed;
}

.course-price {
  font-size: 17px;
  font-family: Muli, sans-serif;
  font-weight: 800;
  color: #222d39;
  margin-left: -75px;
}
.cbox-1 a {
  text-decoration: none;
  color: #1c1c1c;
}
.inbtn a {
  color: var(--color-org);
}
/* -----------------start-trend-course---------------- */
.start-trend-content h3 {
  font-size: 50px;
}
.para-s {
  text-align: justify;
  /* line-height: 1.2; */
  font-size: 17px;
  font-family: "Changa", sans-serif;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.preset-color {
  color: var(--color-org);
}
button.card-btn {
  padding: 8px 15px;
  background: #1f6db3;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  margin-left: 21px;
  margin-top: 10px;
}
.display-success {
  margin-left: -26px;
  margin-top: -2px;
}
.display-success p {
  font-weight: 500;
}
.sucess-text-1 {
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #ddd;
}
.sucess-text-4 {
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #ddd;
}
.st {
  padding: 10px 60px;
}
/* -----------------start-trend-course---------------- */

/* ------------------quality-education--------------- */
.quality-education {
  width: 100%;
  height: 720px;
  background-image: url(../images/quality-edu1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quality-education h3 {
  font-size: 3.75rem;
  color: var(--color-wht);
}
.quality-edu-circle-icon {
  position: relative;
  overflow: hidden;
}
.quality-edu-circle-icon img {
  margin-top: 37px;
}
.quality-edu-circle-icon i {
  transition: 0.4s linear;
}
.qulacard:hover .quality-edu-circle-icon i {
  transform: scale(1.1);
}
.p-para {
  width: 50vw;
  color: var(--color-wht);
  text-align: center;
  margin-left: 375px;
  font-family: "Changa", sans-serif;
}
.quality-edu-circle {
  width: 145px;
  height: 145px;
  border: 2px solid var(--color-wht);
  border-radius: 50%;
  margin-left: 115px;
  background: #ffffff;
}
.quality-edu-circle:hover {
  background: var(--main-background-org);
  border-color: var(--border-org);
}
.quality-edu-circle-icon i {
  color: var(--color-wht);
  font-size: 75px;
  margin-top: 25px;
}
.mt-100 {
  margin-top: 100px;
}
.quality-edu-circle-text {
  color: var(--color-wht);
  font-weight: 700;
  margin-left: 85px;
}
/* ------------------quality-education--------------- */

/* - ----------------------------best-courses-------------------------  */
.best-courses h3 {
  font-size: 50px;
}
.card-lgtred {
  background-color: #ffe7de;
}
.card-yel {
  background-color: #e7e8ff;
}
.card-grey {
  background-color: #cccccc61;
}
.card-lgtgr {
  background-color: #ebf7e8;
}
.best-course-card {
  padding: 30px 0px;
  margin-right: 10px;
}
.qual-card {
  background-color: #fff;
}
.qual-card i {
  color: var(--color-blc);
}
.bestc-p {
  color: var(--color-blc);
  margin-left: 18px;
}
.best-cp {
  background-color: #fff;
}
.slick-slide {
  /* margin-right: 30px; */
}
.card-grey-1 {
  color: grey !important;
}
.card-gr-1 {
  color: #ebf7e8 !important;
}
.card-yel-1 {
  color: #e7e8ff !important;
}
.card-red-1 {
  color: #ffe7de !important;
}
/* - ----------------------------best-courses-------------------------  */

/* ---------------institute-testimonial-------------------- */
/* ------------------------------------------------------------------ */
.institute-testimonial {
  height: 500px;
  width: 100%;
}
.testimonial3 {
  background-image: url(../images/testimonial-1.png);
  position: relative;
  z-index: 0;
  width: 100%;
  height: 500px;
  padding: 135px 0px;
}
.testimonial3::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-color: #0000008a;
  opacity: 0.4;
}
.cardtestimon3 {
  position: relative;
  z-index: 0;
  height: 220px;
  width: 500px;
  border-radius: 5px;
  background-color: white;
  /* gap: 10px; */
  margin-left: 70px;
  border: 10px solid var(--border-org);
}

.cardtestimon3 img {
  bottom: 2px;
  border-radius: 50%;
  /* display: block; */
  height: 120px;
  width: 120px;
  position: absolute;
  top: 28px;
  left: -52px;
  /* z-index: -1; */
}

.cardtestimon3:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}

.card-body {
  margin-left: 7px;
  padding-top: 29px !important;
}

.card-body h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 72px;
  color: var(--color-org);
}

.card-body p {
  margin-left: 72px;
}

.mukesh {
  height: 332px;
  width: 560px;
}

.shweta {
  height: 250px;
  width: 550px;
}
.rating {
  margin-left: 72px;
}
.responsive {
  padding-top: 75px;
}
/* ----------------------------------------- */
.box {
  border-radius: 1em;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  background: #fff;
}
.box img {
  width: 100%;
  height: 100%;
  border-radius: 1em 1em 0 0;
  transition: 0.4s linear;
}
.box-card:hover .box img {
  transform: scale(1.1);
}
.bright-online-crd {
  max-height: 250px;
}
.dist-guard01 {
  height: 570px;
}
.guard-sec {
  height: 600px;
}
.mycard {
  padding: 20px;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.btn.btn-primary.btn-block.mybtn {
  border-radius: 18px;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}
.btn {
  font-weight: 500;
  transition: 0.5s;
}
.btn-primary {
  color: #000;
  /* background-color: #f3bd00; */
  background-color: var(--main-background-org);
  /* border-color: #f3bd00; */
  border-color: var(--main-background-org);
}
.security-photo {
  height: 100px !important;
}
/* ---------------institute-testimonial-------------------- */
.need-btn {
  border: none;
  padding: 15px 25px;
  font-family: "Changa", sans-serif;
}
.need-btn a {
  color: #1f6db3;
  font-size: 30px;
}
.need-contact-button {
  padding: 10px 25px;
}
.need-con {
  border: 2px solid #ffffff;
}
.diverse-sector-card {
  height: 400px;
}
/* ---------------garud-card------start--------- */
.diverse-sector-main {
  /* background: linear-gradient(90deg, #1f6db3 0%, rgb(229, 225, 218) 35%, rgb(132, 202, 240) 100%); */
  /* background: linear-gradient(90deg, #f58635 0%, rgb(229, 225, 218) 35%, rgb(132, 202, 240) 100%); */
  background: #ffffff;
}
.diverse-card {
  height: 350px;
}
.garud-img {
  height: 350px;
}
.diverse-card {
  margin-right: 20px;
}
.diverse-sector-head h1 {
  font-size: 50px;
}
.diverse-card-photo {
  position: relative;
}
.diverse-card-photo-overlay {
  position: absolute;
  background: #000000a3;
  color: #ffffff;
  height: 0px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s linear all;
}
.diverse-card-photo:hover .diverse-card-photo-overlay {
  height: 350px;
  opacity: 1;
}
.diverse-card:hover .diverse-card-btn1 {
  opacity: 0;
  transition: 0.4s linear all;
}
.diverse-card-btn {
  border: 1px solid #fff;
  padding: 10px 25px;
  color: #1f6db3;
}
.diverse-card-btn {
  border: 1px solid #fff;
  position: absolute;
  padding: 10px 25px;
  bottom: 10px;
  left: 16px;
  width: 90%;
  font-size: 25px;
  font-family: "Changa", sans-serif;
  color: #1f6db3;
}
.diverse-card-btn1 {
  border: 1px solid #fff;
  padding: 10px 25px;
}
.diverse-card-btn1 {
  position: absolute;
  padding: 10px 25px;
  bottom: 10px;
  left: 16px;
  width: 90%;
  font-size: 25px;
  font-family: "Changa", sans-serif;
  color: #1f6db3;
}
/* ---------------garud-card-----end---------- */

/* -------------------------security-guard----------start--------- */
.garud-left-service {
  display: flex;
  gap: 20px;
}
.garud-icon-head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.garud-icon-head a {
  color: #ffffff !important;
}
.garud-need {
  display: flex;
  gap: 20px;
  padding: 5px 10px;
  border: 2px solid #ffffff;
  width: 74%;
}

/* .garud-need-icon {
  padding: 5px 10px;
  border: 2px solid #ffffff;
}
.garud-need-icon-text {
  padding: 5px 10px;
  border: 2px solid #ffffff;
} */

.garud-need-help-baner {
  padding: 15px 100px 10px 10px;
}
.garud-content-head {
  display: flex;
  gap: 20px;
}
.garud-right-icon img {
  height: 100px;
}
.garud-right-icon-head {
  justify-content: center;
  display: flex;
  align-items: center;
}
/* --------------------about----------------------- */
/* ---------------------------about-banner----------------- */
.about-banner {
  width: 100%;
  height: 350px;
  background-image: url(../images/about-banner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nw-skill-h2 {
  font-size: 36px;
  font-weight: 700;
}
.desc {
  text-align: justify;
  line-height: 1.8;
}
/* ---------------------------about-banner----------------- */

/* -------------------teacher------meeting------------ */
.teacher-card-content {
  background: #8080802b;
}
.teacher-card-image {
  position: relative;
  overflow: hidden;
}
.teacher-card-image img {
  transition: 0.4s linear;
}
.expert-teacher-card:hover .teacher-card-image img {
  transform: scale(1.1);
}
.teacher-card-image-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #11111161;
  color: #fff;
  opacity: 0;
  transition: 0.4s all linear;
}
.expert-teacher-card:hover .teacher-card-image-dark {
  opacity: 1;
}
/* -------------------teacher------meeting------------ */
.new-skills-image {
  position: relative;
  overflow: hidden;
}
.new-skills-image img {
  transform: 0.4s linear;
}
.new-skills-card:hover .new-skills-image img {
  transform: scale(1.1);
}
.new-skills-image-dark {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
  background-color: #11111161;
  color: #fff;
  opacity: 0;
  transition: 0.4s all linear;
}
.new-skills-card:hover .new-skills-image-dark {
  opacity: 1;
}
/* --------------------about-university----------------- */
.about-university-banner {
  height: 300px;
  width: 100%;
  background-image: url(../images/garud/about-ban02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about-university-dark {
  width: 100%;
  height: 300px;
  background: #0606069c;
  color: #ffffff;
}
.about-university-text h1 {
  padding-top: 100px;
}

/* --------------------about-university----------------- */

/* ---------------------about-counter--------------- */
.about-bn-counter {
  width: 100%;
  height: 300px;
  background: #222d39;
}
.abt-count-card {
  background: #ffffff;
  color: #111;
  border-radius: 25px;
  width: 80%;
}
.abt-count-text {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 35px;
}
/* ---------------------about-counter--------------- */

/* ---------------about---------------------------- */

/* -----------------placement-page---------------------- */

/* ---------placement-banner-------------- */
.placement-banner {
  height: 300px;
  width: 100%;
  background-image: url(../images/placement-ban1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.place-link a {
  color: #ffffff !important;
}
.para {
  font-size: 18px;
  text-align: justify;
  font-family: "Changa", sans-serif;
}
/* ---------placement-banner-------------- */
.our-misson-main {
  background: #fff;
}
.mission-head {
  color: #1f6db3;
}

/* --------------------contact-page---------------- */
.contact-baner {
  height: 300px;
  width: 100%;
  background-image: url(../images/contact-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: #fd9e0085; */
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-name {
  padding-top: 25px;
}
.contact-link {
  float: right;
  padding-top: 25px;
}
.contact-link a {
  color: #111;
}
/* -------------------contact-form-baner---------------- */
.contact-form-baner {
  margin-top: 40px;
}
.tp-contact-breadcrumb-content {
  padding-right: 30px;
}
.tp-contact-breadcrumb-title {
  font-size: 48px;
  font-weight: 600;
}
.tp-contact-breadcrumb-box {
  position: relative;
  padding: 0px 80px 50px;
  background: var(--tp-common-white);
  border-radius: 0px 0px 5px 5px;
  /* box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06); */
  box-shadow: 0px 3px 6px #ffffff;
}
.tp-contact-breadcrumb-social {
  position: absolute;
  border-radius: 0px 5px 5px 0px;
  bottom: 85px;
  right: -50px;
  background: linear-gradient(
    90deg,
    rgb(214 175 84) 0%,
    rgb(174 132 46) 35%,
    rgb(217 178 86) 100%
  );
  padding: 20px 16px 20px 18px;
}
.tp-contact-breadcrumb-social a:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-contact-breadcrumb-social a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-contact-breadcrumb-content input,
.tp-contact-breadcrumb-content textarea {
  height: 80px;
  background: var(--tp-common-white);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 30px;
  resize: none;
  font-size: 16px;
  background: #fff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #e0e2e3;
}
.tp-contact-breadcrumb-btn .tp-btn {
  width: 100%;
  padding: 22px 44px;
  border-radius: 5px;
  border-color: var(--border-org);
  background: var(--main-background-org);
  color: #111;
  font-size: 20px;
  font-weight: 600;
}
.tp-contact-breadcrumb-item {
  padding: 34px 10px 30px 30px;
  background: black;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.mb-40 {
  margin-bottom: 40px;
}
.tp-contact-breadcrumb-item-icon {
  margin-right: 30px;
}
.tp-contact-breadcrumb-item-icon i {
  font-size: 40px;
  color: var(--color-org);
  margin-top: 13px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.tp-contact-breadcrumb-item-content {
  color: #ffffff;
}
.tp-contact-breadcrumb-item-content a {
  color: white;
}
/* -------------------contact-form-baner---------------- */
.cer-bg1 {
  background-image: url(../images/form1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  /* margin-top: 187px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* --------------------contact-page---------------- */

/* -------------------------certificate------------------- */
.cer-bg {
  background-image: url(../images/certificate-banner01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  /* margin-top: 187px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-org);
}
.form-horizontal {
  padding: 20px;
}
.contact_form .form-control {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #1c1a1a;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 25px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
}
/* ---------------------------certificate----------------- */

/* -----------------------placement-page------------- */
.place-about-1-image {
  position: relative;
  overflow: hidden;
}
.place-about-1-image img {
  transition: 0.4s linear;
}
.place-about-photo:hover .place-about-1-image img {
  transform: scale(1.1);
}
.merchantphoto {
  height: 340px;
  width: 100%;
}
.itphoto {
  height: 500px;
  width: 100%;
}
/* -----------------------placement-page------------- */

/* -----------------------install-bg----------------------- */
.install-bg {
  background-image: url(../images/install1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  /* margin-top: 187px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.install-h h1 {
  font-size: 45px;
  color: #ffffff;
}
.myform-img {
  height: 100%;
}
.mycontainer {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 20px;
  background: #1f6db3;
  color: #ffffff;
}
.myform-img img {
  width: 100%;
  height: 100%;
}
.text-form {
  color: var(--color-wht);
  text-transform: capitalize;
  font-size: 17px;
  margin-top: 10px;
}
.myform-content input[type="text"] {
  display: block;
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 26px #eee;
  border: 1px solid #cdc8c8;
}
#sec {
  padding: 11px 54px;
  font-size: 21px;
  text-transform: capitalize;
  box-shadow: 0 0 26px #eee;
  border: 1px solid #cdc8c8;
}
#secone {
  padding: 11px 54px;
  font-size: 21px;
  text-transform: capitalize;
  box-shadow: 0 0 26px #eee;
  border: 1px solid #cdc8c8;
}
.myform-content input[type="submit"] {
  margin-top: 16px;
  background: transparent;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 46px;
  border-radius: 29px;
  border: 2px solid var(--color-wht);
  border-width: 3px;
  color: var(--color-wht);
}
/* -----------------------install-bg----------------------- */

/* ----------------------------diploma-in-air-hostess----------------- */
.air-hostess-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/air-hostess2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.air-hostess-overlay {
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.232);
}

.air-hostess-content h1 {
  color: white;
}

.air-hostess-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.txt-bg {
  /* background: #374b68; */
  background: #374b6866;
  padding: 20px;
  border-radius: 10px;
}
.hostess-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-airhost-heading h1 span {
  color: var(--color-org);
}

.contain-airhost-heading p {
  font-size: 17px;
  font-style: italic;
  color: grey;
}

.hostess-content-2 p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.airhost-image1 {
  position: relative;
}

.airhost-image1:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #1f6db3;
}

.airhost-image2 {
  position: relative;
}

.airhost-image2:before {
  content: "";
  position: absolute;
  top: 45px;
  left: -17px;
  width: 17px;
  height: 82%;
  background-color: #1f6db3;
}
/* ----------------------------diploma-in-air-hostess----------------- */

/*cabin crew*/

.cabin-bg {
  background-image: url(../images/cabin-crew1.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cabin-overlay {
  background: #00000052;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabin-h h1 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.cabin-crew2-img {
  height: 500px;
  width: 100%;
}
.accordion-button:not(.collapsed) {
  color: var(--color-org) !important;
  font-weight: bold !important;
  font-family: "Lato", sans-serif;
  background-color: transparent !important;
}
/*cabin crew*/

/*hotel page*/
.hotel-bg {
  background-image: url(../images/hotel-manage1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.hotel-overlay {
  background: #0000003b;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel-h h1 {
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
}
/*end*/

/*aviation */
.avi-bg {
  background-image: url(../images/aviation-banner1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.airport-h p {
  color: grey;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}
/*aviation */

button.content-enrol-btn.mt-4 {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #ffffff;
}
button.content-enrol-btn a {
  color: #1f6db3;
  font-size: 20px;
}
button.content-enrol-btn.mt-4:hover {
  background: #1f6db3;
  color: #ffffff;
}
button.content-enrol-btn.mt-4 a:hover {
  color: #ffffff;
}

/* -----------------airport---------------- */
.ariport-bg {
  background-image: url(../images/airport-ban1.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.ariport-overlay {
  width: 100%;
  height: 350px;
  background: #0000005c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.airport-h h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #111;
}
.airport-h h1 span {
  color: var(--color-org);
}
.content-airport p {
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}
.content-airport h4 {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--color-org);
}
.ariport-img-sec {
  position: relative;
  z-index: 1;
}
.ariport-img-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 82%;
  background: #1f6db3;
  top: 33px;
  left: 23px;
  z-index: -1;
}
.ad-txt h4 {
  color: var(--color-org);
  font-weight: 500;
}
.ad-txt p {
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}
.next-airport-content-img {
  position: relative;
  z-index: 1;
}
.next-airport-content-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 82%;
  top: 33px;
  left: -23px;
  background: #1f6db3;
  z-index: -1;
}
/* ------------------airport------------------ */

/* -------------------------cruise-ship-------------------- */
/*cursh ship*/
.cruise-ship-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/cruise-ship-ban1.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cruise-ship-overlay {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 33%);
}

.cruise-ship-content h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.cruise-ship-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-cruise-ship-heading h1 span {
  color: #1f6db3;
}

.cruiseship-image1 {
  position: relative;
}

.cruiseship-image1:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #1f6db3;
}
/* -----------------cruise-ship------------------- */

/* -------------------------merchant-navy-------------------- */
/*merchant-navy*/
.merchant-navy-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/merchant-navy-ban1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.merchant-navy-overlay {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 33%);
}

.merchant-navy-content h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.merchant-navy-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-merchant-navy-heading h1 span {
  color: var(--color-org);
}
.more_text ul li {
  color: var(--color-wht);
}
.merchant-navy2 {
  width: 100%;
}

.merchantnavy-image1 {
  position: relative;
}

.merchantnavy-image1:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #ff0046;
}
/* -----------------merchant-navy------------------- */

/* ------------------tourism--------------------- */
/*tourism*/
.tourism-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/tourism-management-ban1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tourism-overlay {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 33%);
}

.tourism-content h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.tourism-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-tourism-heading h1 span {
  color: var(--color-org);
}
.more_text ul li {
  color: var(--color-wht);
}
.tourism-management2 {
  width: 100%;
  height: 320px;
}

.tourism-image1 {
  position: relative;
}

.tourism-image1:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #ff0046;
}

/* --------------------tourism-------------------- */

/* ------------------fire-safety--------------------- */
/*fire-safety*/
.fire-safety-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/fire_safety-ban2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fire-safety-overlay {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 33%);
}

.fire-safety-content h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.fire-safety-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-fire-safety-heading h1 span {
  color: var(--color-org);
}
.more_text ul li {
  color: var(--color-wht);
}
.fire-safety2 {
  width: 100%;
  height: 500px;
}

.fire-safety-image1 {
  position: relative;
}

.fire-safety-image1:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #ff0046;
}

/* --------------------fire-safety-------------------- */

/* ------------------fire-safety--------------------- */
/*fire-safety*/
.it-bg {
  height: 350px;
  width: 100%;
  background-image: url(../images/it-ban1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.it-overlay {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 33%);
}

.it-content h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
}

.it-content p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.contain-it-heading h1 span {
  color: var(--color-org);
}
.more_text ul li {
  color: var(--color-wht);
}
.it2 {
  width: 100%;
  height: 800px;
}

.it-image1 {
  position: relative;
}

.it-image1:before {
  content: "";
  position: absolute;
  top: 65px;
  right: -17px;
  width: 17px;
  height: 82%;
  background-color: #f47a27;
}

/* --------------------it-------------------- */

/* ----------------marquee-tag--------------- */

/*marquee tag*/

.Marquee {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.marquee-tag img {
  width: 60px !important;
  height: 60px !important;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 20s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.Marquee-tag {
  width: 200px;
  padding: 15px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/*end marqueen*/

/* ------------------marquee-tag------------- */

/* start counter-part */
.text-align {
  text-align: center;
}
.counter-part {
  width: 100%;
  height: 250px;
  background-image: url(../images/counter-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}
.counter {
  font-size: 50px;
  font-weight: 700;
}
.counter-line {
  width: 60%;
  height: 2px;
  background: #fff;
  margin: 10px 0px 10px 61px;
}
/* end counter-part */

/* surveilance-page-photo-start */
.surveilance-photo{
  width: 100%;
  height: 300px;
}
/* surveilance-page-photo-end */


/* gallery-start */
#portfolio {
  padding: 0 40px 40px;
  margin: 0 auto;
}
.gallery-title {
  font-size: 65px;
  color: #1f6db3;
  text-align: center;
  font-weight: 700;
  padding: 40px 20px 60px;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #1f6db3;
  border-radius: 5px;
  text-align: center;
  color: #1f6db3;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #1f6db3;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #1f6db3;
}
.btn-default:active .filter-button:active {
  background-color: #1f6db3;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

/* gallery-end */

/* -----------------footer--------------------- */
.footer {
  background: var(--main-background-blc);
  color: #d8d7d7;
  padding: 10px 25px;
}
.footer-nav-name {
  color: var(--color-yel);
}
.footer-nav-list {
  display: flex;
  gap: 20px;
}
.footer-nav-part {
  display: flex;
  gap: 10px;
}
.footer-etrick {
  display: flex;
  gap: 20px;
}
.footer-etrick-icon {
  height: 50px;
  width: 50px;
  background-color: var(--main-background-org);
  color: white;
}
.footer-etrick-icon i {
  font-size: 35px;
  margin-left: 10px;
  margin-top: 6px;
}
.footer-iconed {
  font-size: 20px;
  margin-top: -14px;
}
.footer-iconed i {
  margin-right: 15px;
  /* color: var(--color-org); */
}
.footer-etrick-img {
  height: 100px;
  width: 100px;
}
/* .footer-copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
 } */
.footer-support a {
  color: #d8d7d7;
}
img.img-fluid.trust-ft {
  width: 200px;
}
.visa-img {
  width: 70px;
  height: 35px;
}
.visa-img1 {
  width: 48px;
  height: 40px;
}
.visa-img2 {
  width: 120px;
  height: 40px;
}
.footer-sub-head h5 {
  color: var(--color-org);
}
.col-icon {
  color: var(--color-org);
}
/* -----------------footer--------------------- */
.colr-h6 {
  color: var(--color-org);
}
.colr-h1 {
  color: var(--color-org);
}
.footln {
  position: relative;
}
.footln:after {
  content: "";
  position: absolute;
  width: 82%;
  height: 2px;
  top: 125%;
  left: 0;
  background: #1f6db3;
}
.footln1 {
  position: relative;
}
.footln1:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 2px;
  top: 125%;
  left: 0;
  background: #1f6db3;
}
.footln2 {
  position: relative;
}
.footln2:after {
  content: "";
  position: absolute;
  width: 37%;
  height: 2px;
  top: 125%;
  left: 0;
  background: #1f6db3;
}
.footln3 {
  position: relative;
}
.footln3:after {
  content: "";
  position: absolute;
  width: 18%;
  height: 2px;
  top: 125%;
  left: 0;
  background: #1f6db3;
}

/* ----------------------------------------------- */
:root {
  --main-background-gr: #27ab43;
  --main-background-blc: #1c1c1c;
  --main-background-org: #1f6db3;
  --color-gr: #27ab43;
  --border-gr: #27ab43;
  --border-org: #1f6db3;
  --color-yel: #ffcc01;
  --color-wht: #fff;
  --color-blc: #1c1c1c;
  --color-org: #1f6db3;
}
