@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Colors: */
  --color-c18d02: #c18d02;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-f5f5f5: #f5f5f5;

  --color-00213d: #03192c;

  --color-ededed: #ededed;
  --font-family-playfair: "Playfair Display", serif;
  --font-family-poppins: "Poppins", sans-serif;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-15: 15px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;

  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-27: 27px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-44: 44px;
  --font-size-50: 50px;
  --font-size-56: 54px;
  --font-size-70: 70px;
  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-c18d02);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-playfair);
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
  font-family: var(--font-family-poppins);
}

h3 {
  font-size: var(--font-size-50);
}

h4 {
  font-size: var(--font-size-40);
}

h5 {
  font-size: var(--font-size-35);
}

h6 {
  font-size: var(--font-size-30);
}

.gold-text {
  color: var(--color-c18d02);
}

.link-arrow {
  white-space: nowrap;
  width: fit-content;
  background: #d99800;
  background: linear-gradient(90deg, rgba(217, 152, 0, 1) 36%, rgba(156, 108, 6, 1) 100%, rgba(168, 132, 0, 1) 65%, rgba(156, 93, 0, 1) 0%);
  border-radius: 100px;
  color: var(--color-ffffff);
  display: flex;
  flex: 0 auto;
  -webkit-box-flex: 0;
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-16);
  font-weight: 300;
  padding: 16px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--color-c18d02);
}

.link-arrow:hover {
  color: var(--color-ffffff);
  background-image: linear-gradient(45deg, #000000 0%, #221f1f 50%, #181515 78%, #000000 100%);
}

.link-arrow span {
  font-weight: var(--font-weight-SemiBold);
}

.link-arrow img {
  width: 22px !important;
  height: 22px;
  object-fit: contain;
  rotate: 45deg;
  margin-left: 5px;
  filter: invert(1);
  transition: rotate 0.3s ease;
}

.link-arrow-white {
  white-space: nowrap;
  width: fit-content;
  background-color: var(--color-ededed);
  border-radius: 100px;
  color: var(--color-000000);
  display: flex;
  flex: 0 auto;
  -webkit-box-flex: 0;
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-16);
  font-weight: 300;
  padding: 16px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--color-c18d02);
}

.link-arrow-white:hover {
  color: var(--color-ffffff);
  background-color: var(--color-000000);
}

.link-arrow-white span {
  font-weight: var(--font-weight-SemiBold);
}

.link-arrow-white img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  rotate: 45deg;
  margin-left: 5px;
  filter: invert(0);
  transition: rotate 0.3s ease;
}

.link-arrow-white:hover img {
  rotate: 0deg;
  filter: invert(1);
}

.banner .link-arrow:hover img {
  rotate: 0deg;
}

.link-arrow:hover img {
  rotate: 0deg;
}

.banner .link-arrow img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  rotate: 45deg;
  filter: invert(1);
}

.color-gold {
  color: var(--color-c18d02) !important;
}

.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #c18d02;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: #c18d02;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand-xl .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: var(--font-size-15);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  padding: 10px 50px 10px 0;
}

a.menu-contact {
  padding-right: 0px !important;
}


.menu-btn {
  width: 45px;
  height: 45px;
  position: absolute;
  border: 1px solid var(--color-ffffff);
  right: 30px;
}

.menu-btn:hover img {
  filter: brightness(0.5);
}

.menu-btn:hover {
  background-color: var(--color-c18d02);
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
  top: 18px;
  font-size: 1.5rem;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: #06121a;
  padding-bottom: 5px;
}

.brand img {
  position: relative;
  width: 250px;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



.g_header {
  position: relative;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--color-00213d);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  align-items: center;
  justify-content: center;
  display: flex;
}



.main-header.g_shrink .navbar-dark .navbar-nav .nav-link {
  font-size: var(--font-size-16);
  padding: 10px 50px 10px 0;
}

.main-header.g_shrink .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-c18d02);
}

.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.top-social li {
  float: left;
}


ul.top-social li i {
  /* color: #fff; */
  font-size: var(--font-size-16);
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: #c18d02;
}

ul.info-header {
  margin-left: 12%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: #c18d02;
}

.top-social {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.main-header.g_shrink .top-social {
  top: 0;
  display: none;
}

.info-header a {
  color: #fff;
  font-size: var(--font-size-14);
}

.info-header li i {
  margin-right: 15px;
}

/* 
.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  left: 0%;
  top: 48px;
  padding: 0;
  animation: fadeIn;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #c18d02;
}

.dropdown-item {
  padding: 10px 15px;
  background: transparent;
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #c18d02;
  color: #fff;
}

.dropdown-backdrop {
  position: static;
}

.dropdown-item.active {
  background-color: #c18d02;
} */

/* @media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.5s;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
} */

@media screen and (max-width:1199px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }
}


.main-header.g_shrink.g_header {
  padding: 10px 0;
  background-color: var(--color-00213d);
  ;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: fixed;
}

.main-header.g_shrink.g_header .brand img {
  width: 150px;
}

.main-header.g_shrink.g_header .top-social {
  padding-bottom: 0;

}

.main-header.g_shrink.g_header .top-header {
  display: none;
}



.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-xl .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-xl .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
  .main-header.g_shrink .navbar-expand-xl .navbar-nav {
    top: 0 !important;
    text-align: left;
  }

  .navbar-expand-xl .navbar-nav {
    margin-left: 0 !important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    padding: 8px 15px;
    text-align: left;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 3rem;
    height: 100%;
    z-index: 1200;
    width: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 20px !important;
  }
}


.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-xl .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-xl .navbar-brand img,
.main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1700px;
}

.section-space {
  padding: 6rem 0;
}

/* dropdown-menu */

.about-section {
  position: relative;
}

.about-page-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}


