@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;1,100&family=Roboto:wght@100;300;400;500;700&display=swap');

@font-face {
    font-family: 'bauhaus_93regular';
    src: url('./font/bauhaus_93_regular-webfont.woff2') format('woff2'),
         url('./font/bauhaus_93_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



:root{
    --fcolor:#1072b8;
    --headerclr:white;
    --mainclr:#ff7900;
    --shadegrey:#f0f0f0;
}

/* df-messenger {
    --df-messenger-bot-message:#ff7900;
    --df-messenger-button-titlebar-color: #ff7700;
    --df-messenger-chat-background-color: #fafafa;
    --df-messenger-font-color: white;
    --df-messenger-send-icon: #ff7900;
    --df-messenger-user-message: #479b3d;
   } */

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* text-transform: capitalize; */
    box-sizing: border-box;
    transition: .2s;
    font-family: 'Roboto', sans-serif;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* navigation starts here */
#navigation{
    width:100vW;
    height: 55px;
    display: flex;
    position: fixed;
    padding-right: 30px;
    background: transparent;
    justify-content: space-between;
    z-index: 1000;
}
#menu{
    width:45px;
    height: 35px;
    cursor: pointer;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 10px;
    background: transparent;
    z-index: 100;
}
.bar{
    height: 5px;
    width: 80%;
    background-color:var(--mainclr);
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}
#bar1{
    transform: translateY(-4px);
}
#bar3{
    transform: translateY(4px);
}
.nav li a{
    color:black ;
    text-decoration: none;
    font-size: 40px;
    font-weight: 450;
    color: #f0f9ff;

}
.nav li:hover{
    letter-spacing: 3.5px;
}
.nav li{
    list-style: none;
    padding:10px 0;
    width: 80%;
    text-align: center;
    cursor: pointer;
}
.nav{
    padding: 0;
    margin: 0;
    transition: 1s ease-in;
    display: none;
}
.icon .bar{
    background-color: var(--shadegrey);
}

.icon #bar1{
    transform: translateY(4px) rotate(-45deg);
}
.icon #bar3{
    transform: translateY(-6px) rotate(45deg);
}
.icon #bar2{
    opacity: 0;
}
.change{
    background: var(--mainclr);
    /* background:rgba(255, 255, 255, 0.607); */
    /* backdrop-filter: blur(30px); */
    box-shadow: 0px 0px 10px 1px grey;
    height: 100vh;
    margin: 0;
    position: absolute;
    font-size: 30px;
    top: 0;
    z-index: -1;
    width:30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    line-height: 40px;
}

.Pam-logo .Pam-logo-tree{
    height: 30px;
    width: 30px;
    padding-bottom: 0px;
    
}

