*{
    padding: 0;
    margin: 0;
}
body, html{
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.modal-open {
  padding-right: 0!important;
}
#exampleModal {
  padding-right: 0!important;
}
::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #0D1011;
}
/* fixed-icons */
.fixed_icons {
  position: fixed;
  right: 33px;
  top: 50%;
  z-index: 9999;
}
.fixed_icons a:hover {
  color: #fff;
}

.fixed_icons a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 0px 10px;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;
}
.whtasapp {
  background: #2db843;
}
.phone {
  background: #161f52;
  color: #fff;
}
.email {
  background: #8F9DEA;
  color: #fff;
}
.ad_width {
  width: 72%;
}
.ad_width2{
  width: 80%;
}
.common_top_padding{
    padding-top: 80px;
}
.common_bottom_padding{
    padding-bottom: 80px;
}
.common_paragraph p {
  font-size: 14px;
  line-height: 23px;
  color: #575757;
      text-align: justify;
}
.common_title {
  color: #000000;
  font-size: 40px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 60px;
}
.small_head {
  color: #fff;
  font-size: 22px;
}
.text_white{
  color: #fff;
}
.text_yellow{
  color: #F7941D;
}
.hm_about_left p {
  color: #CFCFCF;
}
.common_btn {
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
}
.common_btn iconify-icon{
  margin-left: 10px;
  font-size: 20px;
}
.common_btn:hover{
  color: #ffffff;
  background: #000000;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