.about-section .arrow-up {
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-left {
  position: relative;
}

.about-left h4 {
  text-transform: capitalize;
}

.about-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-right::after {
  position: absolute;
  content: '';
  width: 120%;
  height: 400px;
  background: var(--color-00213d);
  background: linear-gradient(90deg, rgb(4 24 43) 36%, #001b37 100%, rgb(4 24 43) 65%, #001b37 0%);
  left: -40px;
  z-index: -1;
}

.project-section {
  background-image: url(../images/wave-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background: #d99800;
  background: linear-gradient(90deg, rgba(217, 152, 0, 1) 36%, rgba(156, 108, 6, 1) 100%, rgba(168, 132, 0, 1) 65%, rgba(156, 93, 0, 1) 0%);
  background-blend-mode: soft-light;

}

.nav-pills .nav-link {
  color: #888888;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: none;
  transition: color 0.3s ease;
}

.nav-pills .nav-link.active {
  color: #c28a0f;
  background-color: transparent;
}

.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background-color: #c28a0f;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-pills .nav-link.active::after {
  width: 100%;
}

.residential-project-section .nav {
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.19);
  margin-bottom: 50px;
  padding-top: 0;
  z-index: 99;
}

/* main-banner */
.banner img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: relative;
}
.banner video {
  height: 100%;
  width: 100%;
  object-fit: cover;  position: relative;

}

/* .banner .swiper-slide::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: -13px;
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
} */

.banner-slider {
  position: relative;
  /* z-index: -9; */
}

/* .banner .swiper-slide::before {
  width: 50%;
  position: absolute;
  content: '';
  background-color: #000000cc;
  height: 100%;
  top: 0;
  z-index: 9;
} */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-c18d02);
  border: 1px solid var(--color-c18d02);
}

.banner {
    width: 100%;
    position: relative;
}
.banner-slider {
    height: 85vh;
}
.carousel-caption {
    position: absolute;
    top: 6%;
    left: 6%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    display: flex
;
    height: 100%;
    z-index: 9 !important;
    text-shadow: 2px 1px rgb(0 0 0 / 52%);
    display: flex
;
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    text-align: left;
}

.carousel-caption h1 {
  font-size: var(--font-size-70);
  color: var(--color-ffffff)
}

.carousel-caption h1 span {
  font-family: var(--font-family-playfair);
  font-style: italic;
  color: #ffba00;
  display: block;
}

.carousel-caption p {
  font-size: var(--font-size-20);
}




/* .about-us */
.contact-section {
  overflow: visible;
}

.contact-section .container .contact-form-home {
  background: #d99800;
  background: linear-gradient(90deg, rgba(217, 152, 0, 1) 36%, rgba(156, 108, 6, 1) 100%, rgba(168, 132, 0, 1) 65%, rgba(156, 93, 0, 1) 0%);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0;

}

.contact-right {
  padding: 3rem;
  text-align: center;
}

.contact-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section .contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*.contact-section .contact-form input.form-control {*/
/*  margin-bottom: 1rem;*/
/*}*/

/*.contact-section .contact-form textarea.form-control {*/
/*  margin-bottom: 1rem;*/
/*}*/

/* service-banner */
.services-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.main-page {
  position: relative;
}

img.services-png {
  width: 100%;
  top: 50px;
  right: 0;
}

img.inner-image {
  width: 100%;
  border-radius: 0 0 86px 0;
}

.inner-left {
  padding-left: 50px;
}

.services {
  position: absolute;
  background: none;
  bottom: 20%;
}


.section-pg p {
  text-align: justify;
}

.services-box {
  height: 200px;
  cursor: pointer;
  float: left;
  background: var(--color-c18d02);
  display: flex;
  padding: 25px;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* solution */
.solution-pg {
  overflow: hidden;
}

img.solution-icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: none;
  /* float: left; */
  display: flex;
}

.solution-main h4 {
  font-family: var(--font-family-Montserrat);
}

.solution-main {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #c18d02 10%, rgba(255, 255, 255, 1) 50%);
  box-shadow: 0 0 15px 0px #44444476;
  margin: 50px 0;
}

.solution-main1 {
  flex-direction: row-reverse;
  text-align: right;
  background: linear-gradient(270deg, #28397bb5 10%, rgba(255, 255, 255, 1) 50%);
}

.solution-main1 button {
  background: var(--color-014b7e);
  border: 1px solid var(--color-014b7e);
}

.solution-main1 h4 {
  color: var(--color-014b7e);
}

.solution-main1 button:hover {
  color: #014b7e;
  border: 1px solid var(--color-014b7e);
}

.solution-main1 h4 {
  text-align: right;

}

.solution-right {
  padding: 50px;
  padding-right: 150px;
}

.solution-right1 {
  padding: 50px;
  padding-left: 150px;
}

.solution-main img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

/* industries */
.indus-top-slide {
  min-width: auto !important;
  /* width: fit-content!important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries {
  width: 100%;
  height: auto;
  float: left;
  background-color: var(--color-014b7e);
  padding: 40px 0;
}

.industries ul li {
  float: left;
  text-transform: uppercase;
  display: flex;
}


.industries ul li a {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}

.industries ul li a:hover {
  color: var(--color-c18d02);
}

.industries ul li::before {
  content: "\2022";
  color: var(--color-c18d02);
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.breadcrumb-inner {
  position: relative;
  height: 800px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

/* 
.inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
} */

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  /* margin: 0; */
  font-size: var(--font-size-50);
  font-weight: lighter;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: #fff;
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* .service-section */

.service {
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/inner-about.jpg);
  position: relative;
  overflow: visible;
}

img.service-img {
  width: 100%;
  border-radius: 0 0 86px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.container-1 {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: -100px;
}

.about-left {
  padding-right: 50px;
}

.service1 img {
  width: 100%;
  border-radius: 0 0 86px;
}

.service-inner {
  position: absolute;
  bottom: 0;
  width: 95%;
  /* background: linear-gradient(360deg, black, transparent); */
  padding: 35px 30px;
  border-radius: 0 0 86px;
}

.service-inner a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff) !important;
}

.service-inner a:hover {
  color: var(--color-c18d02) !important;
}


.service-box {
  display: flex;
  margin-top: 100px;
}

.service-box1 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 100px;
}