.Pam-logo .logo-head{
    font-family: 'bauhaus_93regular';
    color: var(--mainclr);
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
    
    /* text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8); */
}
.background-image{
    /* background-color: rgb(73, 132, 249); */
    /* background-image: ; */
    background-image: url("images/bg00.jpg");

    /* background: linear-gradient(20deg, rgba(0, 0, 70, 0.094) 50%,rgba(0, 0, 70, 0.043)) 80%), url("images/bg00.jpg");     */
    width: 100%;
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    display: flex;
    /* justify-content: space-between; */
    /* background-color: #b8c6db; */

    /* flex-wrap: wrap; */
}
/* .contInner{
    background: var(--mainclr);
    display: block;
} */
.inner-back-text{
    /* background-color: #ff7900; */
    width:100%;
    display: block;
}
.inner-back-text h1{
    
    margin-top: 2%;
    margin-left: 5%;
    font-size: 55px;
    color:rgb(0, 0, 0);
    font-weight: 500;
    text-align: left;
    /* line-height: 2rem; */
    text-transform: capitalize;
}
.inner-back-text h2{
    margin-top: 19%;
    margin-left: 5%;
    font-size: 40px;
    color:rgb(0, 0, 0);
    font-weight: 300;
    text-align: left;
    line-height: 1.5rem;
}
.inner-back-text h1 span{
    color: black;
    text-transform: uppercase;
}
.inner-back-text p{
    margin-left: 10%;
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0rem;
    width: 35%;
    line-height: 1.7rem;
    text-align: left;
}
.inner-back-btn{
    margin-left: 5%;
    display: flex;
    justify-content: left;
}
.inner-back-btn a{
    margin-right: 1rem;
}
.first-btn{
    padding: 1.5rem 4rem;
    background: var(--mainclr);
    color: var(--headerclr);
    font-size: 1.5rem;
}
.second-btn{
    padding: 1.5rem 4rem;
    background: var(--headerclr);
    color: black;
    font-size: 1.5rem;
}
.first-btn:hover, .second-btn:hover{
    background: var(--headerclr);
    color: var(--mainclr);
    letter-spacing: 2px;
}
/* our services */
/* .services-column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.our-services {
    margin: 5% 5%;
    padding:0px 15px;
    background:white;
    height: 110vh;
}
.our-services p{
    font-size: 18px;
    font-weight: 300;
}

.our-services h1{
    color: black;
    font-size: 40px;
    text-align: center;
    font-weight: 350;
    padding: 2rem 1rem;
}
.our-services h1 span{
    color: var(--mainclr);
}
.our-services .services-text{
    color: black;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 1rem 10rem;
    text-align: center;
    margin-bottom: 25px;
}

.our-services:after {
    content: "";
    display: table;
    clear: both;
}

.services-card {
    margin-top: 5%;
    box-shadow: 0 0 15px 0.2px rgba(128, 128, 128, 0.317);
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    height:auto;
 
}
.services-card:hover > .services-icon{
    box-shadow: 0 0 10px 1px rgba(66, 66, 66, 0.454);
    transform: scale(1.05);
    background: var(--mainclr);
}
.services-card .services-icon{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border: 1px solid var(--mainclr);
    border-radius: 60%;
    padding: 20px 0;
    margin: 25px auto;
    box-shadow: 0px 0px 15px 2px rgba(128, 128, 128, 0.514);
}

.services-card .services-icon img{
    height:60px;
}

.services-card h3{
    color: black;
    padding: 10px 0;
    margin: 10px 10px;
    font-size: 20px;
    font-weight: 500;

}

.services-card .headp{
    font-size: 18px;
    font-weight: 400;
    color: black;
}
.services-card p{
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
}

.services-card a{
    padding: 0.5rem 2rem;

    color: black;
    font-size: 1.5rem;
    margin-top: 5%;

}

.services-card a:hover{
    background: var(--headerclr);
    color: var(--mainclr);
    letter-spacing: 2px;
    border: 1px solid var(--mainclr);
} */
.homeservices-container {
    margin-top: 3% 0; 
    padding:0px 100px;
    background:white;
    height: auto;
}
.homeservices-container p{
    font-size: 18px;
    font-weight: 300;
}
.homeservices-container h1{
    color: black;
    font-size: 40px;
    text-align: center;
    font-weight: 250;
    padding: 2rem 1rem;
}
.homeservices-container h1 span{
    color: var(--mainclr);
}
.hs-container{
    padding: 1% 5%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hs-container .hs-card{
    position: relative;
    width: 30%;
}
.hs-container .hs-card .hs-face{
    position: relative;
    width: 300px;
    height: 200px;
    padding:5%;
    transition: 0.5s;
} 
.hs-container .hs-card .hs-face.hs-face1{
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}
.hs-container .hs-card:hover .hs-face.hs-face1{
    background:var(--mainclr);
    transform: translateY(20px);
}
.hs-container .hs-card .hs-face.hs-face1 .hs-content{
    transition: 0.5s;
    justify-content: center;
    text-align: center;
}
.hs-container .hs-card:hover .hs-face.hs-face1 .hs-content{
    opacity: 1;
}
.hs-container .hs-card .hs-face.hs-face1 .hs-content img{
    width: 60px;
}
.hs-container .hs-card .hs-face.hs-face1 .hs-content h3{
    padding: 10px;
    color:black;
    text-align: center;
    font-size: 35px;
    font-weight: 200;
}
  
.hs-container .hs-card .hs-face.hs-face2{
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border: 0.5px solid var(--mainclr);
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); */
    transform: translateY(-100px);
}
.hs-container .hs-card:hover .hs-face.hs-face2{
    transform: translateY(0px);
}
.hs-container .hs-card .hs-face.hs-face2 .hs-content p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}
  .hs-container .hs-card .hs-face.hs-face2 .hs-content a{
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 350;
    color: black;
    padding: 5px;
    border: 1px solid var(--mainclr);
  }
  .hs-container .hs-card .hs-face.hs-face2 .hs-content a:hover {
    background: var(--mainclr);
    color: aliceblue;
  }

/* --services ends here */

/* --- feature projects starts here */

