@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  height: 100%;
  font-family: "Noto Sans", "Roboto", sans-serif;
  /* font-family: "Open Sans", sans-serif; */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

:root {
  --black: #000;
  --lightb: #0091f7;
  --darkblue: #145db7;
  --sky: #718090;
  --blue: #1E2D51;
}

a {
  text-decoration: none;
}



/* section css */
section {
  padding: 50px 0px;
}


@media screen and (max-width: 991px) {
  p {
    font-size: 12px !important;
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
    text-align: justify;
  }

  section {
    padding: 20px 0px;
  }


}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #081624;
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  color: #718090;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
 Helper CSS
  -----------------------*/

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 103px;
  padding-bottom: 103px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
 Commom elements
  -----------------------*/

.element {
  margin-bottom: 85px;
}

.element:last-child {
  margin-bottom: 0;
}

.element .el-title {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 50px;
}

/* buttons */

.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 186px;
  padding: 23px 47px;
  text-transform: uppercase;
  background: #ffc000;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}

.site-btn:hover {
  color: #fff;
}

.site-btn.sb-dark {
  color: #fff;
  background: #081624;
}

.site-btn.sb-light-dark {
  color: #fff;
  background: #304a5f;
}

.site-btn.sb-light {
  color: #081624;
  background: #e3f0fa;
}

.site-btn.sb-white {
  color: #081624;
  background: #fff;
}

@media(max-width: 767px) {
  .site-btn {
    padding: 10px;
  }
}



/* top bar styling  ==========================================================*/
.omaxe-top {
  padding: 10px;
  background-color: #1E2D51;
}

@media(max-width:768px) {
  .omaxe-top {
    display: none;
  }
}

.omaxe-top .top-bar-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.omaxe-top .top-bar-contact .top-bar-address a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.omaxe-top .top-bar-contact .top-bar-address a i {
  color: #fff;
  font-size: 12px;
}

.omaxe-top .top-bar-contact .top-bar-mail a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.omaxe-top .top-bar-contact .top-bar-mail a i {
  color: #fff;
  font-size: 12px;
}

/* topbar css end ================================================= */


/* subpage banner start */

.sub-page {
  background: var(--sky);
}

.sub-page-heading {
  padding: 30px 0px;
  text-align: center;

}

.sub-page-heading h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

.sub-page-heading p {
  color: #ffffff;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #ffffff;
}

@media(max-width: 768px) {
  .sub-page-heading h1 {
    font-size: 20px;
    font-weight: 600;
  }

  .sub-page-heading {
    padding: 10px 0px;
    text-align: start;
  }

  .sub-page-heading p {
    font-size: 11px;
  }
}

/* sub page banner end */





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



.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item {
  color: var(--dark) !important;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--blue);
  color: #fff !important;
}


.navbar {
  background-color: #fff !important;
  padding: 10px !important;
  z-index: 999999;

}

.navbar-brand {
  font-weight: bold;
  font-size: 28px !important;
  /* font-style: italic; */
}


.nav-link {
  padding-bottom: 0px !important;
  color: var(--black) !important;
}

.nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 30px;
}


/* logo */
.logo {
  width: 150px;
}

.nav-icon a img {
  width: 30px;
}

@media(max-width: 767px) {
  .navbar-brand {
    padding: 0 !important;
  }

  .logo {
    width: 120px;
  }

  .navbar {
    background-color: #fff !important;
    padding: 10px !important;

  }

  .btn1 {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 5px;

  }

  .navbar-toggler-icon {
    height: 20px;


  }

  .nav-item .nav-link {
    font-size: 14px;
  }

  .nav-icon a img {
    width: 20px;

  }

  .nav-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}

.carousel-item img {
  width: 100% !important;
}

/* navbar css end ==================================================================*/





/* ---------------- technology section css start here --------------------- */

.tech-title {
  font-size: 36px;
  font-weight: 600;
  /* color: #0b3c5d; */
  color: #000;
}

.title-line {
  width: 50px;
  height: 2px;
  background: #cfd8dc;
}