.service-section {
  display: block;
  text-decoration: none;
  padding: 0;
  color: inherit;
  overflow: hidden;
  border-radius: 0.375em;
  transition: 0.3s;
  background: url(../images/inner-about.jpg)center no-repeat;
  background-attachment: fixed;
  /* background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 20px;
  margin-bottom: 70px;
}

.banner__grid {
  display: flex;
  flex-direction: column;
}

.banner__grid>* {
  min-width: 0;
}

.banner__link {
  position: relative;
  text-decoration: none;
  color: hsl(250, 84%, 54%);
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left bottom;
}

.banner__link i {
  /* label */
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner__link::after {
  /* animated border */
  content: "";
  background-color: currentColor;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0% round 0.1875em);
  clip-path: inset(0% round 0.1875em);
  opacity: 0.15;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner__figure,
.banner__figure1 {
  height: 400px !important;
  width: 100%;
  padding-bottom: 50%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__text {
  padding: 1.5rem;
}

.banner__link-wrapper {
  margin-top: 1rem;
}

.service-section:hover {
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
    0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05),
    0 12px 20px hsla(230, 13%, 9%, 0.09);
}

.service-section:hover .banner__link {
  transform: scale(1.3);
}

.service-section:hover .banner__link i {
  transform: scale(0.7);
}

.service-section:hover .banner__link::after {
  height: 100%;
}

.service-section:hover .banner__figure {
  transform: scale(1.05);
}

.service-section:hover .banner__figure1 {
  transform: scale(1.05);
}


@media (min-width: 64rem) {
  .banner__grid {
    flex-direction: row-reverse;
    align-items: center;

  }

  .banner__grid>* {
    width: 50%;
  }

  .banner__figure {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    margin: 0;
  }

  .banner__figure1 {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    margin: 0;

  }

  .banner__text {
    padding: 2rem;
    padding-right: 0;
  }

  .banner__text1 {
    padding: 3rem;
    padding-left: 0;
  }

  .banner__link-wrapper {
    margin-top: 1.5rem;
  }

  .banner--invert .banner__grid {
    flex-direction: row;
  }

  .banner--invert .banner__figure {
    -webkit-clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
    clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
  }

  .banner--invert .banner__text {
    text-align: right;
  }

  .banner--invert .banner__link {
    transform-origin: right bottom;
  }


}

/* service-section */



.service h4 {
  margin-bottom: 20px;
}

.section-service {
  background: none;
}

.section-service img {
  filter: invert();
  transition: 0.5s;
}

.service-tab {
  background: none;
}

.nav-pills .service-tab:hover {
  background: var(--color-c18d02);
}

.nav-pills .service-tab.active img {
  filter: none;
}

.nav-pills .service-tab.active h5 {
  color: var(--color-ffffff) !important;
}

.nav-pills .service-tab.active {
  background: var(--color-c18d02);
  border-radius: 20px;
  color: var(--color-ffffff) !important;
  box-shadow: 0 0 12px 0px #cbcbcb;
  width: 200px !important;
}

.nav-pills .service-tab.active:before {
  content: "";
  width: 100%;
  height: 10%;
  background: url(../images/bottom-triangle.png) center no-repeat;
  bottom: -9%;
}

.nav-pills .service-tab img.active {
  filter: none;
}

.nav-pills .service-tab {
  box-shadow: 0 0 12px 0px #cbcbcb;
  transition: 0.5s;
  border-radius: 20px;
  width: 200px !important;
  margin: 0 20px;
  align-items: center;
  transition: 0.5s;
}

.section-service:hover img {
  filter: none;
}

.section-service h5 {
  transition: 0.5s;
  font-family: var(--font-family-Montserrat);
}

.section-service:hover h5 {
  color: #fff !important;
}


.service-right-inner1 {
  margin-right: -2%;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 50px;
  padding-right: 65px;
  background-color: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* z-index: -1; */
}

b {
  font-weight: var(--font-weight-SemiBold);
}

.service-right-inner-pg {
  box-shadow: none !important;
  background-color: transparent !important;
}

.chartering-p {
  padding-right: 0 !important;
}

.service-right-inner {
  display: flex;
  align-items: center;
  background-color: var(--color-f2f7fa);
  padding: 50px;
  padding-left: 65px;
  border-radius: 0 10px 10px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* .download */
ul.download-list li {
  float: left;
  margin: 18px;
  list-style: none;
  width: 45%;
  display: table-row-group;
  border: 1px solid var(--color-f2f7fa);
  background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 13px;
  /* margin: 0 auto; */
}

li.right-section-download {
  float: right;
}

.right-section-download {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -8px;
}

ul.download-list li a {
  color: var(--color-656565);
  font-family: 'Noto Sans';
  font-size: 17px;
  line-height: 0px;
  position: relative;
  top: 6px;
  font-weight: 500;
}

.right-section-download a i {
  font-size: 23px;
  margin: 0px 2px;
  color: #1e6e42;
  padding: 3px 7px;
  padding-right: 11px;
  position: relative;
  top: 3px;
}

.right-section-download a {
  margin: 0 auto;
  transition: 0.7s;
}

.right-section-download a {
  margin-left: 15px;
  padding: 5px 0px;
}

.right-section-download i.icon-arrow-down-circle {
  position: relative;
  top: 4px;
  padding-right: 0;
  border: 0;
  color: #1c4b8c;
  right: 6px;
}

.right-section-download i.fa.fa-file-pdf {
  color: var(--color-c18d02);
}

section.downloas-secrion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background-image: url(../images/testimonial-content-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

section.downloas-secrion:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  background-image: url(../images/right-doted.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}


.service-right h4 {
  text-align: left;
  font-weight: var(--font-weight-Bold);
}

.service-right h4 span {
  display: block;
}

.service-right p {
  text-align: left;
  padding-right: 0;
}

.service-img {
  position: relative;
  z-index: 999;
}

img.main-service {
  position: absolute;
  left: -30%;
  top: 35%;
  z-index: -9;
}

.service-img1 img {
  position: absolute;
  width: 480px;
  height: 320px;
  border-radius: 40px;
  box-shadow: 0 0 40px 0px #4d4d4da1;
  float: left;
  border: 10px solid var(--color-ffffff);
  background-color: #000000;
  z-index: 99;
  top: 25%;
  left: 25%;
}

.site-heading h2 span {
  color: var(--color-c18d02);
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #59595933;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
}

.team-area .item .thumb img {
  transition: 0.5s;
}

.team-area .item .thumb img:hover {
  transform: scale(1.1);
}


.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0px 5px 10px 0px #59595933;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--color-c18d02);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  font-weight: 600;
  text-transform: uppercase;
}

.site-heading span {
  display: inline-block !important;
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.team-wrap h4 {
  font-weight: var(--font-weight-SemiBold);
  margin-top: 20px;
}

.team-wrap span {
  font-weight: 600;
  text-transform: uppercase;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}


.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}




.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left,
      rgba(247, 0, 104) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  /* background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png); */
  background: url(../images/principle/bg-shape.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  width: 70%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 4px solid #c18d02;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: var(--color-c18d02);
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -50px;
  background-color: var(--color-c18d02);
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  line-height: 2.5rem;
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #fff;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-014b7e);
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: var(--color-c18d02);
}

.our-mission {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, #f2f7fa 60%, rgba(255, 255, 255, 1) 100%);
  background-position: -80%;
}


.our-mission-left {
  padding-right: 50px;
}

/* .right-img {
  padding-right: 60px;
}

.left-img {
  padding-left: 60px;
} */
.competitive img {
  border-radius: 10px 10px 0 0;
}

.inner-competitive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: var(--color-f2f7fa);
  border-radius: 0 0 86px;
  margin: 0 15px;


}

.inner-points {
  padding: 25px;
}

img.mission-img {
  width: 100%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.mission-img1 {
  width: 80%;
  border-radius: 0 0 0 86px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.about-img.aos-init.aos-animate {
  width: 90%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-para1 {
  position: relative;
}

.about-para1:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}

.about-para2 {
  position: relative;
}

.about-para2:before {
  content: "";
  position: absolute;
  width: 70%;
  right: 0;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}

img.goal-img {
  width: 250px;
  border-radius: 10px;
  margin-right: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}

img.goal-img1 {
  width: 200px;
  border-radius: 10px;
  margin-left: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;

}

.inner-goal {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}

.inner-goal1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  text-align: right;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
  align-items: center;
  justify-content: flex-end;
}


.mission-left img {
  width: 100%;
  object-fit: contain;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.mission-right img {
  width: 100%;
  object-fit: contain;
  border-radius: 0 0 86px;
}

.mission-inner {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}

.mission-inner:last-child {
  margin-bottom: 0;
}

.about-points p {
  margin-bottom: 0px;
  display: flex;
  line-height: 25px;
}

img.btn-img {
  width: 100px;
  object-fit: contain;
  border-radius: 20px 0 0 20px;
  padding: 20px;
  background-color: var(--color-014b7e);
}

.about-btn {
  display: flex;
  padding: 0;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

button.inner-btn {
  padding: 20px 45px;
  width: 22%;
  padding-right: 80px;
  border-radius: 0px 20px 20px 0px;
  border: 1px solid var(--color-014b7e);
  text-align: left;
  position: relative;
  z-index: 9999999;
}

.inner-btn h3 a:hover button.inner-btn {
  color: var(--color-ffffff) !important;
}

button.inner-btn:hover:before {
  filter: none;
  right: 25px;
}

button.inner-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrow.png) right no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -9;
  filter: grayscale();
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h3.div-text {
  margin-bottom: 0;
}

.about-us {
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.about-points ul li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.about-points ul li i {
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
  color: var(--color-c18d02);
}

h4.main-title span {
  display: block;
}

/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
}

img.counter-img {
  width: 69%;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: -12.5%;
}

.count-area h3 {
  font-weight: var(--font-weight-SemiBold);
}

.count-area h6 {
  font-size: var(--font-size-19);
  color: #919191;
  font-family: var(--font-family-poppins);
}

.count-area h3 span {
  display: block;
  color: var(--color-c18d02);
}


.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.counter-right {
  padding-left: 150px;
}

.count-area .count-digit,
.count-area .count-name {
  margin: 5px 0px;
  color: var(--color-c18d02);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-Bold);
  justify-content: center;
  align-items: center;
}

.count-area-content h5 {
  font-size: var(--font-size-27);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-poppins);
  margin-bottom: 5px;
}

.count-title {
  padding: 20px 0;
  color: var(--color-c18d02);
  text-align: center;
  line-height: normal;
}

.count-name {
  font-size: var(--font-size-50);
}

.counter-flex {
  justify-content: left;
}

/* counter */

.division {
  position: relative;
  overflow: visible;
}

.division-outer .col-12 {
  margin-bottom: 2rem;
}

.division-outer h3 {
  margin-bottom: 2rem;
}

.division .container {
  position: relative;
  overflow: visible;
}

.division h3 {
  margin-bottom: 50px;
}

.arrow-div {
  position: absolute;
  top: -300px;
  right: 0;
}

.essgee {
  background: var(--color-ffffff);
  border-radius: 26px;
  padding: 3rem;
  margin-bottom: 30px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
  height: 100%;
}

img.essge-logos {
  width: 35%;
  margin-bottom: 25px;
}

.essgee .link-arrow {
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
}

.essgee .link-arrow span {
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.essgee .link-arrow span:hover {
  color: var(--color-c18d02);
}

.essgee .link-arrow img {
  filter: none;
}

/* csr */
.csr-home-box {
  background: #d99800;
  background: linear-gradient(90deg, rgba(217, 152, 0, 1) 36%, rgba(156, 108, 6, 1) 100%, rgba(168, 132, 0, 1) 65%, rgba(156, 93, 0, 1) 0%);
}

.csr-box img {
  height: 100%;

  object-fit: cover;
}

.csr-box .swiper img:hover {
  /* background-color: #000; */
  z-index: 2;
  position: relative;
  filter: brightness(0.5);
}

.csr-box a {
  position: relative;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.5s;
}

.csr-box a:hover::after {
  position: absolute;
  content: '+';
  display: flex;
  /* filter: brightness(1); */
  align-items: center;
  justify-content: center;
  font-size: 61px;
  color: var(--color-c18d02);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9 !important;
  /* background-color: black; */
  border-radius: 100%;
}

.csr-box img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
}

img.csr-img {
  width: 100%;
  margin-left: 13%;
  /* border-radius: 2rem; */
  height: 100%;
  object-fit: cover;
}

.csr-img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.csr-img img {
  width: 100%;

  height: 100%;
  object-fit: cover;
}

/* csr */
/* gallery */

.gallery-section {
  padding: 60px 0;
}

.gallery-home-box {
  width: 100%;
  height: 94%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.gallery-home-box img {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 8;
  border-radius: 2rem;
  position: relative;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-home-box img:hover {
  /* background-color: #000; */
  z-index: 2;
  position: relative;
  filter: brightness(0.5);
}

.gallery-home-box a {
  position: relative;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.5s;
}

.gallery-home-box a:hover::after {
  position: absolute;
  content: '+';
  display: flex;
  /* filter: brightness(1); */
  align-items: center;
  justify-content: center;
  font-size: 61px;
  color: var(--color-c18d02);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9 !important;
  /* background-color: black; */
  border-radius: 100%;
}

.gallery-home-box img.main-img1 {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 98;
  border-radius: 2rem;
  position: relative;
}

/* gallery */

/* news */
.news {
  background: url(../images/texture-bg.jpg)center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

img.news-arow {
  position: absolute;
  width: 20%;
  top: 0;
  left: -5%;
}

.news .row {
    position: relative;
    z-index: 9;
    justify-content: center;
    margin-bottom: 2rem;
}
.news a {
  text-transform: capitalize;
}

.news a.link-arrow {
  margin: auto;
  margin-top: 2rem;
}

.news-inner {
  background: var(--color-ffffff);
  padding: 100px 50px;
  border-radius: 26px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
  height: 450px;
  top: -16px;
  position: relative;
}

.news h5 {
  font-size: 14px;
  font-family: var(--font-family-poppins);
}

.news-flex {
  display: flex;
  border-radius: 26px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
  height: 100%;
  overflow: hidden;
  background: var(--color-00213d);
  justify-content: right;
  flex-direction: column-reverse;
  color: var(--color-ffffff);
}

.news-flex .swiper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.news-flex .link-arrow-white span {
  color: var(--color-c18d02);

}

.news-flex .link-arrow-white img {
  filter: invert(1);
}

.news-text {
  padding: 3rem;
}

.news-text p {
  color: var(--color-ffffff) !important;

  overflow: hidden;

  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* number of lines to show */
  /* line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
}

.custom-width {
  width: 30%;
  margin-bottom: 30px;
}

.custom-width1 {
  width: 53%;
  margin-bottom: 30px;
}

.custom-width2 {
  width: 47%;
}

.news-flex1 {
  display: flex;
  flex-direction: column-reverse;
  background: var(--color-00213d);
  border-radius: 26px;
  position: relative;
}

.news-flex1 h5 {
  position: absolute;
}

.news-flex1 .news-text {
  padding: 25px 50px;
}

img.last-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 0 -13px;
  border-radius: 26px 26px 0 0;
  position: relative;
  top: -39px;
  z-index: 0;
}

.news-flex1 h5 {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  z-index: 9;
}

.news-page-box {
  background-color: var(--color-c18d02);
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* news */

/* testinomal */

.testimonial {
  width: 100%;
  float: left;
  background: url(../images/testimonial-bg.jpg) center no-repeat;
  overflow: hidden;
}

.testimonial-slider a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}

.testimonial-slider .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.testimonial-slider {
  cursor: grab;
}

.testimonial-slider .swiper-pagination {
  position: relative;
  /* bottom: 0; */
  margin-top: 1rem;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-c18d02) !important;
}

.testimonial-slider .swiper-pagination-bullet {
  background-color: var(--color-ededed);
}

.testimonial-slider:active {
  cursor: grabbing;
}

.testimonial-slider .overlay::after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/youtube.png);
  width: 60px;
  height: 60px;
  background-size: contain;
}

/* testimonial */

.contact {
  background-color: var(--color-f2f7fa);
}

.contact-heading p {
  padding: 0 20%;
}

.contact iframe {
  height: 100%;
}

input.form-control {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: var(--color-ffffff);
  border: 1px solid #fff5;
  color: var(--color-000000);
  /*text-transform: uppercase;*/
  font-style: normal;
}

::placeholder {
  color: var(--color-000000) !important;

}


.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  height: 100px;
  padding: 1rem;
  border: none;
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-c18d02);
  /*text-transform: uppercase;*/
  font-style: normal;
}

