
*{
    -webkit-tap-highlight-color: transparent; 
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -moz-tap-highlight-color: rgba(0,0,0,0); 
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../font-family/monsterart/Montserrat-Regular.ttf);
  }
@font-face {
    font-family: Belgiano-Serif-2;
    src: url(../font-family/belgiano-serif/Belgiano-Serif-2.otf);
  }
@font-face {
    font-family: Montserrat-Light;
    src: url(../font-family/monsterart/Montserrat-Light.ttf);
  }
  h4,h3,a{
    font-family: Montserrat-Regular;
  }

  h1,h2{
    font-family: Belgiano-Serif-2;
    font-weight: 100;
  }
  h1{
    font-size: 47px;
  }
  p{
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat-regular;
  }

.fr-anm{
    overflow: hidden;
}

/* --------------slick------------------- */

.slick-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    background-color: #b3b3b3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}

.slick-dots .slick-active {
    background-color: white;
    width: 22px;
    border-radius: 50px;
}


.slick-dots li button {
    display: none !important;
}
/* ----------------slick close------------------- */

/* --------------animations------------------- */
.fr-anm{
    overflow: hidden;
}
.scroll-top{

    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}
.scroll-top--visible{
    transform: translateY(0px);
    opacity: 1;
}
.scroll-bottom{
    transform: translateY(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}
.scroll-bottom--visible{
    transform: translateY(0px);
    opacity: 1;
}

.scroll-left{
  transform: translateX(50px);
  opacity: 0;
  transition: 1s ease;
  position: relative;
}
.scroll-left--visible{
  transform: translateX(0px);
  opacity: 1;
}
.scroll-right{
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease;
  position: relative;
}
.scroll-right--visible{
  transform: translateX(0px);
  opacity: 1;
}
.fd-in{
    opacity: 0;
    transition:2s;
}
.fade-in {
    animation: fadeIn 2s ease-in-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
/* ------------animations close------------------- */

/* ==============header======================= */
.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;

}
.navigation h3 a{
    text-decoration: none;
    color: #000000;
}
.navigation button{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Montserrat-Regular;
    font-size: 18px;
    font-weight: 600;
}
.header-wht{
    padding: 30px 0;
    position: relative;
    z-index: 10;
}
.header-mn{
    padding: 30px 0;
    position: relative;
    z-index: 10;
}
.row.fr-mbs {
    display: flex;
    justify-content: left !important;

}
.row.nav-con{
    display: flex;
    justify-content: space-between;
}
.fr-mbs li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;   
    font-family: Belgiano-Serif-2;
}
.foot-icon.mb-btm{
    display: flex;
    align-items: end;
    height: 100%;

}
.fr-mbs li{
    margin: 0px 0;
}
.foot-icon.mb-btm a{
    color: #ffffff;
}
header img{
    width: 160px ;
}


/* ----------header close-------------------- */

/* --------------header white---------------- */

.header-wht .navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;

}
.header-wht .navigation h3 a{
    text-decoration: none;
    color: #ffffff;
}
.header-wht .navigation button{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Montserrat-Regular;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
}
/* .header-wht{
    padding: 40px 0;
    position: relative;
} */
.header-wht .toggle_icon span:nth-child(1) {
    background-color: #ffffff !important;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.header-wht .toggle_icon span:nth-child(2) {
    background-color: #ffffff !important;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.header-wht .toggle_icon span:nth-child(3) {
    background-color: rgb(255, 255, 255) !important;
    width: 36px;
    transition: 0.4s ease-in-out;
}
.header-wht .is-active span:nth-child(2) {
    transition: 0.4s ease-in-out;
    transform: rotateZ(180deg);
    background-color: #ffffff;
    top: 8px;
    position: relative;
}


/* -----------header white close------------- */

/* --------------togle bar------------------- */
.toggle{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 11;
}
.toggle_icon {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: none;
    display: block;

}

.toggle_icon span {
    display: block;
    margin: 7px 0;
    height: 3px;
}

.toggle_icon span:nth-child(1) {
    background-color: #000000;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.toggle_icon span:nth-child(2) {
    background-color: #000000;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.toggle_icon span:nth-child(3) {
    background-color: #000000;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.is-active span:nth-child(1) {
    background-color: #000000;
    width: 36px;
    transition: 0.4s ease-in-out;
    transform: rotateZ(45deg);
    position: absolute;
    top: 2px;
    opacity: 0;
}

