
@font-face {
    src: url(../fonts/OpenSans-Regular.ttf);
    font-family: Opensans ;
}
@font-face {
    src: url(../fonts/OpenSans-Bold.ttf);
    font-family: OpensansBold ;
}
@font-face {
    src: url(../fonts/OpenSans-Italic.ttf);
    font-family: OpensansItalic ;
}
@font-face {
    src: url(../fonts/OpenSans-Medium.ttf);
    font-family:OpensansMedium ;
}

@font-face {
    src: url(../fonts/Roboto-Regular.ttf);
    font-family:Roboto ;
}
@font-face {
    src: url(../fonts/Roboto-Medium.ttf);
    font-family:Robotomd ;
}


@font-face {
    src: url(../fonts/%20Md.ttf);
    font-family:saya ;
}
@font-face {
    src: url(../fonts/SayaFY-Regular.ttf);
    font-family:sayaFY ;
}
@font-face {
    src: url(../fonts/%20Bd.ttf);
    font-family:sayaBd;
}
@font-face {
    src: url(../fonts/archivo.regular.ttf);
    font-family:archivo;
}
@font-face {
    src: url(../fonts/Assistant-Regular.ttf);
    font-family:Assistant;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;border: none;
    list-style: none;
    transition: .2s linear;
}
:root{
    --black:#2f2f2f;
    --border:#5a5a66;
}
body{
    font-family: Opensans !important;
}
a{
    text-decoration: none !important;
}

html{
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;

}
html::-webkit-scrollbar-track{
    background: transparent;
}
html::-webkit-scrollbar-thumb{
   background:#191818;
   border-radius: 5rem;
    
}
.socialmedia{
    top: 10px;right: 0;
    position: fixed;
    top: 9%;
    right: 2%;
    position: fixed;
    z-index: 99999;
    
}
.socialmedia a.active{
    margin: 0 .2rem;
    display: none;
}
.socialmedia a img{
    height: 2rem;
}

.res-media{
    display: none;
}

/* nav bar start */
.hbg-img{
    min-height: 100vh;
    background: url(../images/%208995.jpg);
    background-size: cover;
    background-position: center;
    align-items: center;
}
.what-chat{
    position: fixed;
    bottom:3%; right: 5%;
    z-index: 1000;
}
.what-chat a{
    background-color: rgb(77, 194, 71);
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.what-chat a:hover{
    color: rgb(77, 194, 71);
}

.what-chat a:before{
    top: 100%;
    left: 100%;
    transition: 0.7s;
    content: "";
    position: absolute;
    background: #fff;
    height: 150px;
    width: 245px;
    border-radius: 50%;
    z-index: -1;
}
.what-chat a:hover:before{
    top: -30px;
    left: -30px;
}
.what-chat a:active{
    color: rgb(77, 194, 71);
}
.what-chat a:active:before{
    background: #fff;
    transition: 0s;
}

.header{
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.3rem 8%;
    border-bottom: #fff;
    position: fixed;
    top:3%; left: 0; right: 0;
    z-index: 1000;
    
}

.header .navbar2 a{
    margin:0 .8rem;
    font-size: 12px ;
    color:#fff;
    text-transform: uppercase;
}

.header .navbar2 a:hover{
    color: var(--border);
    border-bottom: .1rem solid #fff;
    padding-bottom: .5rem;
}

.header .navbar2 i{
    color: #fff;
    font-size: 15px;
    padding: 0.1rem .3rem;
}
.header .navbar2 .icon1{
    border-left: 1px solid #fff;
    padding-left: 2rem;
}

#menu-btn{
    display: inline-block;
}

.header .navbar-main{
    position: absolute;
    top:102%; right: -100%;
    background: rgba(0,0,0,.6);
    width: 20rem;
    height: calc(100vh - 5.5rem);
    
}

.header .navbar-main.active{
    right:0;
}

