*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Medium.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Regular.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue Trial Var Roman';
    src: url('../fonts/TTFirsNeueTrialVarRoman.woff2') format('woff2'),
        url('../fonts/TTFirsNeueTrialVarRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue Trial Var';
    src: url('../fonts/TTFirsNeueTrialVarItalic.woff2') format('woff2'),
        url('../fonts/TTFirsNeueTrialVarItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



:root{
    --headerbg:white;
    --black:black;
    --textWhite:white;
    --gradientBg:linear-gradient(133deg, rgba(0,145,160,1) 0%, rgba(9,49,100,1) 100%);
    --bg-section:linear-gradient(180deg, rgba(0, 145, 160, 0.719) 0%, rgba(9,49,100,1) 100%);
}
a{
    text-decoration: none  !important;
    color: var(--black) !important;
    cursor: pointer !important;
}
li{
    list-style: none;
}

body{
    font-family: 'TT Norms Pro',sans-serif;
    font-weight: bold;
    font-style: normal;
}
.nav-link{

    font-size: 17px;

}
.header-nav .nav-link .active,
.header-nav .nav-link:hover{

    border-bottom: 2px solid black !important;
    /* background-color: aqua; */
    /*max-width: 200px;*/
    transition: all ease-in-out 1.5s;
}


.heared{
    /*min-height: 120px;*/
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

    align-items: center;
    /* background-color: var(--headerbg); */


}
.header-logo{
    height: 50px;

}
.header-nav{
    display: flex;
    gap: 40px;
}
.header-nav li{
    list-style: none;
    font-weight: 600;
    font-size: 18px;
}
.menu{
    border: 2px solid rgba(0, 0, 0, 0.308);
    padding: 5px;
    border-radius: 5px;
}
.menu i{
    font-size: 30px;
    cursor: pointer;
}
.small-screen{
    background-color:rgb(255, 255, 255);
    position: absolute;
    top: 100px;
    width: 100%;
    padding: 0px;
    transition: all ease-in-out 1s;
    transform: translatey(-300px);
    z-index: 100;
}
.small-screen-animation{
    background-color:rgb(255, 255, 255);
    position: absolute;
    top: 100px;
    width: 100%;
    padding: 0px;
    transition: all ease-in-out 1s;
    transform: translatey(0px);
    z-index: 100;

}
.small-screen ul{
    padding: 10px;

}
.small-screen ul li{
    font-size: 19px;
}
.small-screen ul li:hover{
    border-bottom: 2px solid black;
}
/* .small-screen-none{
    display: none;

} */


/* buiding sesstion */
.hero-sesstion{
    width: 100%;
   height: 135vh;
    background-image: url('../images/hero-new.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top;
    /* z-index: 66; */
    position: relative;

}
.hero-sesstion::after{
    display: none;
    content: ' ';
    width: 100%;
    position: absolute;

    bottom: 0px;
    height: 100px;
    z-index: 60;
    background-image: linear-gradient(to bottom, rgba(36, 23, 23, 0),#2e7b95);
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%); */
    /* background-color: red; */
}
/*.glasing{overflow-y: hidden;}*/
.glasing:before,
.glasing:after{
    content: '';
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 30%;
    z-index: 31;
}
.glasing:before{
    left: 0;
    background-image: url("../images/left.svg");
    background-position: top right;
}
.glasing:after{
    right: 0;
    background-image: url("../images/right.svg");
    background-position: top left;
}
.bg-section{

    position: relative;
    width: 100%;
    height: 100%;
}
.bg-section::before{
    content: ' ';
    background-image: var(--bg-section);
    width: 100%;
    height: 100%;
    z-index: 30;
    position: absolute;

}
/* .hero-bg{
    position: absolute;
    top: 0%;
    width: 100%;
    min-height: 100%;
   background-color: rgba(10, 106, 119, 0.644);
} */
.bulding{
    width: 100%;

    min-height: 100vh;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

}
.bulding-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-items: center;


    color: var(--textWhite);
    z-index: 40;
}
.bulding-wrap p{
    font-size: 25px;
    text-align: center;

    max-width: 800px;
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
}

.bulding-wrap h1{
    font-family: 'TT Firs Neue Trial Var';
    font-weight: 100;
    font-style: italic;
    font-size: 80px;
    text-align: center;

}
.bulding-wrap h1 b{
    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;
}
.bulding-wrap button{
    text-transform: uppercase;
    padding: 5px;
    border-top-left-radius: 20px;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.747);
    color: var(--textWhite);
    width: 250px;
    font-weight: bold;
    cursor: pointer;
    font-size: 21px;

    height: 55px;
   background-color: rgba(240, 248, 255, 0.068);
    border-bottom-right-radius: 20px;
}
.bulding-wrap>a button:hover{
 background-image: var(--gradientBg);
 transition: all ease-in-out 2.5s;

}
.we-are{
    width: 100%;
    min-height: 100%;
    display: flex;




    flex-direction: column;
    align-items: center;

    /* background: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(2,19,56,1) 10%, rgb(17, 152, 182) 90%, rgba(0,212,255,1) 99%); */
}
.we-are-wrap{


}
.container-who{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    /* background-color: rgb(106, 154, 196); */
   justify-content: center;
    gap: 50px;
    z-index:60;
   ;
}
.img-line{
    width: 40%;
}
.who-rigth{
    width: 40%;
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
    color: var(--textWhite);
    margin-top: 0px;


}
.who-rigth .title h1{
    text-transform: uppercase;
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight: bold;
    font-style: normal;
    color: var(--textWhite);

}
.who-rigth .title{
    display: flex;
   margin-top: 80px;
    align-items: center;
    justify-content: start;
    gap: 30px;
}
.who-rigth button{
    border-top-left-radius: 20px;
    padding: 5px;
    border: 2px solid var(--textWhite);
    color: var(--textWhite);
    width: 180px;
    margin-top: 20px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(240, 248, 255, 0.027);

    border-bottom-right-radius: 20px;
}
.who-rigth a> button:hover{
    background-image: var(--gradientBg);
    transition: all ease-in-out 2.5s;
}
.title .box{
    width: 15px;
    height: 30px;
    transform: skewX(-20deg);
    object-fit: cover;
    border-top-left-radius: 80px;

    border-bottom-right-radius: 80px;
    background-color: var(--textWhite);
}
.img-line{
    position: relative;
    top: -50px;
    left: 30px;



}


.img-line::after{
    content: '';
    position: absolute;

    width: 300px;
    height: 400px;
    transform: skewX(-30deg);

    border-top-left-radius: 60px;

   left: -100px;
    border-bottom-right-radius: 60px;
    bottom: 150px;
    border: 2px solid var(--textWhite);


}
.img-line img{


    width: 500px;
    border: 2px solid var(--textWhite);
    transform: skewX(-30deg);
    object-fit:cover;



    border-top-left-radius: 200px;
    height: 650px;
    border-bottom-right-radius: 200px;
}
.right-text ul{
    margin-top: 20px;
    padding: 0%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.right-text ul li{
    font-size: 22px;

}
.right-text ul li i{
    font-size: 20px;
    margin-right: 10px;
}

.container-buttom{
    margin-top: 200px;
    position: relative;
    bottom: -150px;
    z-index: 20;
    z-index: 40;
}
.container-grid{
    display: grid;

    width: 100%;
    grid-template-columns: repeat(3,1fr);

}
.container-grid::after{
    content: '';
    width: 67%;
    height: 200px;

    position: absolute;
    border: 3px solid white;
    top: 5%;
    border-radius: 15px;
    z-index: -10;
    left: 50%;
   transform: translate(-50%,-50%);

}
.container-grid .item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.container-grid .item{
    position: relative;
}
.text-bottom{
    padding: 35px;
    bottom: 0;
    height: 250px;
    position: absolute;
    color: var(--textWhite);
    background-color: rgba(0, 0, 0, 0.678);
}
.text-bottom h2{
    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;

}
.text-bottom p{
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}
.icon{
    width: 70px;
    height: 70px;
    color: white;
    /* border: 2px solid white; */
    position: absolute;
    border-radius: 50%;
    display: flex;
    z-index: 20;

    background-color: rgb(7 59 94);
    border: 3px solid white;
    justify-content: center;

    box-shadow: 0px 0px 0px 5px rgb(7 59 94);
    align-items: center;
    left: 50%;
    padding: 5px;
    transform: translate(-50%,-50%);
    top: 0px;

}
.icon .icon-img{
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;

}
.icon-second{
    /*position: relative;*/
}
.icon-second::after{
    content: '';
    width: 2px;
    height: 40px;
    border-left: 2px solid white;
    position: relative;
   top: -110%;
   left: -20px;

}
.border-line{
    display: none;
    width: 68%;
    height: 100px;
    position: absolute;
    top: -80px;
    left: 16%;
    z-index: -2;
    border-radius: 35px;
    border: 2px solid white;
}
.our-service{
    background-image: url('../images/service.jpg');
    width: 100%;
    height: 450px;
    background-position: top;
    background-size: cover;


    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;


}
.service-bg{
    width: 100%;
    height: 450px;

    background-color: rgba(240, 248, 255, 0.486);
    position: absolute;
}
.title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
   color: black;
   z-index: 50;
   margin-top: 250px;
    font-family: 'TT Firs Neue Trial Var Roman';

}
.service-box{
    width: 300px;
    height: 30px;
    background-image: var(--gradientBg);
    position: absolute;
    top: 150px;
    z-index: 50;
}
.title .box{
    width: 18px;
    height: 35px;
    transform: skewX(-30deg);
    object-fit: cover;
    border-top-left-radius: 200px;
   z-index: 50;
    border-bottom-right-radius: 200px;
   background-image: var(--gradientBg);
}
.box h1{
    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 150px;
}
.our-service-items{
    width: 100%;
    display: flex;
    position: relative;
    /*min-height: 550px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index:66;
    background-color: rgb(45 45 45);
    /* background-color: rgba(40, 32, 43, 0.986); */
}
.our-service-wrap{
   /* // background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    color: var(--textWhite);
    align-items: center;
    justify-content: space-between;
}
.service-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.service-left-wrap{
    display: flex;
    gap: 30px;
}
.service-left button{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 250px;
    height: 55px;
    font-size: 20px;
    border: 2px solid white;
    color: aliceblue;
    font-weight: bold;
    margin-top: 30px;
    background-color: rgba(240, 248, 255, 0);
}
.service-left a> button:hover{
    background-image: var(--gradientBg);
    transition: all ease-in-out 2.5s;

}
.service-right{
    width: 48%;
    z-index: 20;

}
.nav-line{
    width: 10px;
    height: 400px;
    border-radius: 10px;
    background-color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.icon-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 60px;
}
.nav-line .line{
    /* background-color: red; */
    border-radius: 10px;
    width: 10px;
    height: 80px;
}
.line-active{
    background-image: var(--gradientBg);
}
.icon-item{
    cursor: pointer;
    display: flex;
   gap: 30px;
    align-items: center;



}
.icon-item h1{
    font-family: 'TT Norms Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}
.icon-item .icons{
    width: 60px;
    height: 60px;
    padding: 15px;
    /* border: 3px solid white; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;


}
.icon-item:hover{
    color: #2e7b95;
}
.icon-item .icons img{
    font-size: 50px;
    width: 200px;
    font-weight: bold;
    height: 80px;
    color: var(--textWhite);

}
.rigth-content{
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    justify-content: center;
    z-index: -30;
    gap: 10px;
    padding: 30px 50px 30px 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;


}
.rigth-content::after{

 display: none;
    content: '';
    background-image: url('../images/hero-new.jpeg');
    /* content: url('../images/civil-work.jpg'); */
    background-position: center;
    background-size: cover;
    /* background-color: #ec2828; */
    width:90%;
    height: 600px ;
   position: absolute;
    top: -30%;
    left: 10%;
    z-index: -2;
}
.rigth-content p{
    font-size: 22px;
    max-width: 400px;
}

.rigth-civil{
    display: block;
    width: 46%;
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: 2;



}

.rigth-civil img{
    width: 100%;
    height: 630px;
    position: relative;
    object-fit: cover;

    z-index: 10;


}

.our-project{
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/our-project-bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0px !important;
    z-index: 20;



}
.our-project-bg{
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -20;
    background-color: rgba(240, 248, 255, 0.664) !important;
    top: 0px;
}
.project-center-img{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    z-index: 60;
}
.project-center-img img{
    width: 100%;

    object-fit:contain;
    /*height: 900px;*/
}
.project-title{
    display: flex;
    font-family: 'TT Firs Neue Trial Var Roman';
    align-items: center;
    gap: 20px;

}
.project-title .line-box{
    width: 15px;
    height: 30px;
    transform: skewX(-20deg);
    object-fit: cover;
    border-top-left-radius: 200px;

    border-bottom-right-radius: 200px;
    background-image: var(--gradientBg);
}
.project-title-prent{
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.our-project-grid{
    display: grid ;
    grid-template-columns: repeat(3,1fr) ;
}
.project-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.project-item{
    position: relative;
}
.bg-project{
    width: 100%;
    text-align: center;
    position: absolute;
    color: white;
  bottom: 20px;
    background-color: rgba(0, 0, 0, 0.479);
}
.bg-our-project{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.bg-our-project button{
    width: 250px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    height: 45px;
    border: 2px solid rgb(14, 124, 214);
    background-color: rgba(240, 248, 255, 0);

    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.849);
    border-bottom-right-radius: 20px;
}
.bg-our-project a>button:hover{
    background-image: var(--gradientBg);
    color: white !important;
    transition: all ease-in-out 1s;

}

/* client section */
.client-parent{
    margin: 100px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.client-child{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-clinet{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: 'TT Firs Neue Trial Var Roman';
}
.title-clinet .line-box{
    width: 15px;
    height: 30px;
    transform: skewX(-20deg);
    object-fit: cover;
    border-top-left-radius: 200px;

    border-bottom-right-radius: 200px;
    background-image: var(--gradientBg);
}
.our-clinet-items{
    border: 2px solid rgb(13, 150, 204);
    border-top-left-radius: 100px;
    min-height: 170px;
    align-items: center;
    padding: 15px;
    margin-top: 80px;
   gap: 20px;
   width: 100%;
    border-bottom-right-radius: 100px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.client-item{
    width: 100%;
    border-right: 2px solid rgba(43, 39, 39, 0.747);
    text-align: center;
   /* background-color: aqua; */
    height: 80px;
    display: flex;

    justify-content: center;
    align-items: center;
}
.client-item:last-child{
    border-right: 2px solid rgba(0, 0, 0, 0);
}
.client-item p{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: rgb(41, 33, 33);

}

/* footer session */

.footer-container{
    background-color: rgba(0, 0, 0, 0.815);
    /* margin-top: 100px; */
    width: 100%;


}
.top-footer{
    padding: 80px;
    min-height: 400px;
}
.container-new{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.footer-item{
    color: var(--textWhite);
}
.footer-item h2{
    font-family: 'TT Norms Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}
.footer-item ul{
    padding: 0%;

}
.footer-item ul li{
    color: white;
    font-size: 18px;

}
.footer-item ul li a{
    color: aliceblue !important;
}
.buttom-footer{
    width: 100%;
    background-image: var(--gradientBg);
   min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttom-footer p{
    color: var(--textWhite);
    font-size: 16px;
    padding-top: 10px;
    max-width: 1000px;
    text-align: center;



}
.media-icon{

    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;

}
.media-icon  span{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.media-icon span:nth-child(1):hover{
    background-color: rgb(9, 117, 189);

}
.media-icon span:nth-child(2):hover{
    background-color: rgb(230, 38, 127);

}
.media-icon span:nth-child(3):hover{
    background-color: rgb(218, 15, 42);

}
.media-icon  span a i{
    font-size: 20px;
    color: aliceblue;
}
#civil-work{
    display: block;
}
#Residential{
    display: none;
}
#General{
    display: none;
}

/* contact session */
.contact-bg{
    width: 100%;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0,145,160);
  background: linear-gradient(133deg, rgba(0,145,160,1) 0%, rgba(9,49,97,1) 100%);
}
.contact-container{
    margin: 50px 0px;
    /* background-color: aliceblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-title{
    display: flex;
    /* background-color: aqua; */
    justify-content: center;
    align-items: center;
    gap: 20px;

}
.contact-title .line-box{
    width: 15px;
    height: 35px;
    transform: skewX(-20deg);
    object-fit: cover;
    border-top-left-radius: 200px;

    border-bottom-right-radius: 200px;
    background-color: var(--textWhite);
}
.contact-title h1{
    color: white;

}
.contact-grind{
    display: grid;
    width: 100%;

    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 50px;
}
.name-input{
    display: flex;
    gap: 10px;

}
.name-input input{
    width: 50%;
}
.contact-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-item input{
    padding: 8px;
    padding-left: 20px;
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.288);
    outline: none;
    border: 2px solid black;
    font-size: 18px;
    letter-spacing: 1px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact-item-two{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.contact-item-two textarea{
    letter-spacing: 2px;
    min-height: 210px;
    border: 2px solid black;
    outline: none;
    padding: 15px;
    max-width: 100%;;
    box-sizing: border-box;
    color: black;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.contact-item-two textarea::placeholder{
    color: gray !important;
    opacity: 1 !important;
    line-height: 1.5;
}
.contact-item-two button{
    position: absolute;
    border: none;
    color: white;
    background: linear-gradient(133deg, rgba(0,145,160,1) 0%, rgba(9,49,97,1) 100%);
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 35px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.map-conatiner{
    width: 80%;
    display: flex;

    justify-content: center;
    align-items: center;
}
.map-conatiner iframe{
    margin-top: 50px;
    min-height: 300px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.slider-project{
    width: 100%;
    display: flex;

    align-items: center;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
}
.swiper-project {
    width: 90%;
    margin-top: 50px;
    height: 500px;
   display: flex;
   flex-direction: column;
  }
  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-text{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.705);
    color: #fff;
    bottom: 30px;
  }
  .swiper-slide img{
    width: 100%;
    height: 500px;
    object-fit:cover;
  }

  .all-project-view button{
    width: 250px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    height: 45px;
    border: 2px solid rgb(14, 124, 214);
    background-color: rgba(240, 248, 255, 0);

    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.849);
    border-bottom-right-radius: 20px;
}
.all-project-view a>button:hover{
    background-image: var(--gradientBg);
    color: white !important;
    transition: all ease-in-out 1s;

}
.swiper-btn{
    background-color: #fff;
    background-image: var(--gradientBg);
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid white;
    cursor: pointer;

}
.swiper-button-next:after, .swiper-button-prev:after{
color: #fff;
font-weight: bold;

    font-size: 18px !important;
}
.clientswiper{
    border: 2px solid rgb(13, 150, 204);
    border-top-left-radius: 100px;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 20px;
   gap: 20px;
   width: 100%;
   overflow: hidden;
    border-bottom-right-radius: 100px;
}
.clinet-conatiner img{
    max-width:100%;
    object-fit:contain;
    height: 150px;

}


/* we-are-new  index.css 114 page*/
.we-are-container-item{
    width: 90% ;
    display: flex ;
    flex-direction: row ;

    justify-content: center ;
    flex-wrap: wrap;

    align-items:center ;
    gap: 60px;
       z-index: 100;

    margin-top: 10px;



}
.we-are-img-con{
    width: 30% ;
    position: relative;


}
.we-are-who-rigth{
    width: 50% ;
  min-height: 300px;


    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
    padding: 0%;

    gap: 30px;

}

.we-are-who-rigth a>button{
    border-top-left-radius: 20px;
    padding: 5px;
    border: 2px solid var(--textWhite);
    color: var(--textWhite);
    width: 180px;
    margin-top: 20px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(240, 248, 255, 0.027);

    border-bottom-right-radius: 20px;
}
.we-are-who-rigth a> button:hover{
    background-image: var(--gradientBg);
    transition: all ease-in-out 2.5s;
}
.we-are-title{
    display: flex;
    gap: 20px;
}
.we-are-right-text ul{
    padding: 0px;

}
.we-are-title h1{
    color: white;
    text-transform: uppercase;
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight: bold;
    font-style: normal;

}
.we-are-right-text ul li{
    font-size: 20px;

    padding-top: 8px;
    color: white;
}
.we-are-right-text ul li i{
    padding-right: 8px;
}
.we-are-skew{
    width: 350px;
    height: 500px !important;
    border-top-left-radius: 120px !important;
    border-bottom-right-radius: 120px !important;
    transform: skewX(-30deg);
    border: 2px solid white;
    overflow: hidden;
   position: relative;
   top: -20px;
    z-index: 99;

  }
.we-are-skew img{
    width: 900px;
    height: 100%;

    transform: skewX(30deg);
    position: absolute;
    left: -280px;
    object-fit:cover;
}
.we-are-img-line{
    width: 200px;
    height: 250px;
    transform: skewX(-30deg);
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
   border: 2px solid white;
    z-index: 99;
    left: -100px;
    position: absolute;
    top: 120px;
  }
.hm_service{background: rgb(45 45 45);position: relative;overflow: hidden;}
.hm_service .nav-pills{width:40%;padding-top:60px;padding-bottom:30px;position: relative;}
.hm_service .tab-content{width:60%;height:100%;}
.hm_service .nav-pills .nav-link{background: transparent;text-align: left;padding: 20px 40px;color:#ffffff !important;font-weight:600;}
.hm_service .nav-pills:before{
    content: '';
    position:absolute;
    left:0;
    top:60px;
    height:55%;
    width: 8px;
    border-radius:20px;
    background: aliceblue;


}
.hm_service .nav-pills .nav-link.active{position: relative;}
.hm_service .nav-pills .nav-link.active:before{
    content: '';
    position:absolute;
    left:0;
    top:0;
    height:100px;
    width: 8px;
    border-radius:20px;
    background:var(--gradientBg);
}
.hm_service .nav-pills .nav-link svg{width: 60px;height: 60px;margin-right: 8px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background: transparent !important;}
.hm_service .tab-content .tab-pane{z-index: 1;border-bottom: 0;padding-top:80px;padding-bottom:60px;padding-left: 100px;height:480px;}
.hm_service .tab-content img{
    position: absolute;
    right: -20%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height:100%;

}
.hm_service .tab-content .tab-pane h4{z-index: 1;color:#ffffff;font-size: 28px;}
.hm_service .tab-content .tab-pane p{z-index: 1;color:#ffffff;font-size: 20px;}
.hm_service .tab-content .tab-pane .overlayborder{
    border: 2px solid white;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 30px 50px 30px 100px;
}
.img-cover{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.isocertificates{background: url("../images/certificates/bg.jpg");background-repeat: no-repeat;background-size: cover;padding: 60px 0;}
.isocertificates h4{
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight: bold;
    font-style: normal;
}
.isocertificates .cer_list img{
    border: 2px solid rgb(14, 124, 214);
}
.hm_service_mobile{display: none;}
.hm_service_mobile{
    background: rgb(45 45 45);
    padding: 60px 0;
}
.hm_service_mobile .card{background: transparent;margin-bottom:50px;border:none;}
.hm_service_mobile h4{z-index: 1;color:#ffffff;font-size: 28px;text-align: center;padding: 15px 0;}
.hm_service_mobile p{z-index: 1;color:#ffffff;font-size: 20px;text-align: center}
.hm_service_mobile .card svg{width: 100px;height: 100px;margin:auto;}