.is-active span:nth-child(2) {
    transition: 0.4s ease-in-out;
    transform: rotateZ(180deg);
    background-color: #ffffff;
    top: 8px;
    position: relative;
}

.is-active span:nth-child(3) {
    background-color: #000000;
    width: 36px;
    transition: 0.4s ease-in-out;
    transform: rotateZ(135deg);
    position: absolute;
    top: 2px;
    opacity: 0;
}

/* --------------full screen nav--------- */
.navs{
    position: fixed;
    top: 0;
    background-color: #000000;
    /* background-image: url(../asset/images/collections/nav-bg.jpg); */
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 11;
    display: grid;
    align-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    background-size: cover;
    background-position: 50% 83%;

}

.navs_open{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.navs ul{
    display: block;
    gap: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0;
    font-size: 18px;
    /* margin-left: 200px; */
}
.nav-logo img{
    width: 150px;
    margin-bottom: 100px;
    position: absolute;
    top: 26px;
    z-index: 11;
    display: none;
}
/* ------------header close-------------------- */

/* ----------------footer---------------------- */

.footer{
    background-color: #303031;
    color: #ffffff;
    padding: 80px 0;
    height: 100%;
    position: relative;
}
.footer p{
    font-size: 18px;
}
.footer li{
    list-style: none;
    margin-top: 20px;

}
.footer .fr-foot{
    display: flex;
    align-items: end;
    
}
.foot-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 30px;
    margin-left: 100px;
}
.foot-fl{
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 300px;
    z-index: 11;
    position: relative;
}
.foot-rt li{
    font-size: 32px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.foot-rt ul li{
    text-align: right;
    transition: 0.3s
}
.foot-rt P{
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
}
.foot-rt li i{
    font-size: 23px;
    display: none;rotate: -45deg;
    margin-right: 10px;
    

}
.footer a{
    text-decoration: none;
    color: #ffffff;
}
.foot-rt li:hover i {
    display: block;
}
.fr-ft-bg {
    font-size: 103px;
    color: #333333;
    position: absolute;
    width: 100%;
    transform: translate(0%, 30%);
    padding-left: 20px;
    z-index: 1;
}
.copy-rt{
    z-index: 11;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}
.copy-rt p{
    font-size: 16px;
    text-align: center;
}
.copy-rt a{
    color: #689bcf;
}
/* --------------footer close------------------ */

/* -------------index----------------------- */

.mntxt{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(0, 0, 0);
    margin-top: -82px;
    
}
.ind-bg{
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/ind-bg.png);
    background-size: cover;
    position: relative;
    top: -20px;
    background-position: 70% 0px;
}
.mntxt h1{
    letter-spacing: 14px;
    text-transform: uppercase;
    font-size: 64px;
    text-align: center;
}
.und-srv ul li::marker{
    font-size: 25px;
    margin-left: 10px;
}
.und-srv ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

/* ----------------------------------------- */

.expandcls {
    width: 100%;

  }
.changingDivcls {
    width: 100px;
    max-width: 100%;
    height: 100vh;
    min-width: 1200px;
    transition: width 0s ease; 
    margin: 0 auto;
}

.change-width{
  position:-webkit-sticky;
  position:sticky;
  top: 0px;
  z-index: -1;
  margin-bottom: 200px;
}
.change-width.btm{
  margin-bottom: 300px;
}
.sec-2-bx{
  display: flex;
  align-items: center;
}
.sec-2-bx.sec-2-bx2{
  background-color: #3c3c3d;
}
.sec-2-bg.sec-2-bg2{
  color: #525252;
}
.sec-2-bx.sec-2-bx3{
  background-color: #4e4e50;
}
.sec-2-bg.sec-2-bg3{
  color: #6b6b6b;
}

/* ----------------------------------------- */

  
.widthing-bx {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  position:-webkit-sticky;
  position:sticky;
  top: 0px;
  z-index: -1;
  cursor: pointer;
}

.widthings {
  
  min-width: 60%;
  height: 100vh;
  will-change: width;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 0;
  
}
.clr1{
  background-color: #3b3b3b;
}
.clr2{
  background-color: #4b4b4b;
}
.clr3{
  background-color: #666666;
}


