@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
    --secondary-color: #F8FBD8;
    --white-color: #FFFFFF;
    --color-text: #4A4A4A;
    /* --main-font: "Playfair Display", serif; */
    /* --main-font: "Fraunces", serif; */
    --main-font: "Comfortaa", sans-serif;
    --para-font: 'Inter', sans-serif;
    --gradient-main: linear-gradient(180deg,
            #FBD705 0%,
            #F36F21 100%);
    --main-color: #1e4582;
    --primary: #dd893b;
    --light: #F7F8E7;
    --orange: #F68B1F;
    --gradient-border: linear-gradient(180deg,
            #E4ED64 0%,
            #F36F21 50%,
            #FFFFFF 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font) !important;
    color: var(--primary-color);
}

p {
    font-family: var(--para-font) !important;
}

.collapse {
    visibility: 0 !important;
}

/* -----header_css----- */

#mainHeader {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    z-index: 9999;
    transition: all 0.4s ease;
}

#mainHeader .navbar {
    background: #eeececc9;;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.858);
    border-radius: 10px;
    transition: all 0.4s ease;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: 0;
    max-height: fit-content;
}

#mainHeader.scrolled {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#mainHeader.scrolled .navbar {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.858);
    backdrop-filter: blur(15px);
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-link {
    color: #4A4A4A !important;
    font-weight: 700;
    transition: 0.3s;
    font-family: var(--main-font) !important;
    letter-spacing: .5;
    font-size: 16px !important;
}

.nav-link:hover {
    color:  var(--primary) !important;
    border: none;
}

.navbar-nav {
    gap: 20px;
    align-items: center;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-brand {
    margin-right: 0;
    outline: none !important;
}

.header_button {
    margin-left: auto;
    display: flex;
}

.header_button a {
    color: var(--white-color);
    text-decoration: none;
        font-size: 16px;
        font-family: var(--main-font);
}
.header_button a:hover{
    color: var(--white-color);
    outline: none;
    text-decoration: none;
}
.nav-link {
    font-weight: 400 !important;
    font-size: 14px;
    outline: none !important;
}

.nav-link.active {
    color: var(--primary) !important;
    outline: none !important;
    font-weight: 800 !important;
}

.header_button {
    background: linear-gradient(85deg, #00a651, #2d8b5b);
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    outline: none;
    width: fit-content;
    letter-spacing: .6px;
}

.header_button:hover {
    transform: translateY(-2px);
    color: var(--white-color);
    text-decoration: none;
    outline: none;
    background: linear-gradient(85deg, #17469e, #dd893b);
}


 @media  (min-width: 991px){
       div#navbarSupportedContent {
    display: flex !important;
    justify-content: space-evenly;
}
 }
 
@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 20px;
        text-align: center;
        background: rgba(0, 0, 0, .85);
        padding: 20px;
        border-radius: 20px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .header_button {
        width: 100%;
        margin-top: 15px;
        justify-content: center;
    }

    .navbar-toggler {
        background: white;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.navbar-brand {
    flex: 1;
    padding: 0 !important;
}

.navbar-brand img {
     width: 240px;
    height: inherit;
    object-fit: cover;
    padding-left: 0;
}

.navbar-collapse {
    flex: 1;
}

.header_button {
    flex-shrink: 0;
}

/* new */


.navbar-nav .nav-link {
    color: #222;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f5b400;
    font-weight: bold;
    /* text-decoration: underline; */
}

/* about_banner */
/* From Uiverse.io by Gaurav-WebDev */ 
.button {
    height: 40px;
    width: fit-content;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid var(--main-color);
    overflow: hidden;
    border-radius: 30px;
    color: var(--primary);
    transition: all 0.5s ease-in-out;
    padding: 0px 23px;
}

.btn-txt {
  z-index: 1;
  font-weight: 400;
  letter-spacing: 1px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px var(--main-color);
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/* banner */
section.banner{
    position: relative;
}
.banner_part{
position: relative;
}
.banner_part img{
    width: 100%;
    height:590px;
    object-fit: cover;
    
}
.banner_part::after{
    position: absolute;
    content: '';
    background: #020024;
    background: linear-gradient(90deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 46%) 35%, rgb(0 212 255 / 14%) 100%);
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    z-index: 1;
    width:100%;
    height:100%;
}
.banner_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -20%);
    z-index: 9;
    color:var(--white-color);
    width: 66%;
}
.banner_text h1{
    font-size: 50px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--main-font);
}
.banner_text h1 span{
    font-size: 80px;
    font-weight: 700;
    font-size: var(--main-font) !important;
    color: var(--orange);
}
.banner_text p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .9px;
    padding:10px 0px;
}
.banner-tabs{
    display:flex;
    justify-content:flex-start;
    gap:15px;
    margin-bottom:25px;
    flex-wrap:wrap;
    position:absolute;
    bottom: 10%;
    z-index: 9;
    left: 90px;
    right:0;
    margin: 0 auto;
}

