
/* thay are for nav bar to home */
.flex_container_nav {
  display: flex;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.parent_nav {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.parent_nav div {
  padding-left: 10px;
  font-size: 20px;
  align-items: center;
}

/* end of nav bar to home */
.btnflexcontainer {
  display: flex;
}

.btnflexcontainer div {
  margin-right: 20px;
}

/* nav bar services hover */
.dropdown-hover:hover .dropdown-menu {
  display: block;
}

/* -------------------------for footer------------------------- */
footer {
  padding-top: 20px;
  /* margin-top: 40px; */
}

.img2 {
  text-align: right;
  justify-content: right;
}

footer p {
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.child a {
  text-decoration: none;
}

.child a:hover {
  text-decoration: underline;
}

#svg {
  text-align: right;
  justify-content: right;
  overflow: hidden;
  margin-top: -180px;
}

.mydis {
  background: -webkit-linear-gradient(-45deg, #666666 70%, #757575 30%);
}

.mr {
  margin: 8px;
  color: white;
}

.filter {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(199deg) brightness(106%) contrast(103%);
}

/*icon moved to the sides modified z index of p is 2 fb icons are 1 and svg is normal*/
.container.res1 {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}

.res1 {
  text-align: right;
  /*margin-left:-90px;*/
}

.cl {
  color: white;
}

.cl2 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}

.social_media_icon a i {
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  font-size: 20px;
}

.social_media_icon i:hover {
  color: blue;
  transform: scale(1.2);
}

@media only screen and (max-width: 400px) {
  .res1 {
    text-align: right;
    /*margin-left:-150px;*/
  }

  .cl {
    color: white;
    font-size: 10px;
  }

  .cl2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: px;
  }
}

/* for side bar */
.fixed-sidebar {
  position: sticky;
  padding: 20px;
  top: 70px;
  z-index: -1;
}

/* universal line */
.line {
  height: 7px;
  width: 10%;
  background-color: rgb(22, 20, 78);
}

/* why hire us style */
#Why_hire_us {
  margin-top: 150px;
}

#Why_hire_us .line {
  margin-bottom: 30px;
}

#Why_hire_us .left-content {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

#Why_hire_us .left-logo img {
  height: 300px;
}

#Why_hire_us .left-button button {
  margin-top: 20px;
  border: 4px solid rgb(22, 20, 78);
  border-radius: 44px;
  padding: 14px 80px;
  transition: 0.2s;
  /* font-weight: 500; */
  color: rgb(22, 20, 78);
}

#Why_hire_us .left-button button:hover {
  background-color: rgb(22, 20, 78);
  color: white;
  transition: 0.2s;
}

#Why_hire_us .right {
  margin: auto 0;
}

#Why_hire_us .right-item {
  margin: 30px 0;
}

#Why_hire_us .right-item .icon {
  min-height: 85px;
  min-width: 85px;
  max-height: 85px;
  max-width: 85px;
  border: 3px solid rgba(22, 20, 78, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 50%;
}

#Why_hire_us .right-item .item-content {
  height: 80px;
}

#Why_hire_us .right-item .item-content {
  margin-left: 30px;
}

#Why_hire_us .right-item .item-content .item-title {
  font-size: 1.4rem;
  /* font-weight: 600; */
  text-transform: uppercase;
  margin-bottom: 15px;
}

#Why_hire_us .right-item .item-content .item-desc {
  font-size: 0.9rem;
  opacity: 0.9;
}

.horizontal-dotted-line {
  height: 60px;
  border-left: 3px dotted rgb(22, 20, 78);
  border-spacing: 2px;
  margin-left: calc(85px / 2);
}


@media screen and (max-width: 576px) {
  #Why_hire_us .right-item .icon {
    transform: scale(0.9);
  }
  #Why_hire_us .right-item .item-content .item-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #Why_hire_us .right-item .item-content .item-desc {
    font-size: 0.8rem;
  }
}