.sec-2-bg {
    position: absolute;
    transform: translate(11%, 10%);
    z-index: 1;
    color: #363636;
}
.sec-2-bg h1{
    font-size: 10vw;
}
.sec-2-bx{
    height: 100%;
    min-width: 100%;
    /* background-color: #303031; */
    /* margin-bottom: 150px; */
    padding: 80px;
    position: relative;
}
.sec-2-bx h1{
    color: #ffffff;
    font-size: 40px;
    margin-top: 50px;
    z-index: 10;
    position: relative;
}
.sec-2-bx p{
    color: #ffffff;
    margin-top: 20px;
    font-family: Montserrat-Light !important;
    z-index: 10;
    position: relative;
}
.sec-2-imgbx{
    height: 100%;
    width: 100%;

}
.sec-2-bx img{
    width: 100%;
    max-height: 500px;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    position: relative;
}
.lrn-btn{
    position: absolute;
    bottom: 50px;
    left: 60px;
    transform: translateX(-50%);
    z-index: 9999;
}
.lrn-btn a{
    text-decoration: none;
    color: #4face3;
    position: relative;
}
.lrn-btn a::after{
    content: "";
    position: absolute;
    background-color: #4face3;
    width: 50%;
    height: 2px;
    bottom: -8px;
    left: 0;
}
/* #expand{min-width: 20%;
    min-height: ;
} */

.sec-3 h1{
    font-size: 47px;
}
.sec-3 h3 {
    font-size: 26px;
    margin-bottom: 29px;
}

.sec-3 p{
    color: #000000;
}
.sec-3 .h1{
    margin-bottom: 30px;
}
.col-md-6.fr3-img{
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.sec-3 img{
    height: 600px;
}
.fr-count{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}
.sec-4.inabt{
    margin-top: 80px;
    margin-bottom: 100px;
}
.row.rm-mrgn{
    margin-right: 0;
}
.col-md-6.fr-pdng{
    padding-right: 0;
    text-align: center;
}
.sec-4-bx{
    height: 100%;
    width: 100%;
    background-color: #303031;
    /* margin: 150px 0 100px 0; */
    padding:150px 80px;
}
.sec-4-bx h1{
    color: #ffffff;
}
.sec-4-bx h2{
    color: #ffffff;
}
.sec-4-bx p{
    color: #ffffff;
}
.sec-4-bx p{
    padding-top: 20px;
}
.sec-4-bx h2{
    font-size: 30px;
}
.sec-4-bx h1{
    margin-bottom: 50px;
}

.sec-4-inrbx{
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
}
.sec-5 h1{
    margin-bottom: 50px;
}

.img-col{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;

}
.img-col img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
}
.img-col::after{
    content: "";
    display: block;
    padding-top: 90%;
    position: relative;
}
.onimg{
    position: absolute;
    bottom: 10%;
    left: 9%;
    transition: all 0.3s;
}
.onimg h3{
    color: #ffffff;
    font-size: 23px;

}
.sec-5 .row{
   width: 100%;
   margin: 20px 0;
   
}
.sec-5{
    /* margin-bottom: 80px; */
    height: 100%;
    width: 100%;
    padding: 100px 0;
    background-color: #ffffff;

}
.rcnt-hdng{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rcnt-hdng h3{
    color: #484714;
    font-size: 16px;
    border-bottom: 2px solid #484714;
    padding-bottom: 2px;
}
.rcnt-hdng a {
    text-decoration: none;
}
/* ----------------close index----------------- */

/* --------------------abt--------------------- */
/* .abt-mn-txt{
    max-width: 1140px;
    margin: 0 auto;
} */
.abt-mn-txt a{
    text-decoration: none;
    color: #000000;
}
.abt-mn-txt span{
   color: #ff0000;
}
.abt-mn-txt p{
    margin: 30px 0;
}
.abt-mn-txt h1{
    font-size: 64px;
    padding-top: 30px;
}
.abt-bg{
    background-image: url(../assets/images/abtmn.png);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 700px;
    margin: 100px 0;
    
}
.tck-btns{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding-top: 30px;
}
.tck-btn{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.tck-btn img{
    width: 30px !important;
    height: 100% !important;
    margin-right: 10px;
}
.sec-3 .p{
    margin-bottom: 30px;
}
.inabt{
    margin-bottom: -50px;
}
.sec-4-icimg img{
    height: 250px;
    margin-left: 50px;

}
.wth-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.sec-4-icimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 394px;

}
.msn-bx{
    height: 550px;
    width: 100%;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 0 80px;
    
}
.msn-bx p{
    max-width: 600px;
    margin-top: 25px;
}
.abt-slide-bx-bg{
    height: 100%;
    background-color: #363636;
    padding: 150px 0;
}

.abt-slide-bx{
    position: relative;
    z-index: 22;
    max-width: 1130px;
    margin: 0 auto;
}
.abt-slide .abt-img-ic{
    width: 50px;
    margin: 30px 0;
}
.abt-slide{
    margin: 0 20px;
    color: #ffffff;   


}
.abt-slide .h3{
    margin: 40px 0 15px 0;  
    font-size: 20px !important; 

}
.abt-slide-bx-bg h3{
    margin: 40px 0 15px 0;  
    font-size: 30px !important; 
    font-family: Montserrat-Light;
    color: #ffffff;
    margin-left: 106px;

}
.abt-slide img{
    height: 100%;
    width: 100%;   
}
.abt-slide .p{
    font-size: 23px;
    line-height: 30px;
}
.prev_button{
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
    font-size: 25px;
    font-size: 25px;
    padding: 9px 15px;
    background-color: #ffffff;
    border-radius: 50%;
}
.next_button{
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
    font-size: 25px;
    padding: 9px 15px;
    background-color: #ffffff;
    border-radius: 50%;
}
.abt-bt-slide-bx{
    margin-bottom: 5 0px;
    position: relative;
}
.srv-imgs{
    margin: 0 10px;
    border-radius: 50px;
}
.srv-imgs img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.sec-6{
    margin-bottom: 50px;
}



  
  .row .col-lg {
    position: relative;
  }
  
  .panels {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
  
  .panel{
    position:absolute;
    top:100px; left:95px; right:80px; bottom:0;
    /* background-color:#ccc; */
    transform: translateY(100%);
    height: 100%;
  }
  .fr-brdr{
    background-color: #f1f1f1;
    padding: 150px 80px;
    text-align: left;
  }
  .containersss{
    margin-top: 100px;
    margin-bottom: 50px;
  }
  







/* ------------------close abt----------------- */

/* -------------projects----------------------- */

.prjct-img-bx{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;
    margin: 10px 0;
}
.overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    transition: all 0.3s;

}
.ovrlay-bx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    padding: 10px 15px;
    
}

