@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  background-color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

/* Links */
a {
  color: #073692;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.btn {
  background-color: #073692;
  color: #fff;
  padding: 10px 35px;
}

.btn:hover {
  background-color: #29ABE2;
  transition: ease-in-out 0.6s;
  border: 1px solid #073692;
  color: #fff;
}

/* Paragraphs */
.card p {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #717B9E;
}



/* Lists */
ul {
  list-style: none;
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.5em;
}

.owl-theme .owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  display: block !important;
}

::-webkit-scrollbar {
  width: 5px;
}

.hidden {
  display: none;
}


/* Images */
/* img {
  max-width: 100%;
  height: auto;
  display: block;
} */

.img-responsive {
  width: 100%;
  height: auto;
}

/* Buttons */
button {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #007B8A;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #1A1A40;
}

/* Forms */
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.6rem;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #333333;
  color: #fff;
  width: 100%;
  line-height: 2.5 !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #F04A2D;
}

/* Section padding */
section {
  position: relative;
  padding: 60px 0px;
}


.top-header {
  background: #1A1A40;
  padding: 10px 0px;
}

.top-header .top-header-left ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.top-header .top-header-left ul li {
  margin-right: 25px;
  position: relative;
  margin-bottom: 0;
}

.top-header .top-header-left ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #ffffff90;
}

.top-header .top-header-left .top-header-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.top-header .top-header-right .desc-link {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.top-header .top-header-right .desc-link li {
  margin-left: 25px;
  position: relative;
  margin-bottom: 0;
}

.top-header .top-header-right .desc-link li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #fff;
}

.top-header .top-header-right .top-header-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.top-header .top-header-left .top-header-link i {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.top-header .social-icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.top-header .social-icon li {
  margin-left: 15px;
  margin-bottom: 0;
}

.top-header .social-icon li a svg {
  color: #fff;
  font-size: 13px;
  margin-right: 3px;
}

.top-header .follow-link {
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
}

.logo_image {
  width: 180px;
}

.fixed-top {
  top: -60px;
  transform: translateY(60px);
  transition: transform 1s;
  background-color: #ffffff !important;
  position: fixed !important;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  padding: 30px 0px;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #29ABE2;
}

.navbar-nav .nav-item {
  padding-left: 25px;
  position: relative !important;
}

.main-header .navbar .nav-link:hover,
.main-header .navbar .nav-link.active {
  color: #29ABE2;
}

/* Mega dropdown */
/* .mega-dropdown {
  position: relative;
} */

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  top: 100%;
  display: none;
  background: #fff;
  border-top: 2px solid #1A1A40;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: swip_left .5s linear 1;
}