.tech-subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  color: #6c757d;
}

.tech-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tech-svg {
  width: 60px;
  height: 60px;
  stroke: #333;
  fill: none;
  stroke-width: 1.5;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.tech-item span {
  font-size: 16px;
  font-weight: 500;
  color: #0b3c5d;
  text-align: center;
}

.tech-item:hover .tech-svg {
  stroke: #0d264b;
}

.tech-item:hover span {
  text-decoration: underline;
}


@media(max-width: 767px) {
  .tech-title {
    font-size: 22px;
    text-align: start;
  }

  .tech-subtitle {
    font-size: 12px;
  }
}

/* ------------------- technology section css ends here --------------------- */

/* ---------------- Clients Section css start here ---------------------*/

.clients-section {
  background: #1e2d51;
  margin-top: 50px;
}

.client-text h2,
.client-text p {
  color: #ffffff;
}

.client-text {
  text-align: center;
  margin-bottom: 90px;
}

.client-text h2 {
  font-weight: 300;
  margin-bottom: 36px;
  margin-bottom: 20px;
}

.client-text p {
  font-size: 16px;
}

.client-text a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #fff;
}

.client-slider .single-brand {
  display: table;
  height: 80px;
  width: 100%;
}

.client-slider .single-brand a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.client-slider .single-brand a img {
  width: auto;
  margin: 0 auto;
  transition: all 0.4s;
}

.client-slider .single-brand a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media(max-width: 767px) {
  .clients-section {
    padding: 20px 0px;
    background: #1e2d51;
    margin-top: 0px;
  }

  .client-text h2 {
    font-size: 20px;
    font-weight: 500;
  }

  .client-text p {
    font-size: 12px;
  }

  .client-text {
    margin-bottom: 25px;
  }

  .client-text a {
    font-size: 12px;
    padding: 7px 15px;
  }
}

/* ---------------- Clients Section css ends here ---------------------*/




/* about page css start ========================================= */


.about-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  font-size: 35px;
}

.about-content p {
  text-align: justify;
}

.about-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.about-feature {
  text-align: center;
  padding: 20px 10px;
  background: #f1f5ff;
  border-radius: 12px;
  height: 100%;
}

.about-feature h4 {
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 5px;
}

.about-feature p {
  margin: 0;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 991px) {

  .about-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .about-feature h4 {
    font-size: 20px;
    text-align: start;
  }
}

/* about page css end ===================================================== */



/* ----------------- features section css start here ------------------- */

.features-section {
  background: #f8fafc;
}

.feature-box {
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  stroke: #0d6efd;
  fill: none;
  stroke-width: 2;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  color: #6c757d;
  max-width: 260px;
  margin: auto;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box:hover svg {
  stroke: #084298;
}

/* -------------- features section css ends here --------------- */




/* -------------- industry section css start here --------------- */

.industry-section {
  background: #ffffff;
}

.industry-title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.industry-subtitle {
  /* max-width: 700px; */
  margin: auto;
  font-size: 18px;
  color: #6c757d;
}

.industry-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 260px;
  cursor: pointer;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0));
}

.industry-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.industry-card:hover img {
  transform: scale(1.15);
}

@media(max-width: 767px) {
  .industry-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
  }

  .industry-subtitle {
    /* max-width: 700px; */
    margin: auto;
    font-size: 12px;
    color: #6c757d;
  }
}

/* --------------- industry section css ends here ----------------- */



/* -------------- product category css start here ---------------- */

.product-category .product-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product-category .product-card .product-img {
  position: relative;
  overflow: hidden;

}

.product-category .product-card .product-img img {
  transition: .4s ease-in-out;
}

.product-category .product-card:hover img {
  transform: scale(1.06);
}

.product-category .product-card .product-text {
  padding: 10px;
  background: #1E2D51;

}

.product-category .product-card .product-text h4 {
  font-size: 22px;
  padding: 5px 0px;
  color: #fff;
  transition: .4s ease-in-out;
}

