@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    user-select: none;
    font-family: "Mulish", sans-serif !important;
}
pro h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
    font-kerning: none;
}

a {
    text-decoration: none !important;
    font-kerning: none;
}
p,
span,
a,
label,
input {
    font-family: "Mulish", sans-serif !important;
}
footer,
section {
    position: relative;
}
p {
    font-size: 18px;
}
img {
    max-width: 100%;
}

.bg-white2 {
    background-color: #f5f5f5;
}
.bi-btn {
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
}

.bi__header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent !important;
}
.navbar-nav {
    padding-left: 150px;
}

.nav-item a {
    color: #fff !important;
}
.nav-item a.active {
    font-weight: 700 !important;
    color: #fff !important;
}

.home-background {
    background: url("../img/hero.jpeg") no-repeat center;
}
.ui-tabs-vertical {
    width: 55em;
}
.ui-tabs-vertical .ui-tabs-nav {
    padding: 0.2em 0.1em 0.2em 0.2em;
    float: left;
    width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px 0.2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: 0.1em;
    border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 40em;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.bi-hero {
    height: 90vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    position: relative;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bi-hero.about {
    background-image: url("../img/about/hero-about.jpeg");
}
/*.bi-hero.project-inner{*/
/*    background-image: url('../img/project-inner/hero.jpeg')*/
/*}*/
/*.bi-hero.project-inner{*/
/*    background-image: url('../img/quality/hero.jpeg')*/
/*}*/
.bi-hero.sustainability {
    background-image: url("../img/sustainability/hero.jpeg");
}
.bi-hero.local-value {
    background-image: url("../img/local-value/hero.jpeg");
}

.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.hero-content-wrapper h1 {
    font-size: 80px;
}

.bi__footer :is(a, p span, div) {
    color: #8695bf !important;
    transition: 0.3s ease-in-out;
}

.bi__footer a:hover {
    color: #638cff !important;
}

.bi-btn {
    letter-spacing: 1px;
    background-color: #1771e9;
    width: 280px;
    height: 60px;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    border: 2px solid transparent;
}
.bi-btn:hover {
    background-color: #0059d1;
    color: #fff;
}
.bi-btn.transparent:hover {
    /*background-color: #00000070;*/
    background-color: #0059d1;
    color: #fff;
    /*border-color: #fff;*/
}
@keyframes floating {
    to {
        margin-top: 20px;
    }
}
.scroll__down svg {
    animation: floating 1s ease alternate infinite;
}
.scroll__down {
    position: absolute;
    right: 60px;
    bottom: 10px;
    background-color: #1771e9;
    width: 70px;
    height: 70px;
    color: #fff;
    z-index: 9;
    font-size: 30px;
    border-radius: 50%;
    transition: 0.3s;
    display: grid;
    place-content: center;
}

.bi__ourProjects {
    padding: 120px 0;
}

.top__headingContent h2 {
    font-size: 60px;
    position: relative;
    margin-bottom: 50px;
    color: #0e1f36;
}

.top__headingContent h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: #1771e9;
}
ul li:hover a {
    color: #ffffff;
}
ul li:hover a::before {
    visibility: visible;
    transform: scale(1, 1);
}
ul li .submenu {
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
}
ul li .submenu a:hover {
    color: #fff;
    text-decoration: underline;
}
ul li a {
    color: #999;
    display: block;
    padding: 0 7px 0 7px;
    margin: 0 0 10px;
    text-decoration: none;
    position: relative;
}

a.dropdown-item:hover {
    color: #599efa !important;
}
.dropdown-item {
    font-size:16px
}
.dropdown-menu {
    right: 0px;
}

.project__slider {
    margin-top: 50px;
    margin-left: 295px;
}
.project__card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.project__card h3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
}

.project__card {
    position: relative;
    margin-left: 35px;
    /*height: 460px !important;*/
    /*width: 324px !important;*/
}
.project__slider .slick-list.draggable {
    padding: 0 80px 0 0px !important;
    margin-left: -1px !important;
}
.bi__feelEasy {
    background: url("../img/feel-easy-bg.jpeg") no-repeat center;
    background-size: cover !important;
    height: 720px;
    display: flex;
    text-align: center;
    align-items: center;
    color: #fff;
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}
.bi__feelEasy.about {
    background-image: url("../img/about/our-mission.jpeg");
}
.bi__feelEasy h2 {
    font-size: 81px;
}

.bi__feelEasy p {
    font-size: 20px;
    margin-top: 20px;
}
.bi__outsideBox {
    padding: 120px 0;
}
.bi__outsideBox .row {
    align-items: stretch;
}
.outsideBox__img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 35px;
}