@keyframes swip_left {
  0% {
    transform: translate(0px, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.mega-dropdown:hover .mega-menu {
  display: block;
}

.dropdown-item {
  padding: 8px 15px;
  font-size: 15px;
  color: #000;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #29ABE2;
}

/* Prevent flicker */
/* .mega-dropdown-area {
  position: relative;
} */

.banner-carousel .banner-img {
  position: relative;
}


.banner-carousel .banner-img-1 {
  background: url(../img/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.banner-carousel .banner-img-2 {
  background: url(../img/banner-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100vh;
}

.banner-carousel .banner-img-3 {
  background: url(../img/banner-3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.banner-carousel .banner-img-4 {
  background: url(../img/banner-4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}

@keyframes swip_up {
  from {
    transform: translate(0px, 50px);
    opacity: 0
  }

  to {
    transform: translate(0, 0);
    opacity: 1
  }
}

.banner-carousel .banner-small-img {
  width: 100%;
  height: 600px;
  position: relative;
  bottom: -50px;
}

.banner-carousel .banner-small-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-carousel .banner-img {
  position: relative !important;
}

.banner-carousel .banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d0;
  z-index: 1;
}

.banner-carousel .shape {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.banner-carousel .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.banner-carousel .banner-img-1 {
  background: url(../img/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}

.banner-carousel .banner-img-2 {
  background: url(../img/banner-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}

.banner-carousel .banner-img-3 {
  background: url(../img/banner-3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}

.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

@keyframes swip_up {
  from {
    transform: translate(0px, 50px);
    opacity: 0
  }

  to {
    transform: translate(0, 0);
    opacity: 1
  }
}


.banner .banner-content .banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #febf13a1;
  padding: 5px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  line-height: 1.25em;
  display: inline-block;
  border-radius: 3px;
}

.banner .banner-content .banner-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.banner .banner-content-1 .banner-text {
  text-align: end !important;
}

.banner .banner-content .banner-text {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner .banner-content .banner-btn {
  background: #29ABE2 !important;
  border: none !important;
  padding: 13px 40px;
  font-size: 15px;
  color: #fff !important;
  outline: none;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  margin-left: 4px;
}

.banner .banner-content .banner-btn span {
  position: relative;
  z-index: 1;
}

.banner .banner-content .banner-btn:hover span {
  color: #fff;
}

.banner .banner-carousel .owl-item.active .banner-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}

.banner .banner-carousel .owl-item.active .banner-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .banner-carousel .owl-item.active .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.banner .banner-carousel .owl-item.active .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.banner .banner-carousel .owl-item.active .banner-small-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.5s;
}

.banner .banner-carousel .owl-nav {
  display: none !important;
}

.banner .banner-carousel .owl-dots {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(90deg) translateY(-50%);
  margin-top: 20px;
}

.banner .banner-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #fff;

  display: block;
  transition: opacity 0.2s ease;
  border-radius: 0px;
  position: relative;
  outline-offset: 2px;
}

.banner .banner-carousel .owl-dots .owl-dot.active span {

  outline: 1px solid #fff;
}


.about_us_section {
  position: relative;
}

.about_us_section .img_box {
  position: relative;
  text-align: center;
  padding: 20px;
}

.about_us_section img {
  width: 80%;
  margin-left: auto;
  position: relative;
  border-radius: 10px;
  border-left: 5px solid #073692;
}

.about_us_section .big_title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 85px;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
  color: #29ABE2;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #ffffff54;
  position: absolute;
  top: 15%;
  right: 0;
  transform: rotate(-90deg) translate(0%, -90%);
  display: inline-block;
  transform-origin: right top;
}

.about_us_section .img_box::after {
  width: 100px;
  background: #29ABE2;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
}

.small_text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #073692;
}

.business-setup {

  padding: 50px 0px 150px;
}

.business-setup .business-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.business-setup .business-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.business-setup .business-box {
  background: #fff;
  position: relative;
  transition: 0.7s all;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 15px;
}

.business-setup .business-box .img-box {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 10px;
}

.business-setup .business-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.business-setup .business-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;

}

.business-setup .business-box .content-box {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.7s all;
}

.business-setup .business-box .box-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.business-setup .business-box .box-text {
  font-size: 12px;
  color: #1A1A40;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.business-setup .business-box:hover .text-wrap {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}

.text-wrap {
  font-size: 16px;
  color: #676767;
  line-height: 25px;
  margin-bottom: 0px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  margin-bottom: -100px;
  transition: 0.7s all;
}

.arrow-btn {
  background: #1A1A40;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  padding: 0px;
  border: none !important;
}

.arrow-btn:hover,
.arrow-btn:focus {
  background: #29ABE2 !important;
  color: #fff !important;
}

.working-process {
  padding: 50px 0px;
}

.working-process .process-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.working-process .process-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.working-process .process-box {
  position: relative;
}

.working-process .process-box .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 100px;
  background: #fff;
  border-radius: 50%;
  outline-offset: 4px;
  outline: 1px dashed #1A1A40;
}

.working-process .process-box .icon img {
  width: 50px;
}

.working-process .process-box .card-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.working-process .process-box .card-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.arrow-shape {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: -15%;
}


.our-service {
  padding: 50px 0px;
  background: #eff7f6;
}

.our-service .service-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.our-service .service-text {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
}

.our-service .service-list .service-box {
  background: #fff url(../img/why-choose__item-two-overly.png);
  background-size: cover;
  background-position: right;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.our-service .service-list .service-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #1A1A40;
  transition: 0.7s all;
}

.our-service .service-list .service-box:hover::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}

.our-service .service-list .service-box:hover .card-title a,
.our-service .service-list .service-box:hover .card-text {
  color: #fff;
}

.our-service .service-list .service-box:hover .icon img {
  filter: brightness(0) invert(1);
}

.our-service .service-list .service-box .content {
  position: relative;
  z-index: 1;
}

.our-service .service-list .service-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.our-service .service-list .service-box .icon img {
  width: 64px;
  transition: 0.8s all;
}

.our-service .service-list .service-box .card-title {
  text-align: center;
  margin-bottom: 10px;
}

.our-service .service-list .service-box .card-title a {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  transition: 0.8s all;
}

.our-service .service-list .service-box .card-text {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
  transition: 0.8s all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



#registration-fee {
  background-color: #eff7f6;
  ;
}

.testimonial .testimonial-card {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 2px;
}

.icon {
  color: #073692;
  min-width: 20px;
  line-height: 50px;
  font-size: 16px;
}

.testimonial .testimonial-card .card-text {
  font-size: 14px;
  color: #676767;
  line-height: 30px;
}

.testimonial .testimonial-card .card-title {
  color: #000;
  font-size: 16px;
  margin-top: 35px;
  text-transform: uppercase;
}

.testimonial .testimonial-card .icon svg {
  position: absolute;
  bottom: 20px;
  right: 30px;
  opacity: 0.5;
  width: 50px;
}

.testimonial .testimonial-slider .owl-dots {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #073692;
}

.testimonial .testimonial-slider .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 7px;
  background: #007B8A;
  display: block;
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  transition: opacity 0.2s ease;
  border-radius: 0px;
  padding: 2px;
  position: relative;
}

.get-touch {
  background: url(../img/get-touch.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 60px 0px;
  height: 100%;
  position: relative;
}

.get-touch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b8;
}

.get-touch .get-touch-form {
  background: #fff;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
  box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
}

.get-touch .get-touch-left {
  padding: 30px;
}

.get-touch h4 {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.get-touch p {
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}

.get-touch .get-contact {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.get-touch .get-contact .icon {
  margin-right: 20px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 1;
}

.icon {
  color: #073692;
  min-width: 20px;
  line-height: 50px;
  font-size: 16px;
}

.get-touch .get-contact .icon i {
  position: relative;
}

.get-touch .get-contact .text {
  float: right;
}

.get-touch .get-contact .contact-text {
  font-size: 20px;
  color: #29ABE2;
  font-weight: 600;
  margin-bottom: 0;
}

.get-touch .get-contact .phone-number {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.get-touch p {
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}

.round {
  border-radius: 20px;
}

.social_links_box a {
  font-size: 20px;
  margin: 0 5px;
  color: #073692;
}

.footer {
  padding: 60px 0px 15px;
  position: relative;
  background: #1A1A40;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.footer::after {
  background: url(../img/bg-footer.png);
  transition: all .4s;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .logo img {
  width: 250px;
  margin-bottom: 20px;
}

.footer .input-group {
  background: rgba(66, 66, 66, 0.85);
  border-radius: 0px;
  padding: 2px;
  border: 1px solid rgba(66, 66, 66, 0.85);
}

.footer .input-group .form-control {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
}

.footer .input-group .form-control::placeholder {
  color: #fff;
}

.footer .search-btn {
  background: #1A1A40;
  border-radius: 0px !important;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  text-align: center;
}

.footer .search-btn i {
  margin-left: 7px;
}

.footer .shipping-detail {
  padding: 20px 0px;
  border-bottom: 1px solid #5C5C5C;
}

.footer .shipping-detail .shipping-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  color: #fff;
  text-transform: capitalize;
}

.footer .link-desc {
  padding: 30px 0px;
  border-bottom: 1px solid #5c5c5c6c;

}

.footer .link-desc .footer-text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0px;
}

.footer .link-desc .social ul li {
  list-style-type: none;
  padding-left: 8px;
  color: #fff;
}

.footer .link-desc .social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  margin-top: 25px;
}

.footer .link-desc .social svg {
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0px 5px 0px 0px;
  padding: 10px;
}

.footer .link-desc .social a {
  cursor: pointer;
}

.footer .link-desc .social i:hover {
  color: #29ABE2;
}

.footer .footer-address-list {
  margin-top: 15px;
}

.footer .footer-address-list li {
  margin-bottom: 15px;
}

.footer .footer-address-list li a {
  font-size: 14px;
  color: #fff !important;
  line-height: 28px;
  margin-bottom: 0px;
}

.footer .footer-address-list li a i {
  margin-right: 10px;
  color: #fff;

}

.footer-list li {
  margin-bottom: 15px;
}

.footer .link-desc .footer-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-list li .footer-link {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
  transition: 0.6s all;
}

.footer-list li .footer-link:hover {
  color: #29ABE2;
  margin-left: 5px;
}

.footer-list li .footer-link:hover:after {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}

.footer .footer-contact-list li {
  margin-bottom: 10px;
}

.footer .footer-contact-list li h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer .footer-contact-list li h6 i {
  margin-right: 10px;
}

.footer .footer-contact-list li a {
  font-size: 15px;
  color: #929FA5;
  margin-bottom: 0px;
}

.footer .footer-contact-list li a i {
  margin-right: 10px;
}

.footer .footer-bottom {
  padding-top: 15px;
}

.footer-bottom .coypright-text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0px;
}

.footer-bottom .coypright-text a {
  color: #fff;
}

.footer .divide-list {
  display: flex;
  margin-bottom: 0px;
  margin-top: 25px;
}

.footer .divide-list .divide-link {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0px;
  position: relative;
}

.footer .divide-list li {
  position: relative;
  margin-right: 25px;
}

.footer .divide-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  width: 2px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}



.whatsapp_button {
  position: fixed;
  bottom: 0;
  right: 5px;
  z-index: 999999;
}

.whatsapp_btn {
  font-size: 30px;
}

.whatsapp_btn svg {
  background-color: #073692;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  padding: 10px 13px;

}

/* about us page style start  */
.page-banner {
  background: url(../img/page-banner.webp);
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 100px 0px;
  z-index: 0;
}

.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000082;
  z-index: -1;
}

.page-banner .banner-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  z-index: 1;
  text-transform: uppercase;
}

.page-banner .bread-crumb-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 5px 20px;
  z-index: 1;
  border-radius: 5px 5px 0px 0px;
}