.feature-projects{
    height:auto;
    transition: all 0.3s ease;
}

.feature-projects h1 span{
    color: var(--mainclr);
}

.feature-projects h2{
    color: black;
    font-size: 40px;
    font-weight: 250;
    text-align: center;
    padding: 2rem 1rem;
}
.feature-projects h2 span{
    color: var(--mainclr);
}

.projects-card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.projects-card-inner{
    width:30%;
    height:400px;
    margin: 10px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.119);
    overflow: hidden;
    cursor: pointer;
}

.projects-card-inner:hover > .proj-image{
    transform: scale(1.2);

}
.proj-image{
    height:65%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 1.5s;
}
.p-img1{
    background-image: url("./images/projects/dw.jpg");
}
.p-img2{
    background-image: url("./images/projects/dm-1.jpg");
}
.p-img3{
    background-image: url("./images/projects/outlet.jpg");
}
.p-img4{
    background-image: url("./images/projects/anwa.jpg");
}
.p-img5{
    background-image: url("./images/projects/grand.jpg");
}
.p-img6{
    background-image: url("./images/projects/hills.jpg");
}
.p-img7{
    background-image: url("./images/projects/sterling.png");
}
.p-img8{
    background-image: url("./images/projects/MAG.jpg");
}
.p-img9{
    background-image: url("./images/projects/pavillion.jpg");
}
.p-img10{
    background-image: url("./images/projects/alnasr.jpg");
}
.p-img11{
    background-image: url("./images/projects/jernain.jpg");
}

.projects-card-inner h2{
    margin-top: 30px;
    font-size:20px;
    font-weight: 300;
    text-align: center;
    text-transform:uppercase;
}
.projects-card-inner h3{
    padding-left: 10px;
    font-size:16px;
    font-weight: 300;
    text-align: center;
}
.projects-card-inner p{
    padding-left: 10px;
    font-size:14px;
    font-weight: 300;
    text-align: center;
}

/* --- feature projects ends here */


.projects-card-completed{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url("./images/completedbg.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.projects-completed{
    background: rgba(255, 255, 255, 0.37);
    backdrop-filter: blur(70px);
    width:20%;
    height:200px;
    margin: 10px;
    /* box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.119); */
    overflow: hidden;
    cursor: pointer;
    
}

.projects-completed:hover{
    transform: scale(1.1);
    background-color: var(--mainclr);
}

.projects-card-completed h2{
    font-size:20px;
    font-weight: 300;
    text-align: center;
    text-transform:uppercase;
}
.projects-completed h3{
    padding-left: 10px;
    font-size:18px;
    font-weight: 300;
    text-align: center;
}
.projects-completed p{
    padding: 5px;
    font-size:14px;
    font-weight: 300;
    text-align: center;
}
.chose-us{
    margin-top: 8%;
    width: 100%;
    height:auto;
    padding: 3rem 7%;
    background:white;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24); */
}
.chose-us h1{
    color: black;
    font-size: 40px;
    font-weight: 250;
    text-align: center;
    padding: 2rem 1rem;
}
.chose-us h1 span{
    color: var(--mainclr);
}
.chose-text{
    color: black;
    font-size: 16px;
    font-weight: 300;
    padding: 1rem;
    text-align: left;
    margin-bottom: 25px;
}
.main-chose{
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
    /* position: relative; */
}
.inner-chose{
    padding-top: 20px;
    padding-bottom: 10px;
    margin:10px;
    flex: 1 1 450px;
    background-color: white;
    /* box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3); */
    /* border-left:3px solid greenyellow; */
}
.inner-chose:hover > h2{
    color: var(--mainclr);
}

.chose-icon{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    /* box-shadow: -5px 10px 10px rgba(128, 128, 128, 0.379); */
    /* border-radius: 60%; */
    margin: 0 auto;
}
.chose-icon img{
    transition: .5s;
    padding: 5px 5px 15px 5px;
}
.inner-chose h2{
    font-size: 40px;
    font-weight: 250;
    padding: 1rem 0;
}
.inner-chose p{
    font-size: 16px;
    font-weight: 300;
    padding: 0 1rem;
}
/* -----Slider --- our clients */