.form-control {
  padding: 15px !important;
}


button.contact-btn {
  padding: 10px 60px;
  border-radius: 0;
  margin-top: 30px;
}

.address {
  display: flex;
  padding: 1rem;
  padding-left: 0rem;
  align-items: center;
  background-color: #fff;
  /* border-top: 2px solid var(--color-f5f5f5); */
}

.contact-add {
  background-color: var(--color-c18d02);
}

.contact-add i,
.contact-add p {
  color: #fff !important;
}

.contact-page-right {
  display: flex;
  height: 100%;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}

.contact-page-right iframe {
  border-radius: 1rem;
  margin-top: 2rem;
  height: 15rem;
}

.address p {
  margin-bottom: 0;
}

.address i {
  font-size: var(--font-size-20);
  margin-right: 30px;
  color: var(--color-c18d02);
}

ul.contact-social li {
  float: left;
}

ul.contact-social li i {
  font-size: 30px;
}

ul.contact-social li a i:hover {
  color: var(--color-000000);
}

.form {
  background-color: var(--color-f5f5f5);
  padding-left: 10%;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}


/* footer */

.footer {
  width: 100%;
  background-color: var(--color-00213d);
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}

.contact-footer {
  margin-right: 5rem;
}

.footer-logo img {
  width: 250px;
}