.page-banner .shape {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.page-banner .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.page-banner .bread-crumb-box ol {
  margin-bottom: 0px;
}

.page-banner .bread-crumb-box .breadcrumb-item {
  font-weight: 400;
}

.page-banner .bread-crumb-box .breadcrumb-item a {
  color: #676767;
}

.page-banner .bread-crumb-box .breadcrumb-item.active {
  color: #1A1A40;
}

.vision-detail {
  padding: 50px 0px;
  background: #EFF7F6;
}

.vision-detail .vision-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.vision-detail .vision-box.vison-img {
  background: url(../img/vision.webp) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.vision-detail .vision-box.mission-img {
  background: url(../img/mission.webp) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.vision-detail .vision-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d0;
  z-index: 1;
}

.vision-detail .vision-box .box-content {
  position: relative;
  z-index: 2;
  padding: 25px;
}

.vision-detail .vision-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1A1A40;
  margin-top: -60px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 65px;
  border: 6px solid #fff;
}

.vision-detail .vision-box .icon img {
  width: 35px;
}

.vision-detail .vision-box .box-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 28px;
  font-weight: 400;
}

.vision-detail .vision-box .box-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

/* about us page style end  */

/* contact us page style start  */
.contact {
  padding: 60px 0px;
}

.contact .contact-left,
.contact .contact-right {
  padding: 0px 30px;
}