.bi__standard {
    background: url("../img/standard-bg.jpeg") no-repeat center;
    background-size: cover !important;
    padding: 120px 0;
}
.bi__standard.about {
    background-image: url("../img/about/our-vision.jpeg");
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bi__standard.quality {
    background-image: url("../img/quality/cta-bg.jpeg");
}
.bi__standard.ecp {
    background-image: url("../img/quality/ecp.jpeg");
    padding: 300px 0;
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img__wrapper {
    margin-top: 80px !important;
}
.img__box {
    padding-right: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-right: 1px solid #ffffff2e;
}

.img__box h4 {
    font-size: 28px;
}

.img__box p {
    font-size: 20px;
    opacity: 0.6;
}
.bi__footer {
    padding: 80px 0 0 !important;
    background-color: #10182f;
}
.bottom__footer p {
    padding-right: 420px !important;
}

.bi-values {
    padding: 80px 0;
}
.img__withContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 60px;
}
.img__withContent img {
    height: 115px;
    object-fit: contain;
}
.img__box.about {
    gap: 0;
    border: none;
    margin-top: 30px;
}
.img__box.about hr {
    background-color: #1771e9 !important;
    width: 100%;
    height: 3px;
}
.img__box.about p {
    font-size: 19px;
    margin-bottom: 0;
    opacity: 1;
}
.img__box.about h4 {
    font-size: 40px;
}
.bi-journey {
    padding: 120px 0;
    position: relative;
}
.bi-key__facts {
    padding: 120px 0;
}
.bi-gallery {
    padding: 100px 0 65px;
}
.bi-gallery .top__headingContent h2:before {
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 150px;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    /*margin: 10px 20px;*/
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dotted .slick-current img {
    transform: scale(1.1);
}

.parallaxEffect {
    /* Set a specific height */
    min-height: 500px;
}

.gallery-item {
    width: 900px;
    height: 550px !important;
    margin: 0 35px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.bi__standard.quality p {
    padding-top: 100px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 100 !important;
}
.bi__outsideBox.bg-light {
    padding: 0;
}
.bi__outsideBox.sustain .outsideBox__content h2:before {
    margin: auto;
    left: 0;
    right: 0;
}
.top__headingContent .small {
    font-size: 37px;
}
.paragraph p {
    font-size: 18px;
    height: 54px;
}

.top__headingContent .big {
    font-size: 77px;
}
.outsideBox__img.right h4 {
    font-size: 21px;
    font-weight: 100;
    line-height: 1.4em;
}
p.big {
    font-size: 20px;
}
.bi__contact {
    position: relative;
    padding: 60px 60px !important;
    box-shadow: 0 0 10px #00000041;
    border-radius: 30px;
    background-color: #fff;
    margin-top: -100px;
    z-index: 9;
    margin-bottom: 80px;
}
.bi__contact .img__withContent {
    gap: 20px;
}
.bi__contact .img__withContent img {
    height: auto;
}
.bi__projects {
    padding: 120px 0;
}
.main__projects {
    position: relative;
}

.main__projects .d-flex {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    color: #fff;
}

.main__projects .d-flex a {
    width: 60px;
    line-height: 59px;
    font-weight: 900 !important;
}
.projects__items h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.resource__item img {
    width: 100%;
}
.bi__feelEasy :is(h2, p) {
    max-width: 1000px;
    margin: auto;
}

.bi__feelEasy p {
    margin-top: 25px;
}
.bi__outsideBox .col-md-5 .outsideBox__img {
    text-align: center !important;
    margin-left: auto !important;
    justify-content: end !important;
}

.resource__item {
    padding-right: 30px;
}

.resource__item p {
    opacity: 0.6;
}

.resource__item a {
    position: relative;
}
.resource__item a:before {
    content: "";
    width: 135%;
    height: 2px;
    background-color: #0d6efd;
    display: block;
    position: absolute;
    bottom: -4px;
}
.resource__item a:after {
    content: url("../img/arrow.png");
    position: absolute;
    right: -20px;
    filter: contrast(4);
}
ul.navbar-nav {
    justify-content: center !important;
    margin: 0 !important;
    height: 100%;
  
}

li.nav-item {
    margin-left: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
div#navbarSupportedContent {
    justify-content: end;
}
.outsideBox__img.right.mt-4 {
    text-align: left !important;
    font-weight: 100 !important;
}
#engineering .outsideBox__img {
    justify-content: start !important;
}
.main__projects img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.main__projects a h3 {
    color: #fff;
    width: 100%;
}
.projects__items img {
    height: 230px;
    object-fit: cover;
}
.bi__outsideBox .col-md-5 .outsideBox__img img {
    width: 270px;
}

.projects__items h3 {
    color: #000 !important;
}

.projects__items {
    margin-bottom: 55px !important;
}
.bi-dropdown {
    background-color: #082d57 !important;
    padding: 20px 30px 20px !important;
    border-radius: 20px !important;
}

.bi-dropdown li {
    font-size: 14px;
    /* padding: 10px 0px !important; */
    position: relative !important;
    width: 200px !important;
    text-transform: capitalize;
    font-weight: 100 !important;
}
.bi-dropdown li a:hover {
    background-color: transparent !important;
}

a.dropdown-item {
    padding: 5px 0 !important;
}
.bi-dropdown li:nth-child(3) {
    border-bottom: unset !important;
}

/*.bi-dropdown li:before {*/
/*    content: "→" !important;*/
/*    position: absolute !important;*/
/*    right: 0 !important;*/
/*    color: #fff !important;*/
/*    top:10px !important;*/
/*    bottom:0 !important;*/
/*    margin:auto !important;*/
/*    font-size:30px !important;*/
/*}*/
#dropdownMenuButton:hover .bi-dropdown {
    display: block !important;
}

.content-color .outsideBox__content {
    background-color: #f4f8fd;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.bi__outsideBox.img-left .col-md-5 .outsideBox__img {
    justify-content: center !important;
    margin-right: auto !important;
    text-align: center !important;
}
.outsideBox__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
input {
    height: 50px;
}
.border-end.border-info,
.border-top.border-info {
    border-color: #172948 !important;
}
section.bi-hero.contact.projects {
    margin-top: -23px;
}
.container-fluid .outsideBox__img img {
    width: 100%;
}

.bi__outsideBox .container-fluid .row {
    max-width: 1615px;
    margin-left: auto;
}
video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 900px;
    object-fit: cover;
    filter: brightness(0.5);
}
.bi__outsideBox.local img {
    width: auto !important;
}