.header .navbar-main a{
    color:#fff;
    display: block;
    margin:1.5rem;
    padding:.5rem;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.header .navbar-main a:hover{
    color: var(--border);
    border-bottom: .1rem solid #fff;
    padding-bottom: .4rem
}

.header .search-form{
    width: 90%;
    right: 2rem;
}


.header .search-form{
    position: absolute;
    top:102%; right: 0;
    background: rgba(0,0,0,.6);
    width: 25rem;
    height: 3rem;
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
    
}

.header .search-form.active{
    transform: scaleY(1);
}

.header .search-form input{
    height: 100%;
    width: 100%;
    font-size: 14px;
    color:#fff;
    padding:1rem;
    text-transform: none;
    background-color: rgba(0,0,0,.1);
}

.header .search-form label{
    cursor: pointer;
    font-size: 20px;
    margin-right: 1.5rem;
    color:#fff;
}

.header .search-form label:hover{
    color:#fff;
}

/* nav bar end */
/* home page start */


/* header start */

 /* #home{
    min-height: 100vh;
    background: url(../images/Group%208995.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
} */

/* .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  } */
  .carousel-caption {
    top: 35%;
  transform: translate(0px,-0px);
  }
  .slider-1{
    min-height: 100vh;
    background: url(../images/Group%208995.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-2{
    min-height: 100vh;
    background: url(../images/Scene3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-3{
    min-height: 100vh;
    background: url(../images/Kitchen.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-4{
    min-height: 100vh;
    background: url(../images/Scene2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-5{
    min-height: 100vh;
    background: url(../images/slider5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-6{
    min-height: 100vh;
    background: url(../images/fam_23-Photo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-7{
    min-height: 100vh;
    background: url(../images/slider7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-8{
    min-height: 100vh;
    background: url(../images/slider8.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }
 .slider-9{
    min-height: 100vh;
    background: url(../images/slider9.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
 }


 /* slider start */

 .my-carousel .nav-main-slider-btn{
    color: #fff !important;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 30px !important;
    border: none;
    outline: none;
    
  }
  .my-carousel .owl-dots{
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* .my-carousel .owl-dot{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--black) !important;
    margin: 10px;
    outline: none;
  } */
  

  /* slider end */


 /* .carousel-indicators {
    transform: translate(45px,-6px);
} */


.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  transform: translate(14px,-25px);
}

.section1 .carousel-caption h2{
    font-size: 60px;
    font-family: sayaBd;
    color: #fff;
}
.section1 .carousel-caption .home-subtitles{
    font-size: 20px;
    font-family: sayaBd;
    margin-bottom: 2rem;
    color: #fff;
}
.section1 .carousel-caption .abatten{
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #fff;
    background-color: rgba(25,24,24,0.5294117647058824 );
    padding: .6rem 2rem;
    transition: 1s ease;
    color: #fff;
}
.section1 .carousel-caption .abatten:hover{
    letter-spacing: .2rem;
}

.section1 .menu-heads{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -150px;
}

.section1 .menu-heads h1{
    font-size: 60px;
    font-family: sayaBd;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.section1 .menu-heads .subtitle{
    text-transform: uppercase;
    font-family: sayaBd;
    color: #fff;
}
.section1 .menu-heads .subtitle i{
    padding: .5rem;
}
.section1 .menu-heads .subtitle a{
    color: #fff;
    font-family: sayaBd;
}

/* header end */

/* section 2 start */

.section2{
    margin: 30px 0;
}
.section2 .mainhead{
    text-align: center;
    font-family: saya;
    font-size: 40px;
    color: var(--black);
}
.section2 .subtitle{
    color: #676767;
    text-align: center;
    padding: 20px 0;
    border-bottom: .1rem solid #cbcbcb;
    font-size: 20px;
}
.section2 .designs{
    padding: 20px;
}

.section2 .designs .number{
    text-align: right;
}
.section2 .designs  h3{
    color: #fff;
    margin-top: 10px;
    font-family: saya;
    font-size: 36px;
}
.section2 .designs .number h3{
    color: #fff;
    margin-top: 10px;
    font-family: saya;
    font-size: 41 px;
}
.section2 .designs p{
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
}
.section2 .designs a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.section2 .designs a i{
    padding: 3px 5px;
    border: 1px solid ;   
    border-radius: 50%;
    font-size: 9px;
    margin-left: 10px;
}
.section2 .designs .design1{
    background-image: url(../images/Group-9004.jpg);
    background-size: cover;
    padding: 3rem 3rem 3rem 4rem;
    margin-bottom: 30px;
 }
.section2 .designs .design2{
    background-image: url(../images/Group-8997.jpg);
    background-size: cover;
    padding: 3rem 3rem 3rem 4rem;
    margin-bottom: 30px;
 }
 .section2 .designs .design3{
    background-image: url(../images/Group-8998.jpg);
    background-size: cover;
    padding: 3rem 3rem 3rem 4rem;
    margin-bottom: 30px;
 }
 .section2 .designs .design4{
    background-image: url(../images/Group-8999.jpg);
    background-size: cover;
    padding: 3rem 3rem 3rem 4rem;
    margin-bottom: 30px;
 }
 .section2 .designs .design5{
    background-image: url(../images/Group-9000.jpg);
    background-size: cover;
    padding: 3rem 3rem 3rem 4rem;
    margin-bottom: 30px;
 }
 .section2 .designs .design6{
    background: #252222;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4rem;
    margin-bottom: 30px;
 }
 .section2 .designs .design6 h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
 }
 .section2 .designs .design6 .booking-btn{
    border: 2px solid;
    padding: .6rem 2rem;
    margin-top: 10px;
    background-color: #191818;
    transition: .8s ease;
    font-size: 15px;
 }
 .section2 .designs .design6 .booking-btn:hover{
    letter-spacing: .2rem;
 }

.section2 .comment{
    padding: 0 3rem;
    
}
.section2 .comment .comment-posi{
    box-shadow: 0px 5px 8px #e5e5e5 , -0px -5px 8px #e5e5e5;
    margin: 5px;
}
.section2 .comment .comment-posi .comment-bg{
    position: relative;
    padding: 30px 0;
    text-align: end;
}
.section2 .comment .comment-posi .comment-bg .comment-bg-hover{
    position: absolute;
    top: 1px;
    transform: translate();
}

.section2 .comment .comment-posi .comment-bg-hover p{
    padding: 1.5rem .6rem;
    margin: 0;
    font-size: 14px;
    font-family: OpensansItalic;
    color: #9b9b9b;
    text-align: left;
}
.section2 .comment .comment-posi .comment-bg-hover h4{
    padding: 0 1rem 1rem;
    font-size: 22px;
    text-align: left;
}
/* section 2 end */

/* section 3 start */
.section3{
    margin-top: 30px;
    overflow-x: hidden;
}
.section3  .designs{
    padding: 30px;
    padding-bottom: 0;
}
.section3  .designs .work1{
    background-color: #f5f5f5;
}
.section3  .designs .work1 div{
    padding: 5rem 30px;
    text-align: center;
}
.section3  .designs .work1 h3{
    padding: .5rem 4rem;
    text-transform: capitalize;
    font-family: saya;
    font-size: 38px;
    color: var(--black);
}
.section3  .designs .work1 p{
    padding: 0 10px;
    font-size: 15px;
    padding-bottom: 10px;
    color: #8a8a8a;
}
.section3  .designs .work1 div a{
    border: 2px solid #5a5a66;
    color: #464545;
    padding: .6rem 2rem;
    text-transform: capitalize;
    font-size: 14px;
    font-family: OpensansBold;
    transition: 1s ease;
}
.section3  .designs .work1 div a:hover{
    color: #fff;
    background-color: #191818;
    letter-spacing: .2rem;
}
.section3  .designs .work2 div{
    padding: 4rem 30px;
    text-align: center;
}
.section3  .designs .work2 h3{
    padding: .5rem 3rem;
    text-transform: capitalize;
    font-family: saya;
    font-size: 38px;
}

.section3  .designs .work2 p{
    padding: 0 20px;
    font-size: 15px;
    padding-bottom: 20px;
    color: #8a8a8a;
}
.section3  .designs .work2 a{
    border: 2px solid #5a5a66;
    color: #464545;
    padding: .6rem 2rem;
    text-transform: capitalize;
    font-size: 14px;
    transition: 1s ease;
    font-family: OpensansBold;
}
.section3  .designs .work2 a:hover{
    color: #fff;
    background-color: #191818;
    letter-spacing: .2rem;
}
.section3  .designs .work3 .table-design{
    padding: 4rem 30px;
    text-align: center;
}
.section3  .designs .work3 h3{
    padding: 1rem 4rem;
    text-transform: capitalize;
    font-family: saya;
    font-size: 38px;
    color: #2f2f2f;
}
.section3  .designs .work3 .table-posi{
   padding: .5rem 3rem 0 ;
}
.section3  .designs .work3 .table-posi  p{
    border: 2px solid var(--border);
    padding: .5rem;
    font-size: 14px;
    text-transform: capitalize;
    font-family: OpensansBold;
    color: #464545;
    margin-bottom: 1.2rem;
}
.section3  .designs .work3 .table-posi a{
    background: #5a5a66;
    padding: .5rem 1rem;
    color: #fff;
    transition: 1s ease;
    margin-top: 10px;
    font-size: 14px;
    font-family: OpensansBold;
}
.section3  .designs .work3 .table-posi a:hover{
    letter-spacing: .2rem;
}

/* section 3 end */

/* section 4 start */

.section4{
    background: url(../images/%2012.png) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    padding-bottom: 5rem;
    
}

.section4 .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1.5rem;
    padding: 20px;
}
.section4 .box-container .box-clients{
    border: 1px solid #a9a7a7;
    text-align: center;
    padding: .5rem;
    align-items: center;
    background-color: #fff;
}
.section4 .mainhead{
    text-align: center;
    padding-top: 3rem;
    font-family: saya;
    font-size: 40px;
    color: var(--black);
}
.section4 .subtitle{
    text-align: center;
    text-transform: capitalize;
    padding: 20px 0;
    font-size: 20px;
    color: #676767;
}

/* section 4 end */

/* section 5 start */

.section5 .mainhead{
    text-align: center;
    padding-top: 3rem;
    text-transform: capitalize;
    font-family: saya;
    color: var(--black);
    font-size: 40px;
}
.section5 .subtitle{
    text-align: center;
    text-transform: capitalize;
    padding: 20px 0;
    color: #676767;
    font-size: 20px;
}

/* section 5 end */

/* section 6 start */

.section6{
    background: #494949;
    padding: 3rem 0 3.8rem;
}
.section6 .designs{
    padding: 0 20px;
}
.section6 .designs h3{
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: saya;
    font-size: 31px;
}
.section6 .designs a{
    font-size: 15px;
    text-transform: uppercase;
    padding: .5rem 2rem;
    color: #fff;
    transition: 1s ease;
    /* background: #143b5c; */
    border: 2px solid ;
    margin: 1rem 0;
}
.section6 .designs a:hover{
    letter-spacing: .2rem;
    color: #fff;
}

/* section 6 end */

/* footer start */

footer{
    background: #494949;
}
footer .designs{
    padding-top: 20px;
}
footer .designs h4{
    color: #fff;
    text-transform: uppercase;
    padding: 30px 0 20px;
    font-family: sayaFy;
    font-size: 18px;
}
footer .designs p{
    color: #cccccc;
    font-size: 14px;

}
footer .designs .head-h4-2{
   padding-left: 0 !important;
}
footer .designs .box h4{
    padding-left: 3rem;
}
footer .designs .footer-posi2{
    padding:0 3rem;
}
footer .designs .footer-posi2 a{
    border-bottom: 1px solid;
    color: #cccccc;
}
footer .designs .footer-posi3{
    padding-right: 6rem;
}
footer .designs .footer-posi3 img{
    margin-right: 10px;
    margin-bottom: 15px;
    height: 2rem;
}
footer .designs .search-form{
    border-bottom: 1px solid #898989;
    /* margin-right: 3rem; */
}
footer .designs .search-form input{
    background: transparent;
    color: #898989;
    width: 80%;
}
footer .designs .search-form button{
    background: transparent;
    color: #898989;
}
footer .designs .footer-posi4{
    padding-top: 10px;
    border-top: 1px solid #898989;
    margin-top: 1.5rem;
}
footer .designs .footer-posi4 p{
    text-align: center;
}

/* footer end */




/* home page end */

.header .menu-heads{
    text-align: center;
    color: #fff;
    margin-top: 4rem;
}
.header .menu-heads h1{
    font-size: 45px;
    text-transform: uppercase;
    font-family: sayaBd;
}
.header .menu-heads .subtitle{
    font: 14px;
    text-transform: uppercase;
    font-family: sayaBd;
}
.header .menu-heads  a{
    color: #fff;
    font-family: sayaBd;
    text-transform: uppercase;
    font-family: sayaBd;
}
.header .menu-heads .subtitle i{
    padding:0  .5rem;
}


/* about page start */

#about{
    min-height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../images/about-main.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}
/* ab1 strat */


.ab-1 .ab-head{
    padding: 20px;
}
.ab-1 .ab-head span{
    color: #1181b0;
    font-size: 18px;
    font-family: OpensansMedium;
}
.ab-1 .ab-head h3{
    font-family: sayaBd;
    font-size: 32px;
    color: var(--black);
    text-transform: uppercase;
}
.ab-1 .ab-head p{
    color: #8a8a8a;
    font-size: 15px;
}
.ab-1 .ab-head li{
    color: #8a8a8a;
    font-size: 15px;
    list-style: disc;
}

/* ab1 end */


/* ab2 strat */

.ab-2 .work1{
    background: #f8f8f8;
    padding: 0 ;
    text-align: center;
    padding: 6rem 9rem 6rem 3rem;
}
.ab-2 .work1 span{
    font-family: OpensansMedium;
    font-size: 18px;
    color: #1181b0;
}
.ab-2 .work1 h3{
    font-family: sayaBd;
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ab-2 .work1 p{
    font-size: 15px;
    color: #8a8a8a;
    margin-bottom: 2rem;
}
.ab-2 .work1 a{
    font-size: 14px;
    padding: .6rem 2rem;
    border: 2px solid #1181b0;
    text-transform: uppercase;
    color: #222121;
    transition: 1s ease;
    font-family: OpensansBold;
}
.ab-2 .work1 a:hover{
    letter-spacing: .2rem;
}
.ab-2 .work2{
    margin:5rem 0;
}
.ab-2 .work2 h3{
    font-family: sayaBd;
    font-size: 32px;
    color: var(--black);
    padding-left: .5rem;
    text-transform: uppercase;
}
.ab-2 .work2 p{
    font-size: 15px;
    color: #8a8a8a;
    padding: 0 1rem 0 .5rem;
    margin: 0;
}
.ab-2 .work2 .position1{
    padding: 0 2rem 0 30px;
}
.ab-2 .work2 .position1 img{
    margin-bottom: 2rem;
}
.ab-2 .work2 .position2{
    padding: 0 30px 0 2rem;
}
.ab-2 .work2 .position2 img{
    margin-top: 2rem;
}

/* ab2 end */


/* ab3 start */

.ab3{
    background-color: #ededed;
    margin: 30px 0;
}
.ab3 .ab3-position{
    padding: 5rem 30px;
}
.ab3 .ab3-position .work{
    text-align: center;
    margin-top: 5rem;
}
.ab3 .ab3-position .work span{
    font-family: OpensansMedium;
    font-size: 18px;
    color: #1181b0;
}
.ab3 .ab3-position .work h3{
    font-family: sayaBd;
    color: var(--black);
    font-size: 32px;
    margin-top: .5rem;
    text-transform: uppercase;
}
.ab3 .ab3-position .work p{
    color: #8a8a8a;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom:3rem;
}
.ab3 .ab3-position .work a{
    font-size: 14px;
    padding: .6rem 2rem;
    border: 2px solid #1181b0;
    text-transform: uppercase;
    color: #222121;
    transition: 1s ease;
    font-family: OpensansBold;
}
.ab3 .ab3-position .work a:hover{
    letter-spacing: .2rem;
}

/* ab3 end */

/* ab4-start */

.ab4 .ab4-position{
    padding: 30px;
}
.ab4 .ab4-position .ceo{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.ab4 .ab4-position .ceo:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.ab4 .ab4-position .content{
    background: #f8f8f8 ;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 2rem;
}
.ab4 .ab4-position img{
    margin-top: 3rem;
}
.ab4 .ab4-position .content h3{
    font-size: 32px;
    color: var(--black);
    font-family: sayaBd;
    text-transform: uppercase;
    margin-top: 4rem;
}
.ab4 .ab4-position .content p{
    font-size: 15px;
    color: #595858;
    margin-top: 2rem;
}
.ab4 .ab4-position .content img{
    margin: 1rem 0;
}
.ab4 .ab4-position .content h5{
    color: #38393a;
    font-size: 20px;
}
.ab4 .ab4-position .content span{
    font-size: 14px;
    color: #1181b0;
    margin-bottom: 1rem;
}

/* ab4-start */

/* ab5 start */
.ab5{
    margin-bottom: 3rem;
}
.ab5 h3{
    text-align: center;
    font-family: sayaBd;
    font-size: 32px;
    color: var(--black);
    text-transform: uppercase;
    margin-top: 3rem;
}
.ab5 p{
    font-size: 16px;
    color: #676767;
    text-align: center;
}
.ab5 .handerline{
    background-color: #707070;
    height: 2px;
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.ab5 .team{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1.5rem;
    text-align: center;
    margin-bottom: 4rem;
    overflow-x: hidden;
}
.ab5 .team .members{
    position: relative;
    
}
.ab5 .team .members img{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
    margin-left: 0;
}
.ab5 .team .members img:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    margin-left: 30px;
}
.ab5 .team .members .member-name{
    position: absolute;
    top: 68%;
    right: 25px;
    text-align: left;
    background-color: rgba(248, 248, 248,.8);
    border-radius: 5px;
    width: 80%;
    padding: 1rem 1rem;
}
.ab5 .team .members .member-name h4{
    font-size: 15px;
    color: #333333;
    margin: 0;
    
}
.ab5 .team .members .member-name span{
    font-size: 11px;
    color: #0d0d0d;
}

/* ab5 end */

/* ab6 start */

.ab6{
    background-color: #f8f8f8;
    padding: 5rem 0;
    margin-top: 3rem ;
}
.ab6 .head h3{
    color: var(--black);
    text-align: center;
    font-family: sayaBd;
    font-size: 32px;
    text-transform: uppercase;
}
.ab6 .head p{
    color: #828282;
     font-size: 16px;
    text-align: center;
    padding: 0 20rem;
    margin-bottom: 3rem;
}
.ab6 .box{
    padding: 30px;
}
.ab6 .box .counting{
    margin-top: 3rem;
    margin-left: 3rem;
}
.ab6 .box .counting div{
    padding: 1rem 0;
    border-left: 4px solid #1181b0;
}
.ab6 .box .counting div h4{
    font-size: 45px;
    color: #313131;
    padding-left: 1.5rem;
    font-family: OpensansBold;
}
.ab6 .box .counting div p{
    font-size: 20px;
    color: #828282;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

/* ab6 end */

/* ab7 start */

.ab7 .box{
    padding: 0 30px 5rem;
}
.ab7 .work h3{
    text-transform: uppercase;
    font-size: 32px;
    font-family: sayaBd;
    color: var(--black);
    margin-top: 10rem;
}
.ab7 .work p{
    color: #8a8a8a;
    font-size: 15px;
    padding: 0;
}
.ab7 .work1{
    padding-left: 1.4rem;
}
.ab7 .work3{
    padding-right: 1.5rem;
    padding-left: 0;
}



/* ab7 end */





/* about page end */





/* join start */



#join{
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../images/join-main.png) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}
.section1 .menu-heads h6{
    font-size: 30px;
    font-family: sayaBd;
    color: #fff;
}
.section1 .menu-heads .head-tittil{
    width: 70%;
    margin: 0 auto;
}



/* js1 start */
.js1{
    padding-bottom: 3rem;
}

.js1 .work{
    padding: 0 5.6rem;
    text-align: center;
    align-self: center;
}
.js1 .work a{
    color: #fff;
    background-color: #2c2727;
    font-size: 16px;
    transition: 1s ease;
    padding: .5rem 1rem;
}
.js1 .work a:hover{
    letter-spacing: .2rem;
}
.js1 .work h3{
    font-size: 40px;
    font-family: sayaBd;
    color: var(--black);
    margin-top: 2rem;
    text-transform: uppercase;
}
.js1 .work p{
    color: #8a8a8a;
    font-size: 15px;
}
.js1 .work1{
    padding: 2rem  5.6rem ;
    align-self: center;
}
.js1 .work1 .abtn1{
    background-color: #2c2727;
    font-family: OpensansMedium;
    font-size: 16px;
    color: #fff;
    padding: .6rem 1.6rem;
    transition: 1s ease;
}
.js1 .work1 .abtn1:hover{
    letter-spacing: .2rem;
}
.js1 .work1 h3{
    font-family: sayaBd;
    font-size: 40px;
    text-transform: uppercase;
    padding-right: 5rem;
    margin: 2rem 0;
}
.js1 .work1 span{
    font-family: archivo;
    font-size: 20px;
    color: #1181b0;
}
.js1 .work1 p{
    font-size: 14px;
    font-family: Assistant;
    color: #776e6e;
    padding-right: 19rem;
}
.js1 .work1 p a{
    font-size: 14px;
    font-family: Assistant;
    color: #776e6e;
}
.js1 .work1 .abtn2{
    font-family: OpensansBold;
    font-size: 14px;
    color: #222121;
    padding: .6rem 1.6rem;
    transition: 1s ease;
    border: 2px solid #1181b0;
}
.js1 .work1 .abtn2:hover{
    letter-spacing: .2rem;
}
.js1 iframe{
    width: 100%;
    height: 450px;
}
.js2 {
    padding: 0 12rem 5rem ;
}
.js2 .head h3{
    font-size: 36px;
    font-family: saya;
    color: var(--black);
    text-align: center;
    margin: 1rem;
    text-transform: capitalize;
}
.js2 .head p{
    text-align: center;
    font-size: 16px;
    color: #676767;
    margin-bottom: 2rem;
}
.js2 .head p a{
    color: #0e64aa;
}

.js2 form  label{
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 15px;
    color: #333333;
    font-family: roboto;
}
.js2 form  input,select,textarea{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: .6rem;
}
.js2 form #myfile{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    outline: none;
}
::-webkit-file-upload-button{
    color: #fff;
    background: #2c2727;
    border: none;
    border-radius: 5px;
    padding: .6rem;
}
.js2 form button{
    margin-top: 3rem;
    background-color: #2c2727;
    color: #ffff;
    font-family: Robotomd;
    font-size: 17px;
    width: 100%;
    padding: .6rem;
    border-radius: 5px;
}



/* js1 end */


/* join end */


/* project start */


#project{
    min-height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../images/project-amin.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

/* pr1 strat */

.pr1{
    margin-bottom: 5rem;
}

/* .pr1 .head{
    border-bottom: 2px solid;
    text-align: center;
    padding: 2.5rem 0 2rem;
    margin: 0 8.3rem 3rem;
} */

.pr1 .head{
    display:none;
}
.pr1 .head h3{
    font-family: sayaBd;
    font-size: 32px;
    color: var(--black);
    text-transform: uppercase;
}
.pr1 .box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
    padding: 2rem;
}
.pr1 .box .work{
    box-shadow: 0px -5px 8px #e5e5e5, 0px -5px 8px #e5e5e5;
    margin: 5px;
}
.pr1 .box .work .sr-contant{
    box-shadow: 0px 5px 8px #e5e5e5, 0px 5px 8px #e5e5e5;
}
.pr1 .box .work h5{
    font-family: sayaBd;
    font-size: 20px;
    color: var(--black);
    padding: .5rem 2.5rem;
    margin-top: 1rem;
}
.pr1 .box .work p{
    margin: 0;
    font-size: 14px;
    font-family: OpensansItalic;
    color: #9b9b9b;
    text-align: left;
    padding: .5rem 2.5rem;
    margin-bottom: 2rem;
    min-height: 12rem;
}
.pr1 .box .work span{
    background-color: #0e64aa;
    display: block;
    height: 2px;
    width: 7rem;
    margin: 0 auto;
}






/* .pr1 .head .tablink {
    background-color: #222;
    color: #999;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
  }
  
  .pr1 .head .tablink:hover {
    color: #5a5a66;
  } */
  
  /* Style the tab content (and add height:100% for full page content) */
  /* .pr1.tabcontent {
    color: ;
    display: none;
    height: 100%;
  } */



.pr1  .box .pj-animation {
    position: relative;
    
  }
  
  
  .pr1  .box .pj-animation .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,.5);
  }
  
  .pr1  .box .pj-animation:hover .overlay {
    opacity: 1;
  }
  
  .pr1  .box .pj-animation .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .pr1  .box .pj-animation .text h5{
    color: white;
    font-size: 20px;
  }

/* pr1 end */

.pr2{
    background-color: #494949;
}
.pr2 .head {
    padding: 3rem 30px 3.8rem;
}
.pr2 .head h3{
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: saya;
    font-size: 31px;
}
.pr2 .head a{
    font-size: 15px;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    color: #fff;
    transition: 1s ease;
    /* background: #143b5c; */
    border: 2px solid;
    margin: 1rem 0;
}
.pr2 .head a:hover{
    letter-spacing: .2rem;
}




/* popup start */


.magnific-img {
    /* display: inline-block; */
    /*width: 32.3%;*/
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9999999; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
    font-size: 15px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


/* popup end */

/* project end */

/* contact start */
#contact{
    min-height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../images/contact-banner.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

.ct1{
    margin: 5rem 0;
}
.ct1 .box{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5rem;
    border-radius: .5rem;
}
.ct1 .box h3{
    text-align: center;
    font-family: saya;
    font-size: 40px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
} 
.ct1 .box .design{
    text-align: center;
    padding: 1rem ;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .5rem;
    min-height: 12rem;
    margin: .7rem 0;
}
.ct1 .box .design p{
    color: #fff;
    font-size: 14px;
    margin: 1rem 0 .5rem;
}
.ct1 .box .design i{
    color: #fff;
    font-size: 28px;
}
.ct1 .box .design a{
    color: #fff;
    font-size: 14px;
}
.ct1 .box .design a:hover{
    color: rgba(255, 255, 255, 0.3);

}
.ct1 .box iframe{
    border-radius: .5rem;
    width:100%; height:100%;
}
/* contact end */



/* pro start */
.pro {
    margin: 5rem 0;
}
.pro .head{
    margin-top: 5rem;
}
.pro .head h2{
    color: var(--black);
    font-size: 36px;
    font-family: sayaBd;
    text-transform: uppercase;
    margin: 2rem 0;
    word-break: break-all;
}

/* pro1 start */



/* pro1 end */




/* pro end */


/* OUR TEAM start */

/* #project-fur{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-FURNITURE.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex; 
} */

/* #project-helth{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-helth.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex; 
} */

/* #project-hospi{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-hospi.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex; 
} */

/* #project-resid{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-resid.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
} */

/* #project-Retail{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-Retail.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
} */

/* commer start */
/* #project-comer{
    min-height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../assets/photos/project/project-comer.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
} */
.pro-work  .box .pj-animation {
    position: relative;
    padding: 0;
  }
  .pro-work  .box .pj-animation .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,.5);
  }
  
  .pro-work  .box .pj-animation:hover .overlay {
    opacity: 1;
  }
  
  .pro-work  .box .pj-animation .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .pro-work  .box .pj-animation .text h5{
    color: white;
    font-size: 20px;
  }
/* commer end */


/* ut2 start */

.ut2{
    margin-top: 3rem;
}


/* ut2 end */


/* our team end */



/* services start */

#services{
    min-height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../images/services-banner.jpg) , no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

.pr1 .head h4{
    font-size: 18px;
    color: #1181b0;
    font-family:OpensansMedium ;
} 
.pr1 .head .service-text{
    font-size: 14px;
    color: #8a8a8a;
    padding: 0 6.5rem;
}

.pr1 .box .work .sr-image-icon{
    background-color: #f8f8f8;
    padding: .8rem;
    margin-left: .5rem;
    margin-top: -2.7rem;
}

/* services end */
.pro .p-0{
    padding:5px !important; 
}



/* project gallery */


#project-box {
    margin: auto;
  }
  
  .grid-item {
  display: inline-block;
      height: auto;
  
      overflow: hidden;
      text-align: center;
      width: 25%;
      
  }
  .grid-item img{
      width:100%;
      height:auto;
  }
  
  .isotope-pager .pager {
    display: inline-block;
  }
/*   .filters {
      width: 100%;
      text-align: center;
      padding-bottom: 35px;
      padding-top:20px;
      
  } */
  
   .filters {
      width: 100%;
      text-align: center;
      padding-bottom: 0px;
      padding-top:0px;
      
  }
/*    .filters ul {
      list-style: none;
      padding: 20px 10px;
      margin: 0 40px;
      border-radius: 30px;
      background-color: #494949;
  } */
   
  .filters ul {
      list-style: none;
      padding:20px 10px;
      margin: 0px;
      border-radius:0;
      background-color: #494949;
  }
 /*  
  .filters li  {
      display: inline-block;
      padding: 10px 25px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;

  } */
    .filters li  {
      display: inline-block;
      padding: 10px 25px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;

  }
  
  
  .filters li a{
      color: #b6b6b6;
      text-decoration: none;
  }
  .filters li a:hover{
      color:#fff;
  }
  
  .filters li:hover {
      box-shadow: -1px 1px 11px rgba(0,0,0,.4);
      border-radius: 15px;
  }
  
  .filters li.active a{
      color: #fff;
      border: 1px solid #1181b0;
      border-radius: 15px;
      box-shadow: -1px 1px 11px rgba(0,0,0,.4);
      padding: 10px 25px;
      
  }
  
  
  
  .isotope-pager a{
    margin: 6px 1px;
      display: inline-block;
      width: 50px;
      /* height: 60px; */
      line-height: 31px;
      color: #b6b6b6;
      font-weight: 600;
      transition: 0.3s;
      /* position: relative; */
      /* padding-right: 26px; */
      box-shadow: -1px 1px 11px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #232323;
      border: .5px solid #1181b0;
      text-decoration:none;
  }
  
  .isotope-pager a:hover{
    color: #fff;
    border: .5px solid #1181b0;
    box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
  }
  
  .isotope-pager .active{
    color: #1181b0 !important;
      box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #161616;
      border: 1px dotted #1181b0;
  }
  
  .isotope-pager .prev{
    border-radius: 30px 0 0 30px;
  }
  
  .isotope-pager .next{
    border-radius: 0 30px 30px 0;
  }
  
  .isotope-pager a::before,.isotope-pager a:after{
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .isotope-pager .num::before,.next::before{
    border-right: 20px solid #2c3e50;
    right: 100%;
  }
  
  .isotope-pager .num:after,.prev:after{
    border-right: 20px solid #f1f1f1;
    right: 0;
  }
  
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .grid-item:hover .overlay {
    opacity: 1;
  }
  
  /* Search */
  .gsc-input-box {
    border: transparent !important;
    background: transparent !important;
}
#___gcse_0{    
	width: 94%;
    	margin: 0 3%;
}

.gsib_a {
    padding: 0px !important;
}
.gsib_a input {
background-color: transparent !important;
    padding: 5px 3px !important;

}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-search-button-v2 svg {
    width: 50px !important;
    height: 25px !important;
}

#adBlock, .gsc-adBlock {display:none !important;}