/* View All Products Button */
.view-all-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: var(--blue);
  /* Bootstrap primary */
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 50px;
}

.view-all-btn:hover {
  background-color: var(--blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}



/* responsive css */

@media screen and (max-width:991px) {
  .product-category .product-card .product-text h4 {
    font-size: 18px;
  }

  .view-all-btn {
    margin-top: 20px;
  }
}

/* responsive css */

/* ------------------ product category css ends here ----------------- */



/* ------------------ application section css start here ------------------- */


.applications-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 26px;
  font-weight: 600;
  color: #111;
}

.section-subtitle {
  font-size: 14px;
  color: #555;
}

.app-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 15px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;

}

.app-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #e10600;
  stroke-width: 2;
  margin-bottom: 15px;
}

.app-card h6 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.app-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}



/* ------------------ application section css ends here ------------------ */




/* all products css start ================================================= */

.cij-section {
  background: #f5f7f7;
}


.cij-info-box {
  height: 100%;
  background: #d6d6d6;
  padding: 40px 30px;
}

.cij-info-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.cij-info-box p {
  text-align: justify;
}



.cij-btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.cij-btn:hover {
  background: var(--blue);
  color: #fff;
}


.cij-product {
  height: 100%;
  padding: 40px 20px;
  text-align: center;
  background: #f5f7f7;
  border-left: 1px solid #e1e1e1;

  margin-bottom: 35px;
}

.cij-product h4 {
  font-weight: 700;
  color: #2b5c72;
  margin-bottom: 10px;
}

.cij-product p {
  color: #444;
  font-size: 14px;
  margin-bottom: 25px;
}


/* Product Enquiry Button */
.cij-product-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background: var(--blue);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.cij-product-btn:hover {
  background: var(--blue);
  color: #fff;
}


.cij-product img {
  max-width: 220px;
  width: 100%;
}


@media (max-width: 991px) {
  .cij-info-box {
    text-align: center;
    padding: 25px 15px;
  }

  .cij-product {
    border-left: none;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 25px;
  }

  .cij-product h4 {
    font-size: 18px;
  }

  .cij-info-box h3 {
    font-size: 22px;
  }

  .cij-btn {
    font-size: 12px;
  }
}

/* all products css end ========================================= */






/* enquiry css start ========================================================== */
.product-detail-section {
  background: #f8f9fa;
}

.enq-heading {
  margin-bottom: 50px;
}

.product-main-title {
  font-size: 35px;
  font-weight: 700;
  color: #222;
}

.product-main-subtitle {
  color: var(--blue);
  font-weight: 600;
}

.product-img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.section-heading {
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.product-list {
  padding-left: 18px;
}

.product-list li {
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
}

.product-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}