.prjct-img-bx img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
}
.prjct-img-bx img::after{
    content: "";
    display: block;   
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    height: 100%;
}
.prjct-img-bx::after{
    content: "";
    display: block;
    padding-top: 66%;
}
.prjctwdth{
    /* max-width: 1140px;
    margin: 0 auto; */
    padding-bottom: 50px;
}
.prjct-nm{
    position: absolute;
    bottom: 10%;
    left: 8%;
    color: #ffffff;
}
.prjct-nm p{
    font-size: 20px;
}
/* ---------------close projects--------------- */


/* ------------project details----------------- */

.abt-mn-txt.indet a{
    color: #ffffff;
}
.abt-mn-txt.indet p{
    color: #ffffff;
}
.abt-mn-txt.indet span{
    color: #fbd100;
    /* color: #ff0000; */
}
.det-bg-img{
    width: 100%;
    height: 104vh;
    background-image: url(../assets/images/pojct-det-bg.png);
    background-size: cover;
    margin-top: -193px;
    z-index: -1;
    background-position: 50% 0;
}
.dt-bg-txt{
    height: 100vh;
    display: flex;
    align-items: end;
    padding-bottom: 200px;
    color: #ffffff;
    /* max-width: 1140px;
    margin: 0 auto; */
}
.dt-bg-txt h3{
    font-weight: 100;
    font-size: 20px;
}
.dt-bg-txt h1{
    font-size: 64px;
    margin-top: 20px;
    line-height: 70px;
}
.sec-3{
    /* margin-top: 100px; */
    height: 100%;
    width: 100%;
    padding: 100px 0;
    background-color: #ffffff;
}
/* .sec3-lft{
    display: flex;
    justify-content: center;
    margin-left: 100px;
} */

.pr-dt{
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 25px 0;
    margin-left: 15px;
}
.pr-dt i{
    margin-right: 15px;
}
.pr-dt-inr-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;
    margin: 10px 0;

}
.pr-dt-inr-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
}
.pr-dt-inr-img::after{
    content: "";
    display: block;
    padding-top: 90%;
}
.in-det-inr{
    margin-top: 100px;
    margin-bottom: 30px;
}

