/* All common CSS start */
*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: "Lato", sans-serif;
}
body{
     background: #1e1e1e; 
}
/* .commontext{
    color: #fff;
} */
ul,ol{
    list-style-type: none;
}
a,a:hover{
    text-decoration: none;
    display: inline-block;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0%;
    padding: 0%;
    line-height: 0.8;
}
/* All common CSS end */
 /* Headerpart start */
.navbar{
    background: #1e1e1e;
    width: 100%;
    /* padding-top: 60px;
    padding-bottom: 150px; */
}
 .nav-item a{
    color: #959595!important;
    font-size: 20px;
    font-weight: medium;
    letter-spacing: 3%;
    padding-left: 15px !important;
    transition: .5s;
 }
 .nav-item a:hover{
 color: #FD6F00 !important;
 }
.hirebtn a{
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3%;
    background: linear-gradient(to bottom right, #FD6F00, #E46400);
    padding: 10px 35px;
    border-radius: 8px;
    border: 2px solid #FD6F00;
     transition: .5s !important;
}
.hirebtn a:hover{
   background: transparent !important;
    color: #E46400 !important;
}
  /* Headerpart end */
   /* banner part start  */
#bannerpart{
    width: 100%;
    padding-top:173px;
}
.bannertext{
    padding-top: 150px;
}
.bannertext h4{
    color: #707070;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3%;
    padding-bottom:20px;
}
.bannertext h3{
    color: #959595;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3%;
    padding-bottom: 45px;
}
.bannertext h1{
 background: linear-gradient(90deg, #984300 0%, #FD6F00 46%, #CA5900 100%);
  background-clip: text;
  color: transparent;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 3%;
    padding-bottom: 55px;
    display: flex;
}
.bannericons i{
    display: inline-block;
    height: 45px;
    width:45px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #575757;
    padding-top: 10px;
    margin-right: 20px;
    color: #BABABA;
    transition: .5s;
}
.bannericons i:hover{
    color: #FD6F00;
    border: 1px solid #984300;
}
.bannerbtn a{
    margin-top: 61px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3%;
    background: linear-gradient(to bottom right, #FD6F00, #E46400);
    padding: 10px 35px;
    border-radius: 8px;
     transition: .5s !important;
     border: 2px solid #FD6F00!important; 
     margin-right: 24px;
}
.bannerbtn a:hover{
    border: 2px solid #959595 !important;
    background: transparent !important;
    color: #959595 !important;
}
.bannercounter{
      margin-top: 80px; 
      background: rgba(255, 255, 255, 4%)!important;
    border-radius: 8px;
    padding:25px;
}
.banneritem{
    /* background: rgba(255, 255, 255, 4%)!important; */
 border-right: 2px solid #575757;
    /* text-align: center; */
}
.banneritem h3{
    color: #FD6F00 !important;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3%;
    padding-bottom: 20px;
}
.banneritem p{
    color: #dfdfdf !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3%;
}
.bannerimg img{
    transition: .3s;
    width: 100%;
      margin-left: 30px; 
     justify-content: right;
}
.bannerimg img:hover{
    transform: scale(1.05);
}
.last{
    border: none!important;
}

 /* banner part end */
           /* servicepart start */
#servicepart{    
}
.commontext h3{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3%;
    padding-bottom: 30px;
     padding-top: 250px; 
}
.commontext p{
 color: #707070;
    font-size: 20px;
    font-weight: medium;
    letter-spacing: 3%;
    line-height: 160%;
    padding-bottom: 80px;
}
.serviceitem{
   background: rgba(255, 255, 255, 4%)!important;
    border-radius:24px;
    margin-left: 40px;
    padding:34px;
    transition: .5s;
}
.serviceitem:hover{
    transform:scale(1.06);
    box-shadow: 0 0 20px 0 rgba(250, 248, 248, 0.2);
}
.serviceitemm:hover{
    transform:scale(1.06);
    box-shadow: 0 0 20px 0 rgba(250, 248, 248, 0.2);
}
.serviceitemm{
    margin-top: 40px;
    margin-left: 40px;
     background: rgba(255, 255, 255, 4%)!important;
    border-radius:24px;
    padding: 34px;
    transition: .5s;
}
.serviceitem i{
    font-size: 70px;
    color: #FD6F00;
    padding-bottom: 16px;
}
.serviceitemm i{
    font-size: 70px;
    color: #FD6F00;
    padding-bottom: 16px;
}
.serviceitem h3{
    color:#FD6F00 ;
    font-size:24px ;
    font-weight: 700;
    letter-spacing:3% ;
    padding-bottom: 34px;
}
.serviceitemm h3{
    color:#FD6F00 ;
    font-size:24px ;
    font-weight: 700;
    letter-spacing:3% ;
    padding-bottom: 34px;
}
.serviceitem p{
color:#575757 ;
    font-size:20px ;
    font-weight: medium;
    letter-spacing:3% ;
    line-height: 160%;
}
.serviceitemm p{
color:#575757 ;
    font-size:20px ;
    font-weight: medium;
    letter-spacing:3% ;
    line-height: 160%;
}
            /* servicepart end */
                      /* Aboutpart start */
                      #aboutpart{
padding-bottom: 60px!important;
                      }
    .picture img{
    height: 808px;
    transition: .5s;
/* margin-right: 101px; */
    }
    .picture img:hover{
        transform: scale(1.05);
    }
    .pb p{
        padding-bottom: 40px !important;
    }
    .aboutext p{
  color: #959595!important;
    font-size: 20px;
    font-weight: 500;
    line-height:190%;
    padding-top: 100px;
    padding-bottom: 40px;
    }
    .aboutbtn a{
        color: #fff!important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing:3%;
     background: linear-gradient(to bottom right, #FD6F00, #E46400);
    padding: 8px 40px;
    border-radius: 8px;
        transition: .5s !important;
        border: 1px solid #FD6F00!important;
    }
    .aboutbtn i{
        padding-right: 10px;
    }
    .aboutbtn a:hover{
         background: transparent !important;
    color: #E46400 !important;
}
  .aboutprogress{
width: 120px;
height: 120px;
border-radius: 50%;
position:relative;
border: 12px solid #FD6F00;
  }
  .aboutprogress img{
    top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
  }
  .aboutflex{
    margin-top: 50px;
    margin-left: 50px;
display: flex;
justify-content: space-between;
  }
  .progresstext h3{
     top:110% ;
    left: 18%;
 padding-top: 24px;
   background: linear-gradient(to bottom right, #FD6F00, #E46400);
     background-clip: text;
  color: transparent;
    font-size:30px ;
    font-weight: 700;
    letter-spacing:0% ;
    position: absolute;
   
  } 
  .progresstext p{
    top:170% ;
    left: 18%;
    padding-top: 8px;
  color:#959595;
    font-size:24px ;
    font-weight: 700;
    line-height: 24px;
    letter-spacing:0% ;
    position: absolute;
  }
  /* aboutpart end  */
  /* portfolio part start  */
  #portfoliopart{
padding-bottom: 150px!important;
  }
  .portfoliobtn a{
        color: #C6C6C6 !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 160%;
          background: rgba(255, 255, 255, 8%)!important;
        padding: 14px 30px;
        border-radius: 8px;
            transition: .5s !important;
            margin-top: 50px;
            margin-bottom: 70px;
  }
  .portfoliobtn a:hover{
      background: linear-gradient(to bottom right, #FD6F00, #E46400)!important;
    color: #fff !important;
  }
  .portfolioimg{
    margin-top: 24px;
  }

  /* portfoliopart end */
  /* contactpart start */
   .contactinput input{
    font-size: 16px;
        font-weight: 500;
        line-height: 160%;
          background: rgba(255, 255, 255, 8%)!important;
        padding: 14px 30px;
        border-radius: 8px;
        color: #959595;
        width: 100%;
        margin-left: 30px;
        margin-top: 50px;
        border: none;
  }
    .contactinput select{
    font-size: 16px;
        font-weight: 500;
        line-height: 160%;
          background: rgba(255, 255, 255, 8%)!important;
        padding: 14px 30px;
        border-radius: 8px;
        color: #959595;
        width: 100%;
        margin-left: 30px;
        margin-top: 50px;
        border: none;
  }
  .contactinput textarea{
    font-size: 16px;
        font-weight: 500;
        line-height: 160%;
          background: rgba(255, 255, 255, 8%)!important;
        padding: 14px 30px;
        border-radius: 8px;
        color: #959595;
        width: 100%;
        margin-left: 30px;
        margin-top: 50px;
        border: none;
  }
  .itop{
    margin-bottom: 270px !important;
  }
  .contactinput{
    transition: .5s;
  }
  .contactinput :hover{
    border: 1px solid #FD6F00;
    background: transparent !important;
    color: #FD6F00 !important;
  }
  .inputbtn button{
     font-size: 20px;
        font-weight: 700;
        letter-spacing: 3%;
        padding: 12px 40px;
        border-radius: 8px;
         background: linear-gradient(to bottom right, #FD6F00, #E46400)!important;
    color: #fff !important;
    border: 2px solid #FD6F00;
        margin-left: 600%; 
justify-content: right !important;
  }
  .inputbtn button:hover{
     background: transparent !important;
     border:2px solid #959595;
        color: #959595!important;
  }
  /* contactpart end */
    /* figmalast part start */
#figmalast{
    margin-top: 150px!important;
     background: rgba(255, 255, 255, 4%)!important;
      width: 100%;
     margin-bottom: 24px!important;
}
.figmalasttwo{
    background: rgba(255, 255, 255, 4%)!important;
      width: 100%;
     margin-bottom: 24px!important;
}
.figmalogo{
  padding-top: 190px;
  padding-bottom: 50px;
}
.figmatext ul li a{
    color: #959595 !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing:3%;
    padding-bottom: 50px;
    transition: .5s;
}
.figmatext ul li a:hover{
  color: #FD6F00 !important;
}
.figmasocial i{
    height: 45px;
    width:45px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #575757;
    padding-top: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    color: #BABABA;
    transition: .5s;
}
.figmasocial i:hover{
  color:#BABABA;
    border: 1px solid #984300;
    background: #FD6F00;
}
.figmacontact a{
       color: #959595 !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing:3%;
  display: flex;
   padding-bottom: 0;
  padding-left: 200px ;
  margin-bottom: 50px;
  
} 
.figmacontact i{
  font-size: 24px;
  color: #959595;
  padding-right: 40px;
}
.figmacontacttwo a{
       color: #959595 !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing:3%;
   display: flex;
   padding-bottom: 0;
  margin-bottom: 50px;
}
.figmacontacttwo i{
  font-size: 24px;
  color: #959595;
  padding-right:40px;
}
.bordertext h4{
  padding-top: 30px;
font-size: 16px;
font-weight: 700;
letter-spacing: 3%;
text-align: center;
  color: #707070;
margin: 0 auto;
}
.lastline{
  display: inline-block;
  height: 2px;
  width: 730px;
  background: #707070;
}
      /* figmalast part end */