.tab-btn{
    padding:16px 34px;
    border:none;
    border-radius:10px;
    background:#7e6f6fb3;
    cursor:pointer;
    font-size:14px;
    font-weight:400;
    transition:.3s;
    display:flex;
    align-items: center;
    gap: 8px;
    color:var(--white-color);
}   
.tab-btn svg{
    width:20px;
    height:20px;
}

.tab-btn:hover{
    background:var(--primary);
    color:#fff;
}

.tab-btn.active{
    background:var(--primary);
    color:#fff;
}

/* about_section */
.about{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.about_content h6{
   position: relative;
   font-size: 16px;
   font-weight: 600;
   color: var(--primary);
   position: relative;
}
.about_content h6::after{
    position: absolute;
    content: '';
    background-color: var(--main-color);
    width: 68px;
    height: 5px;
    border-radius: 2px;
    right: -78px;
    top: 7px;
}
.right_about_images{
  padding:0;
  margin:0;
}
.right_about_images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_heading{
    width: 84%;
    margin: 0 auto;
}
.about_heading h2{
    font-size: 45px;
    font-weight: 600;
    margin: 50px 0;
    letter-spacing: 0.4px;
    line-height: 50px;
}
.about_heading span{
    font-size: 40px;
    font-weight: 600;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 6px 11px;
    border-radius: 10px;
    /* font-family: "Bodoni Moda", serif !important; */
    font-family: "Cormorant Upright", serif !important;
}
.about_info{
    display:flex;
    justify-content: start;
    align-items: center;
    gap:100px;
}
.about_top_images{
    width: 170px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
}
.mid_about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mid_about .number_about{
  width: 50%;
}
.mid_about .about_para{
   width: 50%;
}
.mid_about .about_para p{
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
    margin-bottom: 50px;
    color: var(--color-text);
}
.number_about .inner-text{
    background-color: #ffffff;
    width: 400px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.number_about .inner-text  h2{
    font-size: 250px;
    font-weight: 800;
    font-family: "Bodoni Moda", serif !important;
        color: var(--main-color);
        position: absolute;
        z-index: 6;
        left: 83px;
}
.number_about  span{
   font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 144px;
    z-index: 5;
    color: var(--main-color);
    top: 90px;
}
.number_about  span::before{
    background-color: #199e56;
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    left: -22px;
    right: 0px;
    z-index: -1;
    border-radius: 50px;
    top: -26px;
}
.about_background {
    position: absolute;
    right: 0;
    bottom: -280px;
    opacity: .8;
    width: 550px;
    height: 100%;
    object-fit: contain;
}

/* new_about */
.new_about_section{
    padding: 80px 0;
}
.left_images_about{
    overflow: hidden;
}
.left_images_about img{
    width: auto;
    height: 450px;
    object-fit: cover;
}
.about_info_part{
    overflow: hidden;
}
.about_info_part h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 40px;
}
.about_info_part p{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    color: var(--color-text);
    text-align: justify;
    word-spacing: 0px;
}
.text_box_about{
    position: absolute;
    bottom: -25px;
    left: 65px;
    background: #dd893b;
    padding: 21px 30px;
    border-radius: 10px;
    border: 2px solid #ffffffbd;
}
.text_box_about h3{
    font-size: 90px;
    font-weight: 800;
    color: var(--white-color);
    text-align: center;
}
.text_box_about p{
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
}
.project_ul{
       list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin: 40px auto;
}
.project_ul img{
    width: auto;
    height: 40px;
    object-fit: cover;
}
.project_ul li {
    display: grid;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid #00000037;
    padding: 0px 17px;
}
.project_ul li:first-child{
    padding-left: 0px;
}
.project_ul li:last-child{
    border-right: none;
}
.project_ul li p{
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
}
.part{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.part span{
    font-size: 30px;
    font-weight: 800;
    color: var(--main-color);
}

/* what_we_section */
.what_we_section{
    padding: 80px 0;
}
.we_part{
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 7px;
}

.box_part{
    flex:1;
    min-width:0;
    transition:all .6s cubic-bezier(.4,0,.2,1);
    cursor:pointer;
    height: 350px;
  transition: transform 0.3s ease;
  transform-origin: bottom;

}
.we_part .box_part:hover{
    flex:1.1;
}

.img_part{
    width:100%;
    height:300px;
    overflow:hidden;
    transition:all .6s ease;
}
.box_part:hover .img_part{
    height:380px;
}
.img_part img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .8s ease;
}
.box_part:hover img{
    transform:scale(1.12);
}
.text_part{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:18px;
    padding-left: 10px;
}

.text_part h4{
    font-size:20px;
    line-height:1.4;
    color:#002b6b;
}

.button_arrow{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#3fd274;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
}
.button_arrow .arrow path{
    stroke:#000;
    transition:.35s;
}

.box_part:hover .button_arrow{
    background:#002b6b;
    transform:rotate(-45deg);
}

.box_part:hover .button_arrow path{
    stroke:#fff;
}
.do_heading h2{
font-size: 40px;
font-weight: 500;
color: var(--main-color);
margin-left: 20px;
padding: 15px 0px;
}
.we_do {
    margin-bottom: 20px;
}

/* business_section */

.business_section{
    position: relative;
    padding: 80px 0px;
    height: 550px;
}
.business_images{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    width:100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0%, 58% 100%, 0% 100%);
}
.main_business_part{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    width:100%;
    z-index: 9;
}
.business_section::after{
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    background-color: #0000009b;
    top:0;
    bottom:0;
    z-index: 1;

}
.main_business_part{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.project_business {
    text-align: end;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 2fr);
    gap: 10px;
}
.project_business h3{
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  font-size: 80px;
    font-weight: 900;
    color: var(--white-color);
    /* margin-bottom: 30px; */
        background: #f58220;
    padding: 22px 18px;
    border-radius: 15px;
        width: 189px;
    height: 180px;
   
}
.project_business h3 span:first-child{
   font-size: 80px;
}
.project_business h3 span .plus{
       font-size: 80px;
}
.project_business h3 span{
    font-size: 22px;
    font-weight: 500;
}
.heading_business h2 {
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    width: 60%;
    /* margin: 26px 0; */
    display: grid;
     /* font-family: var(--para-font) !important; */
     
}
.heading_business h2 span{
    font-weight: 600;
font-family: "Quicksand", sans-serif !important;
font-size: 80px;
}