.clients-logo {
    background-attachment:fixed;
    /* background-image: url("./images/clientsBG.jpg"); */
    background-color: #313131;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5%;
    width: 100%;
}
.clients-logo h1{ 
    /* background: rgba(255, 255, 255, 0.454); */
    /* background: var(--shadegrey); */
    backdrop-filter: blur(5px);
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 250;
    text-align: center;
    padding: 2rem 1rem;
}
.clients-logo h1 span{
    color: var(--mainclr);
}
.imglogo {
    margin-top: 5%;
    display: flex;
    width:100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.imglogo .slide{
    /* background: rgba(255, 255, 255, 0.6); */
    background: var(--shadegrey);
    backdrop-filter: blur(90px);
    flex:15%;
    max-width: 15%;
    /* box-shadow: 0 5px 2px 0.2px rgba(0,0,0,0.1); */
    margin: 10px;
    text-align: center;
    overflow: hidden;
}

.imglogo .slide img{
    margin: 10px;
    height:90px;
    width:120px;
    object-fit: fill;
}
.imglogo .slide:hover{
    background-color: white;
}
.imglogo .slide:hover > img{
    transform: scale(1.2);
 
}

/* Partners logo */
.p-logo {
    padding-top: 5%;
    width: 100%;
    background-attachment:fixed;
    /* background-image: url("./images/partnerbg.jpg"); */
    background-color: #313131;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-logo h1{ 
    color: white;
    font-size: 40px;
    font-weight: 250;
    text-align: center;
    padding: 2rem 1rem;
}
.p-logo h1 span{
    color: var(--mainclr);
}
.pimglogo {
    display: flex;
    width:100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5%; 
}
.pimglogo .pslide{
    /* background: rgba(255, 255, 255, 0.454); */
    background: var(--shadegrey);
    backdrop-filter: blur(5px);
    flex:20%;
    max-width: 20%;
    max-height:20%;
    /* box-shadow: 0 5px 5px 0.2px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    margin: 10px;
    text-align: center;
}

.pimglogo .pslide:hover > img{
    transform:scale(1.3);
}
.pimglogo .pslide img{
    margin: 10px;
    height:100px;
    width:180px;

}
/* -----Slider --- our clients */

/* --------------Footer starts here --------------*/
.footer-dark {
    display: flex;
    padding:50px 0;
    color:#f0f9ff;
    background-color:#313131;
    width: 100%;
    height:auto;
}

.footer-container{
    width:100vw;
    /* background: #1072b8; */
}
.footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:400;
    font-size:18px;
}

.footer-row{
    display: flex;
    /* background: #EE4E34; */
    /* width: 100%; */
    /* flex-wrap:30%; */
}
.footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.8;
    font-size:14px;
    margin-bottom:0;
}
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    /* opacity:; */
}

.footer-dark ul li {
    color:inherit;
    text-decoration:none;
    /* opacity:0.6; */
}
  .footer-dark ul a:hover {
    color: var(--mainclr);
}
.footer-item{
    justify-content: space-between;
    margin: 0% 5%;
    width:50%;
}
.footer-item span{
    font-family: 'bauhaus_93regular';
    color: var(--mainclr);
    font-size: 25px;
}

.footer-dark .footer-item.text {
    margin-bottom:36px;
}

  .footer-dark .footer-item.text p {
    opacity:0.6;
    margin-bottom:0;
  }

.footer-dark .footer-item.social {
    text-align:center;
}



  .footer-dark .footer-item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
}

.footer-dark .footer-item.social > a:hover {
    opacity:0.9;
}

.footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
}
.background-others{
    background: linear-gradient(90deg, rgba(0, 0, 70, 0.85) 30%, rgba(0, 0, 70, 0.45) 80%), url("./images/bg00.jpg");    
    width: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    height: 30vh;
    align-items: center;
    justify-content: center;
    background-position: fixed;
}
.background-others h1{
    width: 100%;
    font-size: 55px;
    color:white;
    font-weight: 500;
    text-align: left;
    padding-left: 80px;
    text-transform: capitalize;
}
.background-others h1 span{
    color: var(--mainclr);
    text-transform: uppercase;
}

/* Other pages heading ends */

