/* All Common CSS Part Start  */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  letter-spacing: 3%;
}
body {
  overflow-x: hidden;
}
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;
}
/* All Common CSS Part End  */

/* Header Part Start  */
.navbar {
  background: #1e1e1e;
}
.nav-link {
  font-weight: 500;
  font-size: 20px;
  color: #959595;
  padding: 9.5px 15px !important;
  transition: 0.4s;
}
.nav-link:hover {
  color: #fd6f00;
}
.headerBtn {
  padding: 10px 40px;
  background: #fd6f00;
  border: 2px solid #fd6f00;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border-radius: 8px;
  transition: 0.4s;
}
.headerBtn:hover {
  background: transparent;
}
/* Header Part End  */

/* Banner Part Start  */
#bannerPart {
  background: #1e1e1e;
  padding-bottom: 150px;
}
.bannerText h4 {
  padding-top: 107px;
  padding-bottom: 23px;
  font-weight: 600;
  font-size: 24px;
  color: #707070;
}
.bannerText h3 {
  font-weight: 700;
  font-size: 28px;
  color: #959595;
}
.bannerText h1 {
  padding-top: 48px;
  padding-bottom: 47px;
  background: linear-gradient(to right, #984300, #fd6f00, #ca5900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 70px;
}
.bannerIcon {
  display: flex;
  padding-bottom: 61px;
}
.bannerIcon i {
  color: #bababa;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerIconCircle {
  border: 1px solid #575757;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  margin-right: 20px;
  transition: 0.4s;
}
.bannerIconCircle:hover {
  background: #fd6f00;
}
.bannerBtn {
  padding-bottom: 80px;
}
.bannerBtn a {
  padding: 10px 40px;
  background: #fd6f00;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  transition: 0.4s;
  border: 2px solid #fd6f00;
  border-radius: 8px;
  margin-right: 24px;
}
.bannerBtn a:hover {
  color: #959595;
  border: 2px solid #959595;
  background: transparent;
}
.bannerCounter {
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-radius: 8px;
}
.counterItem {
  border-right: 1px solid #959595;
  padding: 6px 0px;
}
.bRn {
  border-right: none;
}
.counterItem h4 {
  font-weight: 800;
  font-size: 24px;
  color: #fd6f00;
}
.counterItem h5 {
  padding-top: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #dfdfdf;
}
.bannerModel {
  transition: 0.4s;
  filter: grayscale(100%);
}
.bannerModel:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}
/* Banner Part End  */

/* Service Part Start  */
#servicePart {
  background: #1e1e1e;
  padding-bottom: 150px;
}
.commonTitle h3 {
  font-weight: 700;
  font-size: 40px;
  color: #fefefe;
  text-align: center;
}
.serviceHead p {
  font-weight: 500;
  font-size: 20px;
  color: #707070;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 18px;
}
.mt-40px {
  margin-top: 40px;
}
.serviceItem {
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  border: 2px solid #1e1e1e;
  text-align: center;
  transition: 0.4s;
}
.serviceItem h4 {
  padding-top: 16px;
  padding-bottom: 34px;
  font-weight: 700;
  font-size: 24px;
  color: #fd6f00;
}
.serviceItem p {
  font-weight: 500;
  font-size: 20px;
  color: #575757;
  line-height: 160%;
}
.serviceItem:hover {
  transform: scale(1.05);
  border: 2px solid #ca5900;
}
/* Service Part End  */

/* About Part Start  */
#aboutPart {
  background: #1e1e1e;
  padding-bottom: 150px;
}
.aboutHead {
  text-align: center;
}
.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: #1e1e1e;
}
.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;
}
.portfolioImg {
  /* position: relative; */
}
.portfolioText {
  /* position: absolute; */
  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 {
  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;
}
.portfolioImgItem:hover {
  transform: scale(1.05);
  border: 1px solid #fd6f00;
}
/* Portfolio Part End  */

/* Contact Part Start  */
#contactPart {
  background: #1e1e1e;
  padding-bottom: 150px;
}
.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  */

/* Footer Part Start  */
#footerPart {
  background: #252525;
  padding-top: 40px;
  padding-bottom: 24px;
}
.footerPart {
  background: #252525;
}
.footerLogo {
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.footerContent {
  text-align: center;
}
.footerContact {
  font-weight: 700;
  font-size: 20px;
  color: #959595;
}
.footerText {
  padding: 16px 120px 24px 120px;
  background: transparent;
  border-top: 1px solid #707070;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #707070;
  margin-top: 50px;
}
/* Footer Part End  */