.footer-arrow {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 20%;
}

.footer-box {
  width: 15%;
  margin-bottom: 50px;
}

.heading-footer i {
  font-size: 20px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.heading-footer h3 {
  margin-bottom: 0;
  color: var(--color-c18d02);
  font-size: var(--font-size-19);
  font-family: var(--font-family-poppins);

}

.heading-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff63;
  margin-bottom: 20px;
}

.footer-contact p span {
  display: block;
}

.footer-contact p {
  padding-right: 100px;
  font-size: var(--font-size-14);
}

.footer-contact a {
  color: var(--color-ffffff);
  display: block;
}

.footer-contact a:hover {
  color: var(--color-c18d02);
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li {
  margin: 10px 0;
}

.footer-menu ul li a:hover i {
  color: var(--color-c18d02);
}

.footer-menu ul li a:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-014b7e);
  display: flex;
  font-weight: var(--font-weight-SemiBold);
  align-items: center;
  font-size: 16px;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-c18d02);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-size: var(--font-size-16);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-c18d02);
}

/* copy-right  */

.copy-right {
  width: 85%;
  padding: 30px 0;
  border-top: 1px solid #ffffff63;
  margin-top: 50px;

}

.copy-right p,
.copy-right p a {
  color: var(--color-ffffff);
  margin-bottom: 0;
  font-size: var(--font-size-14);

}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right a:hover {
  color: var(--color-c18d02);
}