.product-inline-list li {
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.product-enquiry-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.enquiry-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.enquiry-btn:hover {

  color: #fff;
}


@media(max-width: 991px) {
  .product-main-title {
    font-size: 22px;
  }

  .enq-heading {
    margin-bottom: 30px;
  }

  .section-heading {
    font-size: 22px;
  }

  .product-list li {
    font-size: 12px;
  }
}

/* enquiry page css end =============================================================== */





/* Our Services Section */
.our-services-section {
  /* padding: 80px 0; */
  background-color: #ffffff;
}

/* Section Heading */
.services-title {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.services-subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Service Card */
.service-box {
  height: 100%;
  background: #f8f9fa;
  padding: 35px 25px;
  text-align: center;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.service-box:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

/* Icon */
.service-icon {
  margin-bottom: 20px;
}

.service-icon img {
  width: 60px;
}

/* Text */
.service-box h4 {
  font-weight: 600;
  color: #2b5c72;
  margin-bottom: 12px;
}

.service-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
  .our-services-section {
    padding: 60px 0;
  }
}

/* services css end */



/* events css start ===================================== */

.event-title {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.event-subtitle {
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}


.event-img-box {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.event-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}


.event-img-box:hover img {
  transform: scale(1.08);
}


@media (max-width: 767px) {
  .event-gallery-section {
    padding: 50px 0;
  }
}

/* event css end */



/* Feature Comparison Section ===========*/

.feature-compare-section {
  background-color: #f8f9fa;
}

/* Title */
.compare-title {
  font-weight: 700;
  color: #222;
  border-bottom: 3px solid #9b0058;
  display: inline-block;
  padding-bottom: 6px;
}

/* Table */
.compare-table {
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Table Head */
.compare-table thead th {
  background: #f1f3f5;
  text-align: center;
  font-weight: 700;
  color: #2b5c72;
  padding: 15px;
}

/* Table Body */
.compare-table tbody td {
  padding: 14px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}

.compare-table tbody td:first-child {
  font-weight: 500;
  color: #444;
}

/* Tick Icon */
.check-icon {
  color: #00a651;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

/* Responsive */
@media (max-width: 767px) {
  .compare-title {
    font-size: 18px;
  }

  .compare-table thead th {
    font-size: 12px;
  }

  .compare-table tbody td:first-child {
    font-size: 12px;
  }
}

/* enquiry features end */


/* Downloads broucher Section  */
.downloads-section {
  background-color: #eaf7f0;
}

/* Title */
.downloads-title {
  font-weight: 700;
  color: #0a3d62;
  margin-bottom: 10px;
}

/* Download Button */
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  padding: 14px 22px;
  background-color: #a0005a;
  color: #ffffff;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #87004c;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Icon */
.download-icon {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 767px) {
  .downloads-title {
    font-size: 18px;
  }

  .download-btn {
    font-size: 12px;
  }

  .download-btn {


    max-width: 250px;
    padding: 10px;

  }
}

/* broucher css end */






/* ------------------------ Call to action section css start here ------------------------*/

.cta-section {
  padding: 33px 0;
  /* background: #ffc000; */
  background: #1e2d51;
}

.cta-section h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
}


/* ------------------------ Call to action section css ends here ------------------------*/





/* ------------------------- blogs css start here ------------------------ */


/* Blog Section */
.blog-section {
  background-color: #f8f9fa;
}

/* Section Padding */
.section-padding {
  padding: 70px 0;
}

/* Titles */
.section-title {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #6c757d;
  max-width: 750px;
  margin: 0 auto;
}

/* Blog Card */
.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* Blog Image */
.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Blog Content */
.blog-content {
  padding: 25px;
}

.blog-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 10px;
}

.blog-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-text {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Read More */
.blog-link {
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.blog-link:hover {
  text-decoration: underline;
}

/* Button */
.blog-btn {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.blog-btn:hover {
  background-color: var(--blue);
  color: #fff;
}

@media(max-width: 767px) {
  .blog-content {
    padding: 15px;
  }

  .blog-category {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .blog-title {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .blog-text {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .blog-link {
    font-size: 12px;
  }
}


/* ------------------------- end of blog css here ------------------------- */






/* blog-details css start =================================================*/
.blog-detail-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 5px;
}

.blog-detail-date {
  margin-bottom: 15px;
}

.blog-detail-date span {
  color: #555555;
  font-size: 14px;
}

.blog-detail-heading h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-detail-post {
  margin-bottom: 15px;
}

.blog-detail-para h3 {
  font-size: 21px;
  font-weight: 600;
}

.blog-detail-para p {
  font-size: 16px;
  text-align: justify;
}

.blog-detail-para ul li {
  line-height: 1.8;
}



.main-recent-blog {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.recent-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.recent-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.recent-card:last-child {
  border-bottom: none;
}

.recent-card-post img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.recent-card-detail {
  flex: 1;
}

.recent-date {
  font-size: 13px;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.recent-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

@media(max-width: 991px) {
  .blog-detail-heading h1 {
    font-size: 19px;
  }



  .blog-detail-para h2 {
    font-size: 19px;
  }

  .blog-detail-para p {
    font-size: 12px;
  }

  .blog-detail-content {
    margin-bottom: 25px;
    padding: 15px;
  }

  .blog-detail-heading h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .blog-detail-date span {
    font-size: 11px;
  }

  .blog-detail-para h3 {
    font-size: 18px;
  }

  .blog-detail-para ul li {
    font-size: 12px;
  }
}


@media(max-width: 767px) {
  .blog-detail-heading h1 {
    font-size: 19px;
  }

  .blog-detail-para h2 {
    font-size: 19px;
  }



  .blog-detail-para p {
    font-size: 12px;
  }

  .blog-detail-content {
    margin-bottom: 25px;
    padding: 15px;
  }

  .blog-detail-heading h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .blog-detail-date span {
    font-size: 11px;
  }

  .blog-detail-para h3 {
    font-size: 18px;
  }

  .blog-detail-para ul li {
    font-size: 12px;
  }

}

/* blog-details css end ============================================================*/



/* why choose us css end */
.section-padding {
  padding: 60px 0;
  background: #f5f5f5;
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}


.why-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.why-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}


.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

@media(max-width: 767px) {
  .section-title {
    font-size: 22px;
    text-align: start;
  }

  .section-subtitle {
    font-size: 12px;
  }

  .why-card {
    padding: 15px;
  }

  .why-card h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    text-align: start;
  }

  .why-card p {
    font-size: 12px;
  }

}

/* why choose us css end */


/* mission vision start========================================================== */

.mvg-alt-section {
  background-color: #3a3a3a;
}

.mvg-heading {
  margin-bottom: 50px;
}

.mvg-alt-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.mvg-alt-subtitle {
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}


.mvg-line {
  position: relative;
  height: 100%;
  padding-left: 40px;
  border-left: 4px solid #fff;
}

.mvg-line span {
  display: block;
  margin-bottom: 80px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}


.mvg-item {
  padding: 30px 0;
  border-bottom: 1px solid #eaeaea;
}

.mvg-item:last-child {
  border-bottom: none;
}

.mvg-item h4 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.mvg-item p {
  color: #b8b8b8;
  line-height: 1.8;
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .mvg-alt-title {
    font-size: 24px;
  }

  .mvg-item h4 {
    font-size: 18px;
  }

  .mvg-item {
    padding: 20px 0;
  }

  .mvg-heading {
    margin-bottom: 20px;
  }
}

/* mission vission css end ======================================================== */





/* contact page css start ========================================================================= */

.contact-page-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  max-height: 170px;
  min-height: 170px;
}

.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.details p i {
  font-size: 30px;
  margin-bottom: 15px;
}

.details a {
  color: #000;
  line-height: 2;
}

.oc-map iframe {
  width: 100%;
  height: 350px;
}


@media(max-width: 767px) {
  .contact-page-card {
    margin-bottom: 20px;
  }

  .oc-map iframe {
    width: 100%;
    height: 150px;
  }
}

@media(max-width: 991px) {
  .contact-page-card {
    margin-bottom: 20px;
  }
}

/* contact css end */



/* contact start */
.contact-section {
  background: var(--blue);
  padding: 50px 0px;
}

.contact-heading h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.form {
  background-color: #00000056;
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 5px;
}

@media(max-width: 768px) {
  .form {
    margin-bottom: 13px;
  }

  .get-address p {
    text-align: start;
    font-size: 15px;
  }

}

.form-head-dark input {
  padding: 10px;
}

.form-head-dark textarea {
  padding: 10px;
}



.submit-btn {
  padding: 10px;
  border: none;
  background-color: var(--blue);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: #fff;
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}

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





/* ---------------- Footer Section css start here ---------------------*/

.footer-section {
  background: #17172d;
  padding-bottom: 0;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget.about-widget {
  padding-right: 15px;
}

.footer-widget.about-widget img {
  margin-bottom: 40px;
}

.footer-widget.about-widget p {
  margin-bottom: 35px;
}

.footer-widget .fw-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

.footer-widget ul {
  list-style: none;
  display: inline-block;
}

.footer-widget ul li a {
  display: block;
  font-size: 14px;
  color: #718090;
  margin-bottom: 15px;
}

.footer-widget .footer-search {
  position: relative;
}

.footer-widget .footer-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  font-size: 12px;
  color: #718090;
  font-style: italic;
  border: none;
  background: #393958;
}

.footer-widget .footer-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: #ffc000;
  font-size: 12px;
  border: none;
  background: transparent;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 41px;
  height: 41px;
  color: #fff;
  margin-right: 14px;
  margin-bottom: 14px;
  border-radius: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #39334f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-social a:hover {
  background: #ffc000;
}

.footer-info-box {
  margin-bottom: 30px;
}

.footer-info-box .fib-icon {
  float: left;
  width: 48px;
  padding-top: 8px;
}

.footer-info-box .fib-text {
  overflow: hidden;
}

.footer-info-box .fib-text p {
  margin-bottom: 0;
}

.footer-buttom {
  margin-top: 55px;
  background: #03031b;
}

.copyright {
  color: #646470;
  font-size: 14px;
  padding-top: 25px;
}

.copyright a {
  color: #646470;
  text-decoration: underline;
}

.copyright a:hover {
  color: #ffc000;
}

.footer-menu {
  list-style: none;
  text-align: right;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  padding: 21px 17px;
  margin-left: 13px;
  font-size: 15px;
  color: #646470;
  position: relative;
}

.footer-menu li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ffc000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-menu li:hover a:after,
.footer-menu li.active a:after {
  width: 100%;
}


@media(max-width: 991px) {
  .spad {
    padding-top: 30px;
  }

  .footer-widget.about-widget img {
    margin-bottom: 20px;
    width: 150px;
  }

  .footer-widget.about-widget p {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .footer-social a {
    margin-bottom: 0px;
  }

  .footer-widget .fw-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }

  .footer-widget ul li a {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .footer-info-box .fib-text p {
    font-size: 12px;
  }

  .footer-buttom {
    margin-top: 0px;
    background: #03031b;
  }
}



/* ---------------- Footer Section css ends here ---------------------*/




/* ----------------
 ===================
  Other Pages
 ==================
 -------------------*/

.page-top-section {
  height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-top-section h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}

.page-top-section p {
  color: #fff;
  margin-bottom: 35px;
}

/* ---------------
  About Page
 ------------------*/

.about-text h2 {
  font-weight: 300;
  margin-bottom: 30px;
}

.about-text p {
  line-height: 2.2;
  margin-bottom: 35px;
}

.about-text .sign {
  float: left;
  margin-right: 33px;
}

.about-text .sign-info {
  padding-top: 20px;
}

.about-text .sign-info h5 {
  font-size: 18px;
}

.about-text .sign-info span {
  font-size: 14px;
  color: #ffc000;
}

.milestones-section {
  padding-top: 135px;
  padding-bottom: 105px;
}

.milestones-section .milestone-text span {
  color: #fff;
}

.milestone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.milestone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 81px;
  padding-bottom: 5px;
}

.milestone-text {
  overflow: hidden;
}

.milestone-text span {
  font-size: 18px;
  font-weight: 600;
  color: #081624;
}

.milestone-text h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 5px;
  color: #ffc000;
}

.milestone-text p {
  color: #718090;
  margin-bottom: 0;
}

.team-text {
  text-align: center;
  margin-bottom: 45px;
}

.team-text h2 {
  font-weight: 300;
  margin-bottom: 40px;
}

.team-text p {
  font-size: 18px;
  line-height: 2;
}

.team-member {
  margin-top: 35px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0);
  box-shadow: 0 0 200px rgba(0, 0, 0, 0);
}

.team-member:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #e3f0fa;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member img {
  position: relative;
  z-index: 2;
}

.team-member .member-info {
  position: relative;
  text-align: center;
  padding: 40px 20px 47px;
  z-index: 3;
}

.team-member .member-info h3 {
  font-size: 20px;
}

.team-member .member-info p {
  margin-bottom: 20px;
}

.team-member .member-info .site-btn {
  min-width: 127px;
}

.team-member:hover {
  -webkit-box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
  box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
}

.team-member:hover:after {
  opacity: 0;
}

/* -----------------
  Solutions Page
 --------------------*/

.services-2-section {
  padding-bottom: 50px;
}

.service-text {
  text-align: center;
}

.service-text h2 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 60px;
}

.reserch-section {
  background: #0e2b43;
}

.reserch-tab-menu {
  display: block;
  border-bottom: none;
}

.reserch-tab-menu li.nav-item {
  display: block;
}

.reserch-tab-menu li.nav-item a.nav-link {
  display: block;
  padding: 15px 29px;
  margin-bottom: 8px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  border-radius: 0;
  background: #304a5f;
}

.reserch-tab-menu li.nav-item a.nav-link.active {
  background: #ffc000;
}

.reserch-tab {
  margin-bottom: 70px;
}

.reserch-tab h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 35px;
}

.reserch-tab p {
  margin-bottom: 30px;
}

.reserch-text {
  margin-bottom: 60px;
}

.reserch-text h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

.reserch-info-warp {
  padding-top: 36px;
}

.reserch-info-warp .info-box {
  margin-top: 36px;
}

.info-box {
  background: #304a5f;
  padding: 60px 39px 58px;
  margin-bottom: 33px;
}

.info-box h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}