/* -------closae project details--------------- */

/* ---------------contact--------    ---------- */

.contact{
    /* margin-top: 100px; */
    margin-bottom: 80px;
}
.contact .p{
    margin-top: 20px;
    margin-bottom: 30px;
}
.cont-ics{
    display: flex;
    /* align-items: center; */
    margin-top: 30px;
}
.cont-ics i{
    font-size: 23px;
    margin-right: 15px;
}
.contact h3{
    font-family: Montserrat-Light;
}
.contact iframe{
    max-width: 600px;
    width: 100%;
    height: 450px;
}
.adrs{
    max-width: 500px;
    line-height: 30px;
}

/* --------------contact close----------------- */

/* ------------service details------------------ */

.service-dt-bg.bg1{
    background-image: url(../assets/images/sec-5img1.png);
    background-size: cover;
    background-position: 50% 14%;
    width: 100%;
    height: 750px;
    margin:50px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.service-dt-bg.bg2{
    background-image: url(../assets/images/sec-5img4.png);
    background-size: cover;
    background-position: 50% 55%;
    width: 100%;
    height: 750px;
    margin:50px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.service-dt-bg.bg3{
    background-image: url(../assets/images/sec-5img3.png);
    background-size: cover;
    background-position: 50% 70%;
    width: 100%;
    height: 750px;
    margin:50px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.service-dt-bg::after{
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.39);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.service-dt-bg h1{
    font-size: 64px;
    position: relative;
    z-index: 1;
}
.service-dt-bg p{
    text-align: center;
    position: relative;
    z-index: 1;
}
.srv-sec-1 h1{
    font-size: 64px;
    max-width: 460px;
}
.srv-sec-1 span{
    font-weight: 600;
    color: red;
}
.srv-det-conts {
    margin: 100px 0 30px 0;
}
.fr-wdth{
    max-width: 1100px;
}
.spc-h2{
    margin-bottom: 30px;
    margin-top: 100px;
    text-align: center;
}
.spc-h2 h2{
    font-size: 30px;
}
.srv-det-conts h3{
    font-size: 23px;
    margin-bottom: 30px;
}
.srv-det-conts p{
    margin-bottom: 20px;
}
.srv-det-conts h4{
    margin-bottom: 15px;
}
.srv-cont-bx h2{
    margin-bottom: 15px;
}
.srv-sec-2{
    margin: 0px 0 100px 0;
}
.srv-cont-bx{
    padding: 50px 30px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}
/* ----------service details close ------------- */


/* ------------career-------------------- */

.career-mn-txt{
    /* max-width: 1140px;
    margin: 0 auto; */
    padding-top: 30px;
}
.career-mn-txt h1{
    font-size: 64px;
}
.career-sec-1{
    height: 100%;
    width: 100%;
    background-color: #363636;
    margin-top: 100px;
    padding: 80px 0;
}
/* .aply-bx{

    max-width: 1140px;
    margin: 0 auto;
} */
.aply-bx .h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 30px;
}
.aply-bx p{
    color: #ffffff;
    max-width: 600px;
}
.ansr-ic{
    display: flex;
    align-items: center;
}
.ansr-ic .fa-circle-right{
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;

}.line{
    width: 100%;
    height: 1px;
    background-color: #979797;
    margin-top: 70px;
}
.career-bg{
    height: 670px;
    width: 100%;
    background-image: url(../assets/images/incrr.png);
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
}
.career-bg h1{
    font-size: 64px;
}
.career-bg button{
    padding: 15px 40px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 30px;
    font-size: 17px;
    cursor: pointer;
}

/* ---------------faq----------------- */
.faq-2{
    max-width: 100%;
    border-bottom: 1px solid #979797;
    cursor: pointer;
 }
 .qustn .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
 }
 .qustn .header i{
    font-size: 20px;
    color: #ffffff;
    transition: transform 0.4s;
 }
 .faq-2.open .fa-chevron-down{
    transform: rotate(-180deg);

 }
 .qustn h3{
    font-size: 20px;
    color: #ffffff;
    font-family: Montserrat-Light;
 }
 .faq.active i{
    transform: rotate(180deg);
 }
 .faq-2 .ansr-2{
    height: 0;
    transition: all 0.3s linear;
    overflow: hidden;
    padding: 0 30px;
    cursor: auto;
 }
 .answer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
 }
 .answer a{
    color: #ffffff;
    text-decoration: none;
 }

 .answer h3{
    font-size: 18px;
    font-weight: 100;
 }