.contact .contact-title {
  font-weight: 400;
  line-height: 1.25em;
  margin: 10px 0 20px 0;
  color: #222;
  font-size: 30px;
  font-weight: 700;
}

.contact .contact-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}

.contact .contact-detail {
  display: flex;
  margin-bottom: 25px;
}

.contact .contact-detail .icon {
  font-size: 26px;
  color: #1A1A40;
  text-align: center;
  position: relative;
}

.contact .contact-detail .text {
  margin-left: 15px;
}

.contact .contact-detail .text .reservation-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 2em;
  margin: 0px;
  margin-bottom: 10px;
}

.contact .contact-detail .text .reservation-title {
  margin: 0;
  line-height: inherit;
  margin-top: -5px;
  font-family: 'Open Sans', sans-serif;
}

.contact .contact-detail .text .reservation-title a {
  font-size: 15px;
  color: #666;
  margin-right: 10px;
}

.contact .get-title {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 24px;
}

.contact form .form-label {
  color: #1D66A7;
  font-weight: 600;
}

.registration_form_box {
  background: #EFF7F6;
  padding: 20px;
}

/* contact us page style end  */

/* single service style start  */
.aside-ad-box {
  border: 1px solid #E5E7E8;
  position: relative;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  position: relative;
  background: url(../img/contact.webp);
  background-size: cover;
  z-index: 0;
}

.aside-ad-box .logo-img img {
  width: 80px;
  margin-bottom: 25px;
}

.aside-ad-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  z-index: -1;
  border-radius: 10px;
}

.aside-ad-box .aside-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #ffffff54;
  padding-bottom: 25px;
}

.aside-ad-box .aside-text a{
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
}

/* single service style end  */