.info-box p {
  margin-bottom: 50px;
}

.info-box .footer-info-box {
  margin-bottom: 39px;
}

.info-box a {
  font-size: 14px;
  color: #ffc000;
  text-decoration: underline;
}

.circle-progress-warp .circle-progress {
  padding-top: 70px;
}

.single-progress-item {
  margin-top: 20px;
  position: relative;
}

.single-progress-item:last-child {
  margin-bottom: 0;
}

.single-progress-item p {
  padding-top: 20px;
  color: #fff;
}

.progress-bar-style {
  display: block;
  height: 6px;
  position: relative;
  width: 100%;
  background: #304a5f;
}

.progress-bar-style .bar-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffc000;
}

.progress-bar-style .bar-inner span {
  position: absolute;
  width: 54px;
  height: 40px;
  right: 0;
  top: 22px;
  padding-top: 8px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

/* ----------------
  Blog Page
 ---------------------*/

.sb-widget {
  margin-bottom: 58px;
}

.sb-widget .sb-title {
  font-size: 20px;
  padding-top: 17px;
  margin-bottom: 45px;
  position: relative;
  font-weight: 600;
}

.sb-widget .sb-title::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 6px;
  left: 0;
  top: 0;
  background: #ffc000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sb-widget ul {
  list-style: none;
}

