/* All Common CSS Strat */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
body {
  font-family: "Lato", sans-serif;
}
/* All Common CSS End */

/* Nav Bar Part CSS Strat */
.navbar {
  background: #121212;
  padding: 20px 0;
}
.nav-link {
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3%;
  margin: 0 20px;
  transition: 0.4s;
}
.nav-link:hover {
  color: #fd6f00;
}
.navBtn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3%;
  background: #fd6f00;
  padding: 12px 40px;
  border-radius: 8px;
  border: 2px solid #fd6f00;
  transition: 0.4s;
}
.navBtn:hover {
  background: transparent;
  color: #959595;
  border: 2px solid #959595;
}
/* Nav Bar Part CSS End */
/* Banner Part CSS Start */
#bannerPart {
  background: #121212;
  padding-top: 100px;
  padding-bottom: 150px;
}
.bannerText h4 {
  color: #707070;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3%;
}
.bannerText h3 {
  color: #959595;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-top: 15px;
  padding-bottom: 34px;
}
.bannerText h1 {
  background: linear-gradient(90deg, #984300 0%, #fd6f00 46%, #ca5900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 3%;
  padding-bottom: 40px;
}
.socialIcon a {
  font-size: 20px;
  color: #bababa;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #575757;
  padding-left: 5px;
  padding-top: 3px;
  transition: 0.4s;
  margin-right: 10px;
}
.socialIcon a:hover {
  color: #fd6f00;
  border: 2px solid #fd6f00;
}
.bannerBtn {
  padding-top: 60px;
  padding-bottom: 80px;
}
.marginRight {
  margin-right: 20px;
}
.bannerCounter {
  background: rgba(255, 255, 255, 4%);
  border-radius: 8px;
  padding: 24px;
  width: 90%;
}
.counter {
  border-right: 2px solid #959595;
  padding: 10px;
}
.cNone {
  border-right: none !important;
}
.counter h2 {
  color: #fd6f00;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3%;
  padding-bottom: 20px;
}
.counter h4 {
  color: #dfdfdf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3%;
}
.bannerImg img {
  margin-top: -115px;
  margin-left: 25px;
}
/* Banner Part CSS End */

/* Service Part CSS Start */
#servicePart {
  padding-bottom: 150px;
  background: #121212;
}
.mainTitle h2 {
  color: #fefefe;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-bottom: 25px;
}
.mainTitle p {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3%;
  padding-bottom: 60px;
}
.skill {
  padding: 34px;
  background: rgba(255, 255, 255, 4%);
  border-radius: 24px;
  transition: 0.4s;
}
.skill h3 {
  color: #fd6f00;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-top: 25px;
  padding-bottom: 40px;
}
.skill p {
  color: #575757;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 160%;
  width: 326px;
  margin: 0 auto;
}
.skill:hover {
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
}
.spaces {
  margin-top: 30px;
}
/* Service Part CSS End */
/* About Part Start  */
#aboutPart {
  background: #121212;
  padding-bottom: 150px;
}
.aboutHead {
  text-align: center;
}
.aboutHead h3{
  color: #fefefe;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-bottom: 25px;
}
.aboutHead p {
  font-weight: 500;
  font-size: 20px;
  color: #707070;
  padding-top: 18px;
  padding-bottom: 40px;
  text-transform: capitalize;
}
.aboutImgText {
  padding-top: 40px;
  padding-bottom: 100px;
}
.aboutText p {
  font-weight: 500;
  font-size: 17.5px;
  line-height: 190%;
  color: #959595;
  padding-top: 113px;
  padding-bottom: 40px;
}
.aboutBtn a {
  padding: 10px 30px;
  background: #fd6f00;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 8px;
  border: 2px solid #fd6f00;
  transition: 0.4s;
}
.aboutBtn a:hover {
  background: transparent;
  color: #959595;
  border: 2px solid #959595;
}

.aboutItem {
  text-align: center;
}
.aboutItem h4 {
  font-weight: 700;
  font-size: 30px;
  color: #fd6f00;
  padding-top: 24px;
  padding-bottom: 8px;
}
.aboutItem h5 {
  font-weight: 700;
  font-size: 20px;
  color: #959595;
}