/* mimeston section */

.mileston_section{
    padding: 60px 0;
}
.mile_button{
    margin-top: 20px;
}
.mile_part ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 3px dotted #f58220;
    list-style: none;
    margin-top: 20px;
}
.all_photo{
  column-width: 140px;
  column-gap: 6px;
  padding: 6px;
  gap: 6px;
}

.all_photo img{
  width: 100%; 
  margin: 6px auto;

}
.right_project_photo{
    height: 360px;
    overflow: hidden;
}
.left_text_part h6{
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}

.foundations_images {
    display: flex;
    gap: 10px;
    height: 360px;
}

.marquee-content img {
    width: auto;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.left_marque,
.right_marque {
    width: 50%
}

.marquee,
.marquee_right {
    height: 100%;
    overflow: hidden;
}

/* Left Column */
.marquee .marquee-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollDown 100s linear infinite;
}

/* Right Column */
.marquee_right .marquee-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 100s linear infinite;
}

.marquee:hover .marquee-content,
.marquee_right:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scrollDown {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes scrollUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}


.left_text_part h2{
font-size: 31px;
    font-weight: 600;
    padding: 1px 0;
    color: var(--main-color);
    padding-bottom: 16px;
}
.left_text_part p{
    font-size: 15px;
    padding: 5px 0;
    color: var(--color-text);
}
.left_text_part button{
    margin-top: 30px;
}
/* footer section */

