 /* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: open sans;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    display: inline-block!important;
    outline: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    outline: none;
    border: 1px solid transparent;
    border: 3px solid #777;
    box-shadow: none;
}
.socel_icon {
    margin-top: 35px;
}

.header_sec .navigation_links ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: open sans;
    z-index: 9;
    text-transform: uppercase;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #fff!important;
}
.socel_icon a {
    color: #000;
    display: flex;
    gap: 23px;
}
ul.navbar-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 100vw;
    height: 100%;
    background: #e34b1b;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, calc(0% - -30px) 0);
}
.navbar-expand-lg .navbar-nav li:first-child {
    padding-left: 90px;
}
a.nav-link {
    font-size: 18px;
    color: #fff!important;
    text-transform: uppercase;
}
.test a {
    font-size: 18px!important;
    color: #000000 !important;
    padding-right: 35px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 17px 0 15px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 52px!important;
    margin-bottom: -1px!important;
}
.navbar-nav{
    position: relative;
}
.navbar-nav>li{
    position: relative;
    z-index: 9;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0;
    overflow: hidden;
}
.header_sec .navigation_links ul {
    gap: 69px!important;
}

div#navbarSupportedContent {
    flex-direction: column;
    align-self: self-end;
}
.test.ms-auto.mb-2.mb-lg-0 {
    margin-bottom: 40px !important;
}
header.header.dark_header {
    position: sticky;
    top: 0;
    transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;
    transition-duration: 400ms;
}
/* hero section start from here */
.hero_sec {
    background-image: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
}
.hero_text {
    padding: 240px  0 77px;
}
h1 {
    color: #00aeff;
    font-size: 70px;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
 h6 {
    font-size: 16px!important;
    color: #9297a3;
}
h2{
        font-size: 49px;
    line-height: 1;
    color: #fff;
/*    max-width: 785px;*/
    font-family: "Bricolage Grotesque", sans-serif;
}
.heading_border{
    position: relative;
}
h3{
    font-size: 46.28px;
    font-weight: 700;
    color:#00aeff;
    position: relative;
}
h4 {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 24px;
    font-weight: 400px;
}
.sector h4{
    padding-top: 24px!important;
}
.heading_border:after {
    content: "";
    position: absolute;
    width: 91px;
    height: 5px;
    background: #000;
    left: 50%;
    bottom: -14px;
    transform: translate(-50%);
}
.heading_border:before {
    content: "";
    position: absolute;
    width: 213px;
    height: 3px;
    background: #0eaaed;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%);
}
p{
    font-size: 20px;
    font-weight: 500;
    font-family: poppins;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.header.top_header {
    background: #f0f0f0!important;
    z-index: 999999;
}
.header {
    padding-top: 8px;
    z-index: 999;
    background: #ffff;
}
.header {
    transition: ease-in-out 0.3s;
    top: 0;
    z-index: 999;
    width: 100%;
   background: #fff!important;
} 
section#region {
    padding-bottom:90px;
}
.dark_header .test.ms-auto.mb-2.mb-lg-0 {
    margin-bottom: 15px !important;
}

.outer_container{
    max-width: 990px;
    padding:0 2%;
}
.about_btn a {
    font-size: 36px;
    padding: 25px;
    color: #fff;
    background: #8fcd06;
    font-family: "Bricolage Grotesque", sans-serif;
    border: 1px solid;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.hero_text h2 {
    max-width: 785px;
margin: 0;
}

.service_sec {
    background: #f5f5f5;
    padding: 90px 0!important;
}
.sevice_section p {
    max-width: 701px;
    margin: 0 auto;
}
section.about_section {
  padding: 90px 0px !important;
}
.services_teams p {
    font-size: 17px;
    line-height: 26px;
    color: #3c3c3c;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.services_teams {
    filter: drop-shadow(0 0 4px rgba(228,228,228,0.75));
    background-color: #ffffff;
    padding: 45px;
    border-radius: 15px;
    height: 375px;
}
.service_text {
    margin-top: 60px;
}
.service_text p {
    margin: 20px 0;
    max-width: 1033px;
/*    height: 136px;*/
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}
p.service_des {
    max-width: 993px;
    font-size: 25px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
section.sector_sec {
    padding: 90px 0 !important;
}
.location img, .mail img {
    width: 50px;
}
.location a, .mail a {
    font-size: 17px;
}
.sector {
    filter: drop-shadow(0px 4px 2px rgba(9,9,9,0.17));
    background-color: #ffffff;
    height: 248px;
    border-radius: 15px;
}
.about_btn {
/*    margin-bottom: 55px;*/
    margin-top: 55px;

}
.footer_be p {
    margin-bottom: 50px;
}

a.navbar-brand {
    margin-bottom: 12px;
}
footer {
    background: #000;
    position: relative;
    padding: 70px 0;
        z-index: 1;
}
.likedin img {
    width: 37px;
}
footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    
}
a.my_card img {
    height: 35px;
    width: 49px;
    object-fit: cover;
    border-radius: 5px;
}
.socel_icons.d-flax {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 45px;
}
footer a {
    color: #fff!important;
    font-size: 25px;
}
.footer_nav a {
    font-size: 17px;
    padding: 45px 0;
}