.sb-widget ul li a {
  display: block;
  padding: 10px 0 14px;
  color: #718090;
  font-size: 14px;
  border-bottom: 1px solid #e3f0fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sb-widget ul li a:hover {
  color: #ffc000;
  border-bottom: 1px solid #ffc000;
}

.sb-widget .sb-search {
  position: relative;
}

.sb-widget .sb-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  font-size: 12px;
  color: #718090;
  font-style: italic;
  border: none;
  background: #f7fafd;
}

.sb-widget .sb-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: #ffc000;
  font-size: 12px;
  border: none;
  background: transparent;
}

.recent-post .rp-item {
  overflow: hidden;
  padding-bottom: 22px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e3f0fa;
}

.recent-post .rp-item img {
  float: left;
  margin-right: 12px;
}

.recent-post .rp-item .rp-text {
  overflow: hidden;
  padding-top: 2px;
}

.recent-post .rp-item p {
  margin-bottom: 0;
}

.recent-post .rp-item .rp-date {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 4px 13px;
  line-height: 1.3;
  background: #ffc000;
}

.blog-post {
  margin-bottom: 75px;
}

.blog-post .blog-thumb {
  height: 331px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.blog-post .blog-date {
  display: inline-block;
  padding: 12px 27px;
  color: #fff;
  font-size: 14px;
  background: #17172d;
}

.blog-post .blog-metas {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3f0fa;
}

.blog-post .blog-meta {
  display: inline-block;
  font-size: 12px;
  color: #718090;
  padding-left: 22px;
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.blog-post .blog-meta:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-post .blog-meta:last-child::before {
  display: none;
}

.blog-post .blog-meta::before {
  position: absolute;
  content: "/";
  top: 0;
  right: 0;
  font-size: 12px;
  color: #718090;
}

.blog-post .blog-meta:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background-image: url("../img/blog/blog-icons.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-post .blog-meta.meta-author:after {
  background-position: center left -2px;
}

.blog-post .blog-meta.meta-cata:after {
  background-position: center left -24px;
}

.blog-post .blog-meta.meta-comment:after {
  background-position: center left -48px;
}

.blog-post .blog-meta a {
  color: #718090;
}

.blog-post h2 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 30px;
}

.blog-post p {
  margin-bottom: 30px;
}

.blog-post .read-more {
  min-width: 138px;
}

.site-pagination a {
  display: inline-block;
  height: 49px;
  font-size: 14px;
  font-weight: 500;
  color: #081624;
  padding: 13px 0;
  margin-right: -1px;
}

.site-pagination a.current {
  color: #fff;
  background: #ffc000;
  padding: 13px 15px;
}

.site-pagination a.next {
  color: #718090;
}

/* ----------------
  Contact Page
 ---------------------*/

.map-section {
  position: relative;
  padding: 115px 0 110px;
}

.map-section .container {
  position: relative;
  z-index: 5;
}

.map-info {
  max-width: 293px;
  padding: 79px 25px 75px;
  background: #ffc000;
  position: relative;
}

.map-info::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
  border-left: 27px solid #ffc000;
  border-top: 0px solid transparent;
  border-bottom: 17px solid transparent;
}