.copy-right ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-size: 16px;
}

.copy-right ul li a {
  color: #fff;
}

.copy-right {
  display: flex;
  justify-content: space-between;
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}








/* back to top */
#button {
  display: inline-block;
  background-color: var(--color-c18d02);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 16px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#button i {

  color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -otransition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}


/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.quality-circle {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  margin-top: -50px;
}

.emblem {
  position: absolute;
  /* left: 0; */
  /* right: 11px; */
  /* top: 0; */
  /* margin: 0 auto; */
  width: 260px;
  height: 260px;
  border-radius: 50%;
  /* font-weight: bold; */
  color: var(--color-c18d02);
  animation: spinZ 20s linear infinite;
  text-align: center;
}

.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-18);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

.residential-project-section {
  background: url(../images/texture-bg.jpg)center no-repeat;
  background-size: cover;
}

.project-bg {
  background-color: var(--color-f5f5f5);
  padding: 1rem;
  border-radius: 2rem;
}

.project-box {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}

.project-img {
  height: 300px;

}

.project-img img {
  height: 100%;

}

.project-box p {
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
}

.project-box i {
  margin-right: 10px;
}

.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content {
  background-color: var(--color-00213d);
  ;
  padding: 2rem;
  position: relative;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-content h3 {
  color: var(--color-ffffff);
}

.project-content p {
  color: var(--color-ffffff);
}

.commercial {
  position: relative;
}

.commercial:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/commercial-bg.jpg);
  top: 0;
}

.commercial .nav-pills .nav-link.active {
  color: var(--color-ffffff);
}

.commercial .nav-pills .nav-link.active::after {
  background: var(--color-ffffff);
}

.commercial .nav-pills .nav-link,
.commercial .project-content h3,
.commercial .project-content p {
  color: var(--color-ffffff);
}



/* lets-connect */
.lets-connect {
  position: relative;
  background: var(--color-c18d02);
}

.lets-connect .contact-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0rem;

}

/*.lets-connect input.form-control {*/
/*  margin-bottom: 2rem;*/
/*}*/

/*.lets-connect textarea.form-control {*/
/*  margin-bottom: 2rem !important;*/
/*}*/

/* 
.lets-connect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: var(--color-d2a800);
  bottom: 0;
  left: 0%;
  z-index: -9;
} */
.contact-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}


.contact-flex {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}


.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form .link-arrow {
  background: var(--color-000000) !important;
}

.contact-form .link-arrow:hover {
  background: var(--color-000000) !important;
}

.form-row {
  display: flex;
}

input, textarea {
  background-color: transparent;
  border: 1px solid #444;
  padding: 20px;
  font-weight: var(--font-weight-SemiBold);
  color: #fff;
  width: 100%;
  font-size: var(--font-size-16);
  font-style: italic;
}

textarea {
  min-height: 120px;
  resize: none;
}

.submit-box {
  text-align: right;
}

.submit-box button {
  background: transparent;
  border: 1px solid var(--color-d2a800);
  color: var(--color-d2a800);
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--font-size-20);
  width: 100%;
  margin-top: 1.3rem;
}

.submit-box button:hover {
  /* box-shadow: inset 10em 0 0 0 var(--color-d2a800), inset -10em 0 0 0 var(--color-d2a800); */
  border-color: var(--color-d2a800);
  color: black;
  background-color: var(--color-d2a800);

}

/* lets-connect */



.values-list .col-12 {
  margin-bottom: 2rem;
}

.member img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.about-page-right {
  padding-left: 5rem;
}

.about-page-right p {
  text-align: justify;
}

.about-page-right h5 {
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-30);
}

.core-value {
  background-color: var(--color-c18d02);
  position: relative;
}

.core-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 3rem;
  color: var(--color-ffffff);

}

.value h4,
.value p {
  color: var(--color-ffffff);
}


.value {
  background: var(--color-f2f7fa);
}

.value-box {
  padding: 3rem;
  background-color: var(--color-00213d);
  border-radius: 1rem;
  /* color: chartreuse; */
  height: 100%;
}

.value-box p {
  color: var(--color-ffffff);

}