footer{
background: #238a55;
padding: 55px 0;
padding-bottom: 0px;
overflow: hidden;
}
.footer_logo img {
    width: auto;
    height: 60px;
    object-fit: cover;
    filter: brightness(18.5);
}
.footer_logo p{
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    padding:18px 0px;
}
ul.social_link {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.link_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.link h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--white-color);
    position: relative;
    border-bottom: 2px solid var(--main-color);
    width: fit-content;
    padding-bottom: 10px;
    font-family: var(--para-font) !important;
}

.link_ul li{
    padding: 5px 0;
}
.link_ul li a{
   color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all .5s ease;
    padding: 4px 0px;
    letter-spacing: .4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    outline: none;
    text-decoration: none;
}
.link_ul li a .icon{
     width: 40px;
    background: #f58220;
    padding: 10px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.link_ul li a .icon svg{
    height: 14px;
}
.link_ul li a .icon path{
        fill: #fff !important;
    
}
.link_ul li a:hover{
    color: var(--white-color);
    font-weight: 600;
    transition: all .9s ease;
    /* text-decoration: none; */
    font-size: 16px;
}
.button_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ffffff75;
    padding-top: 18px;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;

}
.button_footer p{
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    opacity: .8;
    cursor: pointer;
}
.button_footer p a{
    color: var(--white-color);
    text-decoration: none;

}

/* new_what_we_section */

.new_what_we_section{
    padding: 80px 0;
}
.top_heading h2{
font-size: 40px;
font-weight: 800;
color: var(--main-color);
}
.top_heading h2 span{
    color:#f58220;
    font-family: var(--main-font) !important;
    font-weight: bolder !important;
    
}
.work_box{
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.work{
    border-radius: 5px;
    overflow: hidden;
     cursor: pointer;
}
.work_img_part {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: all .6s ease;
    position: relative;
}
.work_img_part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
    position: relative;
}
.work_img_part::after{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.279);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 1;
}
.inner_part{
    position: absolute;
    left: 0;
    right: 0;
   bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(10 32 67 / 72%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 1s ease;
    display: grid;
    gap: 0;
}
.inner_part h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
}
.button_arrow_new{
     background: var(--primary);
    padding: 8px;
    border-radius: 50px;
    transition: all .5s ease;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
     transform: translate(-100%, 20%);
}
.work_img_part:hover .inner_part{
 opacity: 1;
    transform: translate(0%, 0%);
    transition: all .9s ease;
}
.work_box:hover .work_img_part::after{
    opacity: 0;
    transition: all .9s ease;
     transform: translate(0%, 0%);
}
.work_img_part:hover .button_arrow_new{
    transform: translate(0%, 20%);
    transition: all .9s ease;
   
}



/* about_section */