.map-info img {
  margin-bottom: 45px;
}

.map-info p {
  color: #fff;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.contact-text h2 {
  font-weight: 300;
  margin-bottom: 35px;
}

.contact-text p {
  margin-bottom: 70px;
}

.contact-text .header-info-box {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

.contact-form {
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 54px;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #718090;
  border: none;
  border-bottom: 3px solid #e3f0fa;
  margin-bottom: 28px;
  background: #f7fafd;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 3px solid #ffc000;
}

.contact-form textarea {
  height: 209px;
}

.contact-form .site-btn {
  min-width: 156px;
}

/* ----------------
 Responsive
  ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}


/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {


  .footer-social a {
    margin-right: 4px;
  }
}

/* Tablet :768px. */

@media (max-width: 991px) {


  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    font-size: 18px;
  }

  .hero-item h2 {
    font-size: 60px;
  }

  .video-box {
    height: 500px;
    margin-top: 40px;
  }

  .cta-section {
    text-align: center;
  }

  .cta-section h2 {
    margin-bottom: 30px;
  }



  .footer-menu {
    text-align: center;
  }

  .footer-menu li:first-child a {
    font-size: 12px !important;
    margin-left: 0;
  }

  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }

  .about-text {
    padding-top: 50px;
  }


}

/* Large Mobile :480px. */

@media only screen and (max-width: 991px) {



  .video-box {
    height: 500px;
    margin-top: 40px;
  }

  .cta-section {
    text-align: center;
  }

  .cta-section h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }


  .footer-menu {
    text-align: center;
  }

  .footer-menu li:first-child a {
    font-size: 12px;
    margin-left: 0;
  }

  .copyright {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .about-text {
    padding-top: 50px;
  }



  .circle-progress-warp .circle-progress {
    padding-top: 0;
  }


}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .hero-item h2 {
    font-size: 50px;
  }

  .hero-item h2 span:nth-child(1) {
    color: #081624;
    padding-right: 15px;
  }

  .map-section {
    padding-bottom: 0;
  }

  .map-info {
    max-width: 100%;
  }

  .map {
    position: relative;
    height: 400px;
    margin-top: 70px;
  }

  .footer-menu li a {
    margin-left: 0;
    padding: 13px 10px;
  }
}