.value-box img {
  filter: invert(1);
  width: 85px;
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: right;
}


.core-value-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.terms-page ul {
  margin-bottom: 2rem;
}

.terms-page h4 {
  font-size: var(--font-size-30);
}

.team-box {
  border-radius: 1rem;
  background-color: var(--color-c18d02);
  overflow: hidden;
  height: 100%;
}

.team-box .row {

  height: 100%;
}

.team-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box .team-box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box .content {
  color: var(--color-ffffff);
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  height: 100%;
  flex-direction: column;
  padding: 2rem;
}

.team-box .content p {
  color: var(--color-ffffff);
  font-size: var(--font-size-16);
  margin-bottom: 0;
}


.team-box .content h6 {
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-Medium);
  font-size: var(--font-size-25);
}

.foundation-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 3rem;
}

.foundation-right a {
  color: var(--color-c18d02);
}

.foundation-right li {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}
.foundation-right li::before {
    position: absolute;
    content: '';
    background-image: url(../images/favicon.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background-size: contain;
}
.foundation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3rem;
  padding-right: 0;
}

.foundation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-section {
  background-color: var(--color-00213d);
  color: var(--color-ffffff);
}

.vision-section p {
  color: var(--color-ffffff);
}

.vision-right {
  display: flex;
  align-items: center;
  /* justify-self: center; */
  height: 100%;
  flex-direction: column;
  padding: 2rem;
}

.vision-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.vision-right h5 {
  color: var(--color-c18d02);
}

.division-box {
  background: var(--color-ffffff);
  border-radius: 26px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
  overflow: hidden
}

.division-box .content {

  padding: 3rem;

}

.division-box .division-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.division-box .division-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}



.dropdown-submenu.show .dropdown-menu {
  display: block;
}

/* Basic dropdown hover behavior */
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}


/* Multilevel (submenu) positioning */
.dropdown-submenu {
  position: relative;
  background-color: var(--color-ffffff);
  border-bottom: 1px;
  /* border-radius: 0.5rem; */
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  background-color: var(--color-ffffff);
  -webkit-transition: all .5s, 2s .5s linear;
  transition: all .5s, 2s .5s linear;



}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
  background-color: var(--color-ffffff);
  padding: 0;


}

.dropdown-item {
  padding: 0.5rem 0.8rem;
  overflow: hidden;
  border-bottom: 1px solid var(--color-ededed);
}

.dropdown-submenu .dropdown-menu {
  margin-left: 1px;
  font-size: var(--font-size-14);
  width: 10rem;


}

.dropdown-item:hover {
  background-color: var(--color-c18d02);
  color: var(--color-ffffff);

}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  width: 14rem;
  border-bottom: none;
  border-radius: 0;
  border: none;
  /* margin: 1px; */
}


.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}



.grid {
  width: 100%;
  column-count: 4;
  margin: 0 auto;
}

.grid-item img {
  width: 100%;
  height: auto;
  margin: 1em;
  border-radius: 2rem;
}

@media only screen and (max-width: 768px) {
  .grid {
    column-count: 3;
  }
}

@media only screen and (max-width: 450px) {
  .grid {
    column-count: 2;
  }
}


.project-section .btn {
  border: 1px solid #000;
  color: var(--color-000000);
  padding: 0.5rem 2rem;
  margin: 1rem;
  /* margin: 5px; */
  font-size: var(--font-size-22);
}

.project-section .active {
  background: linear-gradient(to bottom, #002b51, #222527);
  text-decoration: none;
  color: var(--color-c18d02);
}

.project-section .active1 {
  background: linear-gradient(to bottom, #000000, #222527);
  text-decoration: none;
  color: var(--color-c18d02);

}

.project-section .btn:hover {
  background: var(--color-c18d02);
  color: var(--color-000000);


}

.project-section .box {
  padding: 10px;
  float: left;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  width: 33.33%;
}

.btn-filter {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  z-index: 9;
  position: relative;
}

.project-section .btn1 {
  border: 1px solid #000;
  padding: 0.5rem 2rem;
  margin: 1rem;
  /* margin: 5px; */
  font-size: var(--font-size-22);
  border-radius: 1rem;
}


.project-section .btn1:hover {
  background: linear-gradient(to bottom, #000000, #222527);
  color: #fff;
}


.gallery-page-box .swiper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.gallery-page-box a.link-arrow:hover::after {
  display: none;
}

.gallery-page-box .link-arrow {

  object-fit: cover;
  position: relative;
  background-color: var(--color-000000);
}

.gallery-page-box img:hover::after {
  position: absolute;
  content: '+';
  width: 100%;
  height: 100%;
}

.gallery-page-box.main-img img {
  height: 72vh;
}

.gallery-page-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: var(--color-c18d02);
  border-radius: 2rem;
}

.gallery-page-box .gallery-box .overlay {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--color-c18d02);
  overflow: hidden;
  /* border-radius: 2rem; */
}

.gallery-page-box:hover .overlay {
  opacity: 1;
  z-index: 99;

}

.gallery-page-box .gallery-flex {
  background: var(--color-c18d02);
  display: flex;
  border-radius: 26px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
  margin-bottom: 2rem;
  overflow: hidden;
}

.gallery-page-box .gallery-flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-page-box .swiper img:hover {
  /* background-color: #000; */
  z-index: 2;
  position: relative;
  filter: brightness(0.5);
}

.gallery-page-box a {
  position: relative;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.5s;
}

.gallery-page-box a:hover::after {
  position: absolute;
  content: '+';
  display: flex;
  /* filter: brightness(1); */
  align-items: center;
  justify-content: center;
  font-size: 61px;
  color: var(--color-c18d02);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9 !important;
  /* background-color: black; */
  border-radius: 100%;
}

.gallery-page-box .gallery-flex .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-page-box .gallery-flex .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  /* width: fit-content; */
  right: 0;
  display: flex;
  bottom: 50px;
  position: absolute;
}

.award-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

  position: relative !important;
}