/* About Part End  */

/* Portfolio Part Start  */
#portfolioPart {
  padding-bottom: 150px;
  background: #121212;
}
.comPort h3{
  color: #fefefe;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-bottom: 25px;
  text-align: center;
}
.portfolioFlex {
  display: flex;
  justify-content: center;
}
.portfolioItem {
  padding: 15px 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  margin-top: 54px;
  transition: 0.4s;
  margin-bottom: 70px;
  margin-right: 24px;
}
.portfolioItem {
  font-weight: 700;
  font-size: 17px;
  color: #c6c6c6;
  text-align: center;
  text-transform: capitalize;
}
.portfolioItem:hover {
  color: #ffffff !important;
  background: #fd6f00;
}
.mt-24px {
  margin-top: 24px;
}
.portfolioText {
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  margin-left: 0px;
}
.portfolioText h4 {
  font-weight: 700;
  font-size: 16px;
  color: #c6c6c6;
}
.portfolioText h5 {
  font-weight: 700;
  font-size: 16px;
  color: #959595;
  text-align: end;
}
.portfolioImgItem:hover{
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
}
.portfolioImgItem {
  transition: 0.4s;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  border: 1px solid #1e1e1e;
}
/* Portfolio Part End  */

/* Contact Part Start  */
#contactPart {
  background: #121212;
  padding-bottom: 150px;
}
.commCont h3{
  color: #fefefe;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3%;
  padding-bottom: 25px;
  text-align: center;
}
.commCont p{
  font-weight: 500;
  font-size: 20px;
  color: #707070;
  padding-top: 18px;
  padding-bottom: 40px;
  text-transform: capitalize;
  text-align: center;
}
.customContact {
  width: 48%;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  outline: none !important;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
}
.customContact:focus {
  background: transparent;
}
.customContact::placeholder {
  color: #959595;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
}
.soi {
  color: #959595;
  font-weight: 500;
  font-size: 16px;
}
.soi option:focus {
  color: #959595;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
}
select.form-control.soi {
  color: #959595;
}
.soi:invalid {
  color: #959595;
}
.mt-30px {
  margin-top: 30px;
}
.soi:focus {
  background: transparent;
}
.contactFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactBtn {
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #959595;
  border-radius: 8px;
  transition: 0.4s;
  font-weight: 700;
  font-size: 20px;
  color: #959595;
}
.contactBtn:hover {
  background: #fd6f00;
  border: 2px solid #fd6f00;
  color: white;
}
/* Contact Part End  */

/* Footerpart start  */
#footerPart{
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #1b1b1b;
}
.footerServices ul{
    display: flex;
    margin-left: 155px;
    margin-top: 65px;
}
.footerServices ul li{
     padding: 0 30px;
}
.footerServices ul li a{
    font-size: 20px;
    font-weight: 500;
    color: #959595;
    transition: .4s;
}
.footerServices ul li a:hover{
    color: #FD6F00;
}
.footerIcons a{
    display: inline-block;
    font-size: 20px;
    color: #BABABA;
    border: 1px solid #575757;
    padding: 5px 8px;
    border-radius: 50px;
    margin-top: 55px;
    margin-right: 20px;
    transition: .4s;
}
.footerIcons a:hover{
    background-color: #FD6F00;
    border: 1px solid #FD6F00;
    color: #FFFFFF;
}
.footerContracts{
    display: flex;
    margin-top: 55px;
    margin-left: 275px;
}
.footerEmail h6{
    margin-right: 30px;
     font-size: 20px;
    font-weight: 500;
    color: #959595;
}
.footerPhone h6{
    font-size: 20px;
    font-weight: 500;
    color: #959595;
}
.ending p{
    margin-top: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    position: relative;
}
.ending p::after{
    position: absolute;
    height: 1px;
    width: 550px;
    background-color: #707070;
    bottom: 35px;
    left: 265px;
    content: "";
}
/* Footerpart end  */