.inner_banner {
    position: relative;
    padding: 0px;
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.inner_heading{
    position: absolute;
    left: 49px;
    transform: translateY(304%);
    color: var(--white-color);
    z-index: 99;
    text-align: left;
}
.inner_banner_img{
 object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
}
.inner_banner::after{
    position: absolute;
    content: '';
    background: #2a2c33;
    background: radial-gradient(circle, rgba(42, 44, 51, 0.6) 0%, rgba(0, 0, 0, 0.813) 100%);
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    z-index: 1;
    width:100%;
    height:100%;
}

.info_about{
    padding: 80px 0;
    background: #ece8e8;
}
.sec_images {
    width: 350px;
    height: 244px;
    object-fit: cover;
    position: absolute;
    border-radius: 5px;
    right: 0;
    bottom: 18px;
}
.fast_images {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.info_about_img{
    position: relative;
    height: 450px;
}
.info_about_text{
    padding: 0px 20px;
}
.info_all{
 padding: 20px 0px;
 background: #eceaea;
}
.info_about_text h6{
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
}
.info_about_text h2{
  font-size: 28px;
    font-weight: 600;
    color: #00a651;
    padding: 10px 0px;
    font-family: var(--main-font) !important;
    margin-bottom: 20px;
}
.info_about_text p{
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    padding: 5px 0px;
        text-align: justify;
    word-spacing: -1px;
}
.info_about_text h5{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
}

.about_number_part {
    padding-bottom: 64px;
    padding-top: 34px;
}
.heading h2{
font-size: 27px;
    font-weight: 800;
    color: #1e4582;
    padding-bottom: 24px;
    word-spacing: 3px;
}
.left_about h3{
     font-size: 18px;
    font-weight: 800;
    color: #00a651;
}
.left_about p{
    font-size: 14px;
    font-weight: 400;
    color: #828080;
    padding: 10px 0px;
}
.about_number_tab{
    display: flex;
    justify-content: space-between;
    list-style: none;
    position: absolute;
    left: -130px;
    margin: 0;
    padding: 0;
    bottom: 62px;
    gap: 10px;
}
.about_number_tab li{
    align-items: center;
    padding: 10px 10px;
    background: #666;
    border-radius: 5px;
    width: 170px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.about_number_tab li p{
    font-size: 50px;
    font-weight: 800;
    color: var(--white-color);
    text-align: center;
    padding:0;
    margin:0;
    font-family: var(--main-font) !important;
}
.about_number_tab li .number_span{
    font-weight: 500;
    color: var(--white-color);
    margin: 0 auto;
    width: 100%;
  text-align: center;
    display: block;
}
.about_number_tab li:first-child{
  background-color: var(--primary);
}
.about_number_tab li:nth-child(2){
  background-color: var(--main-color);
}
.about_number_tab li:nth-child(3){
  background-color: #00a651;
}

/* map_section */

.map_section {
    padding: 80px 0;
    background-color: #f58220;
    padding-bottom: 0;
}
.map_part_img{
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.map_part_img img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}
.text_map{
    text-align: left;
}
.text_map h6{
    font-size: 12px;
    font-weight: 600;
    color: var(--white-color);
    position: relative;
    margin-bottom: 20px;
}
.text_map h6::after{
    position: absolute;
    content: '';
    background-color: var(--white-color);
    width: 68px;
    height: 2px;
    border-radius: 2px;
    left: 115px;
    top:5px;
    bottom:0;
}
.text_map p{
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    padding: 10px 0px;
    text-align: justify;
    word-spacing: -3px;
}
.text_map h3{
    font-size: 34px;
    font-weight: bold;
    color: var(--main-color);
    margin: 35px auto; 
}
.text_map h4{
    display: grid;
    text-align: center;
    justify-content: flex-start;
    font-size: 60px;
    font-weight: 800;
    font-family: var(--para-font) !important;
    margin: 40px 0;
    color: var(--white-color);
    width: 300px;
    height: auto;
    padding: 20px 25px;
    border-radius: 10px;
        box-shadow: rgb(235 235 240 / 22%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(0 10 29) 0px -2px 6px 0px inset;
    background: #0d2c68;
}
.text_map h4 span{
    font-size: 15px;
    font-weight: 400;
    color: var(--white-color);
    text-align: center;
    padding: 10px 0;
}
/* team_section */
.team_section {
    background: #eff0f2;
    padding: 80px 0;
}
.team_heading{
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
    padding-top: 0px;
} 
.team_heading h2{
    font-size: 40px;
    font-weight: bold;
    color: var(--main-color);
    width: 66%;
    margin: 0 auto;
}
.team_heading p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    width: 80%;
    margin: 26px auto;
}
.team_box_main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}
.team_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 4px;
    text-align: center;
    margin: 10px auto;
    background: #fff;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    cursor: pointer;
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

/* CARD HOVER */

.team_box:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, .15);
}
.team_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
    display: block;
    transition: transform .6s ease;
    position: relative;
    z-index: 0;
}
.team_box::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    width:100%;
    height:100%;
    z-index: 11;
    opacity: 0;
}
.team_box:hover::after {
    opacity: 1;
    background-color: #0f2a56cc;
    z-index: 0;
}
.team_box:hover img {
    transform: scale(1.05);
}
.text_part_profile {
    position: relative;
    z-index: 1111;
    background: #fff;
    padding: 1px 0px;
    border-radius: 5px;
}
.team_box h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    padding: 0;
    margin: 10px 0 0;
    font-family: var(--main-font);
}

.team_box p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    padding: 0;
    margin: 4px 0 15px;
    opacity: .8;
    font-family: var(--para-font);
}


/*VIEW PROFILE BUTTON*/