.abtus-container{
    margin-top: 7%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.abtus-text{
    width: 50%;

}
.abtus-container img{

    width: 50%;
    padding-right: 40px;
}
.abtus-text p{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
}
/* ASSOCIATES STAERT HERE*/

.associates-container{
    background-image:url("./images/mainpartnerBG.jpg");    
    background-size: cover;
    background-attachment: fixed;
    padding-top: 3%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}
.associates-container .associates-card{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    
    position: relative;
    max-width: 300px;
    height: 160px;
    margin:60px 30px;
    padding: 20px 15px;
    display: flex;
    flex-direction:column;
    transition: 0.3s ease-in-out;
}
.associates-container .associates-card:hover{
    height: 240px;
    background-color: rgba(255, 255, 255,0.8);
    backdrop-filter: blur(9px);
    /* background: var(--mainclr); */
    /* border:1px solid lightgrey; */
}
.associates-container .associates-card .associates-img{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: relative;
    width: 240px;
    height: 160px;
    top: -60px;
    left: 15px;
    z-index:1;
    padding: 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.associates-container .associates-card .associates-img img{
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit:fill;
    justify-content: space-around;
}
.associates-container .associates-card .associates-content{

    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.associates-container .associates-card:hover .associates-content{

    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay:0.2s;
}

.associates-container .associates-card .associates-content h2{
    font-size: 18px;
    font-weight: 300;
}
.associates-container .associates-card .associates-content p{
    
    font-size: 12px;
    font-weight: 400;
}
.associates-container .ass-text{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    font-size: 16px;
    font-weight: 300;
    padding: 2% 5%;
}

/* Services page */
.servicespg-container{
    background-image:url("./images/servicesbg.jpg");    
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 3%;
    /* background: linear-gradient(90deg, rgba(0,0,70,0.2)100%) url("./images/servicesbg.jpg"); */
    
    
}
.servicespg-container p{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    color: black;
    padding: 2%;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
}

.servicespg-container .servicespg-card{
    position: relative;
    height: 200px;
    display: flex;
    width: 30%;
    margin: 3% 1%;
    box-shadow: 0 5px 10px rgba(128, 128, 128, 0.847);
}
.servicespg-container .servicespg-card .imgbx{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    
}
.servicespg-container .servicespg-card:hover{
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}
.servicespg-container .servicespg-card:hover .content{
    opacity: 1;
    visibility: visible;
    transform: translateY(100px);
}
.servicespg-container .servicespg-card:hover .imgbx{
    width: 100px;
    height: 100px;
    top: -40px;
    left: calc(50% - 55px);
    transition: 0.5s ease-in-out;
    background: white;
    border-radius: 65px;
    box-shadow: 0px 5px 15px rgb(128, 128, 128);
}
.servicespg-container .servicespg-card .imgbx::BEFORE{
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 150px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color:black;
}
.servicespg-container .servicespg-card .imgbx img{
    max-width: 100px;
    transition: 0.5 ease-in-out;

}
.servicespg-container .servicespg-card:hover .imgbx img{
    max-width: 55px;
    transition: 0.5 ease-in-out;
    
}
.servicespg-container .servicespg-card .content{
    position: absolute;
    right: 0;
    margin-top: 15px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center; 
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top:-75px;
    transition: 0.5s ease-in-out;
}
.servicespg-container .servicespg-card .content p{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.servicespg-container .servicespg-card .content h3{
    color:black;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
/* Seervice page ends */

/* Certifications Page starts here */
.certifications-container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 3% 2%; 
    
    
}
.certifications-container p{
    font-size: 16px;
    font-weight: 350;
    padding-left: 5%;
}
.certifications-container .certifications-card{
    position: relative;
    height: 500px;
    display: flex;
    width: 30%;
    margin: 3% 0;
    box-shadow: 0 5px 10px rgba(128, 128, 128, 0.847);
    /* border-top: 3px solid lightslategrey; */
    border-bottom: 50px solid black;
}
.certifications-container .certifications-card .certifications-imgbx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.45) 80%);; */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0.05;
    transition: 0.5s ease-in-out;
    
}
.certifications-container .certifications-card:hover .certifications-imgbx{
    opacity: 1;
    visibility: visible;
}
.certifications-container .certifications-card:hover .certifications-content h3{
    transform: translateY(247px);
    color: white;
    font-size: 18px;
    font-weight: 250;
    z-index: 300;
}

.certifications-container .certifications-card .certifications-imgbx img{
    width: 100%;
    height:100%;
    transition: 0.5 ease-in-out;

}
.certifications-container .certifications-card:hover .certifications-imgbx img{
    
    transition: 0.5 ease-in-out;
    
}
.certifications-container .certifications-card .certifications-content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center; 
    align-items: center;
    transition: 0.5s ease-in-out;
    background-color: white;
}
.certifications-container .certifications-card .certifications-content h3{
    color:lightslategray;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 350;
    text-align: center;
}