@media (min-width: 2000px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .container {
    max-width: 98%;
  }

  .mobile-header {
    background: transparent;
    width: 100%;
    z-index: 1200;
    padding: 10px 0px;
    position: relative;
  }

  .mobile-header .container {
    max-width: 98%;
  }

  .mobile-header .offcanvas {
    width: 360px;
    z-index: 1201;
  }

  .mobile-header .offcanvas .logo img {
    width: 180px;
  }

  .mobile-header .logo img {
    width: 200px;
    z-index: 1;
    position: relative;
  }

  .main-wrapper .banner-content {
    padding: 15px 0px;
  }

  .toggler {
    color: #000 !important;
    font-size: 32px;
    border: none;
    padding: 0px;
    position: relative;
    z-index: 1;
  }

  .toggler:focus,
  .toggler:hover {
    color: #000;
    background: transparent;
  }

  .mobile-header .social ul {
    justify-content: flex-start;
  }

  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner-carousel .banner-img {
    height: 70vh;
  }

  .banner .banner-content .banner-title,
  .about-detail .big-title {
    font-size: 35px;
    line-height: 40px;
  }

  .about-detail .about-title,
  .service-list-inner .service-title,
  .our-service .service-title,
  .our-commitments .commitment-left .commitment-content .commitment-title,
  .how-it-works .work-title,
  .what-achived .achived-title,
  .testimonials .testimonial-title {
    font-size: 30px;
    line-height: normal;
  }

  .process-shape img {
    display: none;
  }

  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
  }

  .our-commitments .commitment-left {
    padding: 10px;
  }

  .what-achived {
    padding: 30px 0px 50px;
  }

  .testimonials .testimonial-box {
    padding: 40px;
  }

  .testimonials .testimonial-content {
    padding-left: 0px;
  }

  .about-detail .img-2 {
    margin-top: 50px;
    padding: 0px;
  }

  .testimonials .testimonial-carousel button.owl-prev {
    left: -50px;
  }

  .testimonials .testimonial-carousel button.owl-next {
    right: -50px;
  }

  .page-banner .banner-content .banner-title {
    font-size: 40px;
  }

  .about-detail {
    padding: 20px 0px;
  }

  .contact-detail .address-detail .address-box .address-box-subtitle {
    font-size: 20px;
  }

  .contact-detail .address-detail {
    padding: 25px;
  }

  .contact-form .contact-form-title {
    font-size: 30px;
  }

  .contact-form {
    padding: 20px;
  }

  .page-banner {
    height: 200px;
  }

  .blog-detail .sidebar {
    padding-left: 0px;
  }
}