.award-slider {
  position: relative !important;
  height: 100%;
  object-fit: cover;
}

.gallery-page-box .gallery-text {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  justify-content: center;
}

.gallery-page-box .gallery-text i {
  margin-right: 1rem;
}

.event-text {
  padding: 4rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;


}

.gallery-page-box .gallery-flex img {
  position: relative;

}

.gallery-page-box .gallery-flex img:hover::after {
  position: absolute;
  content: '+';
  font-size: var(--font-size-18);
  color: antiquewhite;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.project-page-right {
  padding: 3rem;
  display: flex;
  /* align-items: center; */
  justify-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.project-page-right li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

.project-page-right li::before {
    position: absolute;
    content: '';
    background-image: url(../images/favicon.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background-size: contain;
}
.project-page-imgs {
  overflow: hidden;
  border-radius: 2rem;
}

.project-page-imgs img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.project-page-imgs .swiper-wrapper {
  width: 100%;
  object-fit: cover;
}

.multi-image-slider img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.multi-image-slider {
  max-width: 1000px;
  margin: 0 auto;
}


/*.news-page-box img:hover {*/
  /* background-color: #000; */
/*  z-index: 2;*/
/*  position: relative;*/
/*  filter: brightness(0.5);*/
/*}*/

/*.news-page-box a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-color: #ffffff;*/
/*    overflow: hidden;*/
/*    height: 500px;*/
/*}*/

/*.news-page-box a img {*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.news-page-box a img {*/
/*    height: 500px;*/
    /* max-height: 100%; */
/*    object-fit: contain;*/
/*    background-color: #ffffff;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.news-page-box a:hover::after {*/
/*  position: absolute;*/
/*  content: '+';*/
/*  display: flex;*/
  /* filter: brightness(1); */
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 61px;*/
/*  color: var(--color-c18d02);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 9 !important;*/
  /* background-color: black; */
/*  border-radius: 100%;*/
/*}*/

.news-page-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Make both sides equal height */
}

/* Each half of the row */
.news-page-box .col-md-6 {
  display: flex;
  flex-direction: column;
}

/* Ensure Swiper container takes full height */
.news-page-box .award-slider {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
}

/* Image fills the slider area and matches text height */
.news-page-box .award-slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-color: #fff;
}
.news-page-box  .swiper-slide {
      background-color: #fff;

    height: 100%;
    object-fit: cover;
    display: flex
;
    align-items: center;
    justify-content: center;
}
/* Right-side text box */
.news-page-box .event-text {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

/* Responsive behavior for mobile */
@media (max-width: 767px) {
  .news-page-box {
    flex-direction: column;
  }

  .news-page-box .award-slider img {
    height: auto; /* Let the image adjust naturally on small screens */
  }
}


/* testimonial */

.testimonials {
  width: 100%;
  float: left;
  background: url(../images/testimonial-bg.jpg) center no-repeat;
  overflow: hidden;
}

.testimonials h3 {
  color: var(--color-eb2327)
}

.testimonials .swiper-pagination {
  position: relative;
}


/* testimonial */
.facebook i {
  color: #3B5998;
}

.youtube i {
  color: #FF0000;
}

.linkedin i {
  color: #0077B5;
}

.instagram i {
  background: -webkit-linear-gradient(#f09433, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  */

}

.division-right h3 {
  text-align: center;
}

.contact-btn {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  z-index: 1000;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  transition: background-color 0.3s;
  border: 1px solid #333;
  align-items: center;
  justify-content: center;
  z-index: 9;

}

.instagram-btn {
  bottom: 179px;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.instagram-btn:hover {
  background-color: #000 !important;
  color: var(--color-d2a800) !important;
  border: 1px solid var(--color-d2a800) !important;
}

.whatsapp-btn {
  bottom: 281px;
  background-color: #219945;
}

.phone-btn {
  bottom: 128px;
  background-color: #1a69cf;
}

.email-btn {
  background-color: #cf351a;
  bottom: 77px;
}

.linkedin-btn {
  background-color: #0077B5;
  bottom: 231px;
}



 
.blog-card .card-pic{
  width:100%;
  max-height:320px;
  object-fit:cover;
}




.blog-card h5 {
    font-size: 14px;
    font-family: var(--font-family-poppins);
}

.blog-card p {
    color: var(--color-00213d) !important;
    overflow: hidden;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}


    .blog-category {
      color: #888;
      font-size: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 16px;
    }
    
    .blog-meta {
      display: flex;
      justify-content: center;
      gap: 48px;
      margin-bottom: 32px;
      font-size: 0.95rem;
      color: #979696;
    }
    .blog-meta span {
      display: block;
      text-align: center;
    }
.blog-image {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 40px;
    object-fit: cover;
    object-position: center;
    height: 500px;
}
   
   .blog-content p {
    color: #575757;
    margin-bottom: 24px;
    line-height: 1.7;
    text-align: justify;
}
.blog-category .top-social {

    justify-content: flex-start !important;
}

   .blog-content h1{
font-size: var(--font-size-40);
   }
 .blog-content h2 {
    font-size: var(--font-size-18) !important;
    font-family: var(--font-family-poppins) !important;
    line-height: normal;
        color: #575757;
}
.blog-content h3 {
    font-size: var(--font-size-30);
   
}
.blog-content .top-social {
    padding-bottom: 0.5rem;
    display: flex
;
    justify-content: flex-start;
}
.blog-content ul.top-social li i {
    /* color: #fff; */
    margin-right: 20px;

  }
  .blog-content .top-social {
    padding-bottom: 0.5rem;
    display: flex
;
    justify-content: flex-start;
}

  .blog-content .links a{
    font-size: var(--font-size-14);
    color: var(--color-c18d02);
    text-decoration: underline;
display: block;
  }
  
  .ajax-error{
          text-align: left;
    margin-bottom: 1rem;
        font-size: 16px;

  }
#ajax-msg {
    color: rgb(0 103 5) !important;
    font-size: 16px;
}