/* Certification Page Ends here */

/* Contactus starts here */
.contactus{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("./images/bg0.jpg");
    background-size: cover;
}
.contactus .contactus-content{
    max-width: 800px;
    text-align: center;
}
.contactus .contactus-content h2{
    font-size: 55px;
    font-weight: 800;
    color: white;
}
.contactus-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background-color: rgba(0, 0, 70, 0.3);
}
.contactus-container .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.contactus-container .contactinfo .contactbox{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.contactus-container .contactinfo .contactbox .contact-icon{
    min-width: 40px;
    height: 40px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    font-size: 22px;
}
.contactus-container .contactinfo .contactbox .contact-text{
    display: flex;
    margin-left: 20px;
    color: white;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
}
.contactus-container .contactinfo .contactbox .contact-text h3{
    font-size: 20px;
    font-weight: 400;
    color: var(--mainclr);
}
 .contact-map{
    width: 50%;
    
}
.contact-map iframe{
    width: 100%;
    height: 70vh;
}
/* .contact-form{
    width: 50%;
    padding: 40px;
    background: white;
}
.contact-form h2{
    font-size: 30px;
    color: #313131;
    font-weight: 350;
}
.contact-form .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contact-form .inputbox input,
.contact-form .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #313131;
    outline:none;
    resize: none;
    background: transparent;
}

.contact-form .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transform: 0.5s;
    color: #666;
}

.contact-form .inputbox input:focus ~ span,
.contact-form .inputbox input:valid ~ span,
.contact-form .inputbox textarea:focus ~ span,
.contact-form .inputbox textarea:valid ~ span{
    color: var(--mainclr);
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .inputbox input[type="submit"]{
    width: 100px;
    background: var(--mainclr);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    border: 1px solid var(--mainclr);
}
.contact-form .inputbox input[type="submit"]:hover{
  
    background-color: white;
    color: var(--mainclr);
    border: 1px solid var(--mainclr);
} */


/* Contact us ends here */

/* Responsive*/

@media (max-width:767px) {
    html{
        font-size: 55%;
    }
    .change{
        width:100%;
    }
 
    .background-image{
        width:100vw;
        height:100vh;
    }
    .inner-back-text h1{
        font-size: 35px;
        font-weight: 500;
    }
    .inner-back-text h2{
        margin-top: 50%;
        font-size: 20px;
        line-height: 1rem;
    }
    .inner-back-text p{
        font-size: 1.2rem;
        width: 70%;
        line-height: 1.3rem;
    }
    .first-btn{
        padding: 0.8rem 1rem;
        font-size: 1.5rem;
    }
    .second-btn{
        padding: 0.8rem 1rem;
        font-size: 1.5rem;
    }
    .services-card {
        height:auto;
    }
    
    .homeservices-container{
        padding: 15px;
    }
    .services-card a{
        padding: 1rem 1rem;
        font-size: 1.3rem;
        margin: 2%;
    }
    .services-card .headp{
        font-size: 14px;
    }
    .services-card p{
        font-size: 10px;
    }
    .services-column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .projects-card-inner{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .imglogo .slide{
        flex:40%;
        max-width:40%;
    }
    .pimglogo .pslide{
        flex:60%;
        max-width: 60%;
        
    }
    .footer-dark .footer-item.text {
        margin-bottom:0;
    }
    .footer-row{
        display: block;
    }
    .servicespg-container .servicespg-card{
        width: 100%;
        margin: 10% 1%;
    }
    .hs-container .hs-card{
        width: 100%;    
    }
    .hs-container .hs-card .hs-face{
        width: 100%;
    }
    .abtus-container img{
        width: 100%;
      
    }
    .abtus-text{
        width: 100%;
    }
    .certifications-container .certifications-card{
        width: 100%;
    }
    .associates-container .associates-card .associates-img{
        left:0;
    }
    .background-others h1{
        font-size: 35px;
        padding-left: 30px;
    }
    .contactus{
        padding: 30px;
    }
    .contactus-container{
        flex-direction: column;
    }
    .contactus-container .contactinfo{
       width: 100%;
       margin-bottom: 50px;
    }
    .contactus-container .contactinfo .contactbox{
       padding-left: 15px;
    }
    .contact-map{
       width: 100%;
    }
    .contactus .contactus-content h2{
        font-size: 35px;
        
    }
    .projects-completed{
        width:80%;
     
    }
}
   