/* ----------------------------------- */

/* ----------colse career-----------------  */

/* ----------------career details---------- */

.cr-dt-bx{
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    padding: 100px 50px;
    margin-bottom: 50px;
    margin-top: 80px;
}
.cr-dt-bx .bx-txt{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cr-dt-bx .bx-txt p{
    max-width: 500px;
    margin-top: 15px;
}
.bx-txt h3{
    font-size: 32px;
}
.bx-txt button{
    background-color: #000000;
    padding: 18px 40px;
    font-size: 17px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.dt-sec2{
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.dt-sec2 h3{
    font-size: 25px;
    margin-bottom: 20px;
}
.dt-sec2 .h3{
    margin-top: 60px;
}
.dt-sec2 li{
    margin-left: 20px;
    position: relative;
    list-style: none;
    padding: 10px 0;
    
}
.dt-sec2 li p{
    margin-bottom: 10px;
}
.dt-sec2 li::after{
    font-size: 35px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000000;
    content: ""; 
    position: absolute;
    top:30%;
    left: -20px;


}
/* -----------career details close--------- */

/* ----------------blog-------------------- */

.blg-img-bx{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;
    margin: 10px 0;
}

.blg-img-bx img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
    /* border-radius: 10px; */
}

.blg-img-bx::after{
    content: "";
    display: block;
    padding-top: 80%;
}
.blg-sec1 .row{
    margin-top: 50px;
}
.blg-img-bx p{
    padding-bottom: 30px;
}
.blg-img-bx-mn{
    margin-bottom: 30px;
}

/* -------------blog close----------------- */
/* --------------blog details--------------- */

.blg-dt-img{
    height: 500px;
    width: 1000px;
    margin-bottom: 30px;

}
.blg-dt-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
}
.blg-dt-conts h3{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Montserrat-Light;
}
.blg-dt-conts{
    max-width: 1000px;
    margin-bottom: 100px;
}

/* -------blog deytails close-------- */

/* --------------service--------------- */
.serv-sec{
    margin-top: 100px;
    margin-bottom: 50px;
    /* display: flex;
    align-items: center;
    gap: 50px; */
}
.serv-img.col-md-6{
    padding-right: 0;
    padding-left: 0;
}
.serv-sec-1 {
    display: flex;
    align-items: center;
    margin: 100px 0;
    
}
.serv-sec-1 h2{
    font-size: 44px;
}
.srv-ul ul{
    margin-left: 20px;
    margin-top: 30px;
}
.srv-ul ul li{
    margin-top: 10px;
}
.srv-p{
    margin-top: 30px;
}

.srv-lrn-btn {
    margin-top: 50px;
    
}

.srv-lrn-btn a{
    text-decoration: none;
    color: #4face3;
    position: relative;
}
.srv-lrn-btn a::after{
    content: "";
    position: absolute;
    background-color: #4face3;
    width: 50%;
    height: 2px;
    bottom: -8px;
    left: 0;
}
.serv-img{
    max-width: 700px;    
    height: 100%;
    width: 100%;
    max-height: 500px;
    
}
.srv-txt {
    align-items: center;
    display: flex;
}
.serv-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;
    max-height: 500px;
    
}
.col-md-6.for-pdng{
    padding-left: 70px;
}
.col-md-6.for-pdng2{
    padding-left: 0px;
}
.col-md-6.for-pdng-lft{
    padding-right: 70px;
}
.wth-bg-clr{
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    padding: 120px 0;
}
.fr-srv-pdg{
    display: flex;
    align-items: center;
}
.frmbimg{
    display: none;
}
.servbtm{
    /* background-color: #000000; */
    background-image: url(../assets/images/srv-bt-img.png);
    padding: 100px 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
    background-size: cover;
}
.servbtm h1{
    max-width: 900px;
    margin: 0 auto;
}
.servbtm button{
    padding: 15px 40px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 30px;
    font-size: 17px;
    cursor: pointer;
}




/* ---------service close-------------- */








/* ----------test sec-------------------- */




/* ------------------------------------- */