@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 10px 0px;
  }

  button.navbar-toggler:hover {
    background-color: transparent !important;
  }

  .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .container {
    max-width: 98%;
  }

  .mobile-header {
    background: transparent;
    width: 100%;
    z-index: 1200;
    padding: 5px 0px;
    position: relative;
  }

  .mobile-header .container {
    max-width: 98%;
  }

  .mobile-header .offcanvas {
    width: 360px;
    z-index: 1201;
  }

  .mobile-header .offcanvas .logo img {
    width: 250px;
  }

  .mobile-header .logo img {
    width: 200px;
    z-index: 1;
    position: relative;
  }

  .main-wrapper .banner-content {
    padding: 15px 0px;
  }

  .toggler {
    color: #000 !important;
    font-size: 32px;
    border: none;
    padding: 0px;
    position: relative;
    z-index: 1;
  }

  .toggler:focus,
  .toggler:hover {
    color: #000;
    background: transparent;
  }

  .mobile-header .social ul {
    justify-content: flex-start;
  }

  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner-carousel .banner-img {
    height: 70vh;
  }

  .banner .banner-content .banner-title {
    font-size: 30px;
    line-height: normal;
  }

  .page-banner .banner-content .banner-title {
    font-size: 30px;
  }

  .about-detail .about-title,
  .business-setup .business-title,
  .cost-caluculator .cost-title,
  .working-process .process-title,
  .our-service .service-title,
  .pricing-plan .plan-title,
  .testimonial .testimonial-title,
  .get-touch h4,
  .our-clients .client-title {
    font-size: 30px;
    line-height: normal;
  }

  .process-shape img {
    display: none;
  }

  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
  }

  .our-commitments .commitment-left {
    padding: 10px;
  }

  .our-commitments .commitment-bg {
    height: 475px;
  }

  .testimonials .testimonial-box {
    padding: 40px;
  }

  .testimonials .testimonial-content {
    padding-left: 0px;
  }

  .about-detail .img-2 {
    margin-top: 50px;
    padding: 0px;
  }

  .testimonials .testimonial-carousel button.owl-prev {
    left: -50px;
  }

  .testimonials .testimonial-carousel button.owl-next {
    right: -50px;
  }

  .coypright-text {
    text-align: center;
  }

  .footer .footer-bottom .social ul {
    justify-content: center;
  }

  .about-detail {
    padding: 20px 0px;
  }

  .contact-detail .address-detail .address-box .address-box-subtitle {
    font-size: 20px;
  }

  .contact-detail .address-detail {
    padding: 25px;
  }

  .contact-form .contact-form-title {
    font-size: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .page-banner {
    height: 200px;
  }

  .banner-carousel .banner-small-img {
    height: 300px;
    bottom: -50px;
  }

  .banner-carousel .shape img {
    object-position: right;
  }

  .cost-caluculator .cost-form {
    margin-top: 0px;
  }

  .get-touch .get-touch-left {
    padding: 30px 0px;
  }

  .arrow-shape {
    display: none;
  }

  .about-detail .big-title {
    font-size: 36px;
  }

  .blog-detail .sidebar {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575.98px) {
  .navbar-nav .nav-link {
    padding: 10px 0px;
  }

  button.navbar-toggler:hover {
    background-color: transparent !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .box_content {
    padding-top: 35px;
  }

  .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .container {
    max-width: 98%;
  }

  .mobile-header {
    background: transparent;
    width: 100%;
    z-index: 1200;
    padding: 10px 0px;
    position: relative;
  }

  .mobile-header .container {
    max-width: 98%;
  }

  .mobile-header .offcanvas {
    width: 360px;
    z-index: 1201;
  }

  .mobile-header .offcanvas .logo img {
    width: 180px;
  }

  .mobile-header .logo img {
    width: 250px;
    z-index: 1;
    position: relative;
  }

  .main-wrapper .banner-content {
    padding: 15px 0px;
  }

  .toggler {
    color: #000 !important;
    font-size: 32px;
    border: none;
    padding: 0px;
    position: relative;
    z-index: 1;
  }

  .toggler:focus,
  .toggler:hover {
    color: #000;
    background: transparent;
  }

  .mobile-header .social ul {
    justify-content: flex-start;
  }

  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner-carousel .banner-img {
    height: 700px;
  }

  .banner .banner-content .banner-title {
    font-size: 30px;
    line-height: normal;
  }

  .page-banner .banner-content .banner-title {
    font-size: 30px;
  }

  .about-detail .about-title,
  .business-setup .business-title,
  .cost-caluculator .cost-title,
  .working-process .process-title,
  .our-service .service-title,
  .pricing-plan .plan-title,
  .testimonial .testimonial-title,
  .get-touch h4,
  .our-clients .client-title {
    font-size: 24px;
    line-height: normal;
  }

  .process-shape img {
    display: none;
  }

  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
  }

  .our-commitments .commitment-left {
    padding: 10px;
  }

  .our-commitments .commitment-bg {
    height: 475px;
  }

  .testimonials .testimonial-box {
    padding: 40px;
  }

  .testimonials .testimonial-content {
    padding-left: 0px;
  }

  .about-detail .img-2 {
    margin-top: 50px;
    padding: 0px;
  }

  .testimonials .testimonial-carousel button.owl-prev {
    left: -50px;
  }

  .testimonials .testimonial-carousel button.owl-next {
    right: -50px;
  }

  .coypright-text {
    text-align: center;
  }

  .footer .footer-bottom .social ul {
    justify-content: center;
  }

  .about-detail {
    padding: 20px 0px;
  }

  .contact-detail .address-detail .address-box .address-box-subtitle {
    font-size: 20px;
  }

  .contact-detail .address-detail {
    padding: 25px;
  }

  .contact-form .contact-form-title {
    font-size: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .page-banner {
    height: 200px;
  }

  .banner-carousel .banner-small-img {
    height: 300px;
    bottom: -50px;
  }

  .box_image .banner-small-img {
    bottom: 25px;
  }

  .banner-carousel .shape img {
    object-position: bottom;
  }

  .cost-caluculator .cost-form {
    margin-top: 0px;
  }

  .get-touch .get-touch-left {
    padding: 30px 0px;
  }

  .arrow-shape {
    display: none;
  }

  .blog-detail .sidebar {
    padding-left: 0px;
  }
}