.team_box .profileBtn {
    position: absolute;

    left: 50%;
    top: 50%;
    transform: translate(-50%, 25px);
    opacity: 0;
    visibility: hidden;
    border: 0;
    padding: 11px 24px;
    border-radius: 30px;
    background: linear-gradient(
        90deg,
        #E4ED64 0%,
        #F36F1F 100%
    );
    color: #fff;
    font-family: var(--main-font);
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        box-shadow .3s ease;
    z-index: 5;
}

.team_box:hover .profileBtn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.team_box .profileBtn:hover {
    box-shadow: 0 10px 25px rgba(243, 111, 31, .35);
    transform: translate(-50%, -3px);
}

.profileModal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .35s ease,
        visibility .35s ease;
    z-index: 99999;
}
.profileModal.active {
    opacity: 1;
    visibility: visible;
}
.profileModalContent {
    position: relative;
    width: 100%;
    max-width: 750px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 35px;
    background: #fff;
    border-radius: 25px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .3);
    transform:
        translateY(40px)
        scale(.95);
    transition:
        transform .4s ease;
}
.profileModal.active .profileModalContent {
    transform:
        translateY(0)
        scale(1);
}
.profileModalImage {
    width: 220px;
    height: 270px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 18px;
}
.profileModalImage img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .5s ease;
}
.profileModalContent:hover .profileModalImage img {
    transform: scale(1.04);
}
.profileModalDetails {
    flex: 1;
}
.profileModalDetails h2 {
    margin: 0 0 8px;
    color: var(--main-color);
    font-family: var(--main-font);
    font-weight: 700;
}
.profileModalDetails h5 {
    margin: 0 0 15px;
    color: var(--accent-color);
    font-family: var(--main-font);
}
.profileModalDetails p {
    margin: 0;
    color: var(--color-text);
    font-family: var(--para-font);
    line-height: 1.7;
}
.profileModalClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: .3s ease;
}

.profileModalClose:hover {
    background: var(--orange);
    transform: rotate(90deg);
}
@media (max-width: 991px) {
    .team_box_main {
        flex-wrap: wrap;
    }
    .team_box {
        width: calc(50% - 15px);
    }
    .team_box img {
        height: 350px;
    }
}

/* servicess css */


.services_heading {
    padding: 39px 0;
    text-align: center;
}
.services_heading h2{
    font-size: 40px;
    font-weight: bold;
    color: var(--main-color);
}
.services_heading p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
}
.services_box{
    overflow: hidden;
    padding-bottom: 80px;
}
.services_row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_box_text h3{
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    padding: 20px 0px;
}
.services_box_text p{
  font-size: 14px;
    text-align: justify;
    word-spacing: -2px;
    color: var(--color-text);
    padding-bottom:20px;
}
.services_box_images{
    position: relative;
    padding: 20px;
}
.services_box_images img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.services_box_images::after{
    position: absolute;
    content: '';
    background-color: rgb(245 130 32 / 75%);
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    width: 90%;
    height: 90%;
    border-radius: 10px;
}   


/* gallery css */
.gallery_section{
    padding: 80px 0;
}
.filter {
	text-align: center;
	width: 100%;
}
.switcher {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 5px;
	margin-bottom: 20px;
}
@media (max-width: 576px) {
	.switcher {
		gap: 8px;
	}
}
.switcher li {
	padding: 10px 15px;
	cursor: pointer;
	background-color: #eee;
	min-width: 105px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}
.switcher li.active,
.switcher li:hover {
	background: #2196f3;
	color: #fff;
}
@media (max-width: 576px) {
	.switcher li {
		min-width: calc(50% - 4px);
	}
}
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 15px;
	padding: 20px;
	margin-top: 20px;
}
@media (max-width: 480px) {
	.gallery {
		grid-template-columns: 1fr;
		padding: 10px;
	}
}
.item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	transition: 0.3s;
}
@media (max-width: 480px) {
	.item {
		min-height: 150px;
		font-size: 18px;
	}
}
.item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}
.web {
	background: #60a5fa;
	background: linear-gradient(135deg, #60a5fa, #3b82f6);
}
.gfx {
	background: #c084fc;
	background: linear-gradient(135deg, #c084fc, #a855f7);
}
.marketing {
	background: #34d399;
	background: linear-gradient(135deg, #34d399, #10b981);
}
.SRDA {
	background: #c92626;
	background: linear-gradient(135deg, #60a5fa, #c92626);
}
.PHED {
	background: #60fa63;
	background: linear-gradient(135deg, #60a5fa, #60fa63);
    width: auto;
    height: 200px;
    overflow: hidden;
    object-fit:contain;
}
.PHED img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}
.SRDA img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}
.marketing img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}
.gfx img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}
.web img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}
.SRDA img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover;
}