.bi__outsideBox.local .col-md-5 .outsideBox__img {
    justify-content: center !important;
}
.bi__outsideBox.no-left-padding .outsideBox__content {
    padding-left: 0;
}
.bi__outsideBox .col-md-5 .outsideBox__img.center-img {
    justify-content: center !important;
}
.no-left-padding {
    padding-left: 0 !important;
}
a.navbar-brand {
    position: relative;
    z-index: 999;
}

button.navbar-toggler {
    position: relative;
    z-index: 9999;
}
.ui-tabs {
    border: none !important;
    margin-top: 70px;
    height: 100%;
    background-color: transparent !important;
}

.ui-tabs .ui-tabs-nav {
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #0000001a !important;
    border-radius: 0;
    width: 14%;
}

.ui-tabs .ui-tabs-nav li {
    background-color: transparent;
    border: none !important;
    text-align: center !important;
}

.ui-tabs .ui-tabs-nav li a {
    color: #000 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #5699f1 !important;
    font-weight: 600;
}
.ui-tabs-panel {
    width: 82% !important;
    height: 100% !important;
    margin: auto !important;
}

.ui-tabs-panel h2 {
    font-size: 46px;
    color: #5699f1;
}
.timeline-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*********  sliders *******/
.home-sliders {
    width: 100%;
    min-height: 550px;
}

.home-sliders h2 {
    font-size: 20px;
    width: 100%;
}

.gallery-slider img,
.home-sliders img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.home-slider-1 .swiper-slide {
    height: 450px;
}
.home-slider-2 .swiper-slide {
    height: 100%;
}
.home-slider-2 img {
    height: 300px;
}
.home-slider-1 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #1771e9, transparent);
    border-radius: 0 0 15px 15px;
    transition: 0.3s ease-in-out;
}

.home-slider-1 a:hover:before {
    height: 200px;
}

.home-slider-1 a {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 15px;
}

.home-slider-1 h2 {
    position: absolute;
    bottom: 8%;
    color: #fff;
}

.control-btns-1 {
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    z-index: 1;
    gap: 20px;
}
.control-btns-2 {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    z-index: 1;
    gap: 20px;
}

.gallery-slider img {
    height: 500px;
}

.gallery-slider {
    width: 100%;
    min-height: 550px;
    margin-top: 80px;
}

.timeline-slide {
    width: 100%;
    height: 500px;
}

.timeline-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
@media(max-width:1200px) {
    .timeline-slide {display:none !important}
}

.timeline-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.swiper-years {
    right: -30px !important;
    height: 200px !important;
    width: 90px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-years .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
    border-radius: 100vw;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-years .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#b9dbff !important
}



  

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: none !important;
  }

  .letter-spaceing-2 {
    letter-spacing: 2px;
  }