/* contact_page */
.conten_section {
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    position: relative;
    margin-top: -80px;
    z-index: 9;
    padding-bottom: 80px;
}
.main_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap:10px;
    padding:50px 0;
    flex-wrap: wrap;
    padding-top: 193px;
}
.inner_heading.contact_banner {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
.top_contact_heading {
    padding-top: 122px;
}
.top_contact_heading h2{
 font-size: 40px;
 font-weight: bolder;
 color: var(--main-color);
}
.location h6{
    font-size: 20px;
    font-weight: bolder;
    color: var(--orange);
    padding: 10px 0;
}
.top_contact_heading p{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    color: var(--main-color);
    word-spacing: .8px;
}
.content_box {
    width: auto;
    height: auto;
    align-items: center;
    text-align: left;
    padding: 0px 25px;
    background-color: var(--main-color);
    border-radius: 10px;
    overflow: hidden;
}
 .content_box p{
    color: var(--white-color);
  
 }
 .content_box:hover p{
    color: var(--white-color);
      /* padding-top: 50px; */
 }
.content_box:hover{
    background: var(--orange);
}
.content_box .icon{
    background-color: var(--orange);
    width: 100px;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto;
    padding:20px;
    border-radius: 10px;
}
.content_box:hover .icon{
background: var(--main-color);
}

.content_box .icon svg{

}
.content_box a{
  font-size: 20px;
    font-weight: bolder;
    color: var(--white-color);
    text-decoration: none;
    outline: none;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 23px;
}
.content_box a:hover{
    text-decoration: none;
    color:var(--white-color)
}
.content_box a:focus{
    outline: none;
}


.map_section_add{
    overflow: hidden;
}







/* profile popup */

.popup{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:opacity .4s ease, visibility .4s ease, backdrop-filter .4s ease;
}

.popup.active{
    opacity:1;
    visibility:visible;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.popup.closing{
    opacity:0;
    visibility:hidden;
}

.popup-content{
    background:#fff;
    width:380px;
    max-width:90%;
    border-radius:12px;
    padding:30px;
    text-align:center;
    position:relative;
    transform:scale(.5);
    opacity:0;
    transition:transform .4s ease, opacity .4s ease;
}

.popup.active .popup-content{
    transform:scale(1);
    opacity:1;
}

.popup.closing .popup-content{
    transform:scale(.7);
    opacity:0;
}

.popup-content img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
    border:4px solid var(--main-color);
    padding:4px;
}

#popupName{
    font-size:22px;
    font-weight:bold;
    color:var(--main-color);
    margin-bottom:6px;
}

#popupDesignation{
    font-size:14px;
    color:var(--primary);
    font-weight:600;
}

.closePopup{
    position:absolute;
    top:12px;
    right:18px;
    font-size:32px;
    cursor:pointer;
    color:#666;
    transition:transform .3s ease, color .3s ease;
    line-height:1;
}

.closePopup:hover{
    transform:rotate(90deg);
    color:var(--primary);
}

.profileBtn{
    margin-top:15px;
    padding:10px 25px;
    border:none;
    border-radius:30px;
    background:#10233D;
    color:#fff;
    cursor:pointer;
}

.profileBtn:hover{
    background:#E4ED64;
    color:#10233D;
}


.map_box{
background-color:#031530;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 50px 0px;
height: 340px;
}
.map_box h4{
    font-size:50px;
    font-weight: bolder;
    color: var(--white-color);
}
.map_inner_part {
    width: 60%;
    margin: 0 auto;
    margin-top: -100px;
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
    border-inline: 32px;
    overflow: hidden;
}

.content_photo{
   position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: 44%;
    bottom: 0;
    left: 43px;
    right: 0;
}
.content_photo img{
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    object-fit: cover;
    height: 400px;
    width: auto;
    position: relative;
    z-index: 1;
    left: 29px;
    right: 0;
    bottom: -21px;
}
.content_photo::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   width: 40%;
    height: 60%;
    background-color: var(--orange);
    z-index: 0;
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

