@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}




/* mobile header css */
.awa_top_header{
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}
a{
  text-decoration: none;
}
.awa_social_media_list, .awa_top_header_contact_list{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.awa_social_media_list li{
  margin-right: 8px;
  
}
.awa_social_media_list img{
  background-color: #2c2929;
  border-radius: 50%;

}
.awa_top_header_contact_list a{
  color: white;
  font-weight: 400;
  margin-left: 10px;
}
.awa_top_header_contact_list a img{
}
.awa_top_header_contact_list a.awa_call_me_btn{
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
  background-color: #00bf63;
  padding: 8px;
  border-radius: 3px;

}
.header_mobi .navbar .nav-item{
  padding-left: 10px;
  padding-right: 10px;
}
.header_mobi .navbar .nav-link{
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.header_mobi .navbar .nav-link.active{
  font-weight: 700;
  border-bottom: 5px solid #febd1a;
}
.header_mobi .navbar .nav-link:hover{
  border-bottom: 5px solid #febd1a;
}
/* mobile header css */

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify_between {
  justify-content: space-between;
}

.justify_space_around {
  justify-content: space-around;
}

.p0 {
  padding: 0 !important;
}

.w100 {
  width: 100%;
}

.justify_center {
  justify-content: center;
}

.align_item_center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.agency_heading {
  font-size: 44px;
  text-transform: uppercase;
}
.agency_heading span {
  color: #a2d84c;
}

.agency_para {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.4117647059);
}

.agency_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.agency_col_5 {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.agency_col_2 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.agency_col_4 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.border-right {
  border-right: 2px solid rgba(0, 0, 0, 0.4117647059);
}

.border-left {
  border-left: 2px solid rgba(0, 0, 0, 0.4117647059);
}

.border-top {
  border-top: 2px solid rgba(0, 0, 0, 0.4117647059);
}

.border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4117647059);
}

.top_header {
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_ul {
  list-style: none;
  display: flex;
}

.header_ul_li {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #2c2929;
}

.header_icon_link {
  display: inline-block;
}

.hedaer_icon {
  width: 18px;
  position: absolute;
  top: 6px;
  left: 6px;
}

.img_call {
  width: 19px;
  position: absolute;
  top: 0px;
  left: 6px;
}

.contact_li {
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
}
.contact_li a {
  display: inline-block;
  padding-left: 27px;
  color: white;
}
.contact_li .contact_btn {
  background: #a2d84c;
  padding: 6px 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: black;
  border-radius: 3px;
}

.logo img {
  width: 220px;
}

.navbar_list {
  padding: 0px 14px;
}
.navbar_list a {
  padding: 20px 0px;
  text-transform: uppercase;
  color: black;
}
.navbar_list a:hover {
  border-bottom: 6px solid #febd1a;
}
.navbar_list a.active {
  border-bottom: 6px solid #febd1a;
  font-weight: bolder;
}

.banner {
  background-color: #a2d84c;
}

.banner_content {
  padding-top: 140px;
  padding-bottom: 140px;
}
.banner_content h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: white;
}
.banner_content p {
  font-size: 16px;
  color: white;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 40px;
}

.agency_btn {
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 5px;
  outline: none;
  color: black;
  font-size: 14px;
  background: #febd19;
  border: 2px solid #febd19;
  border-bottom: 2px solid #fe831c;
  box-shadow: 2px 2px 2px #fe831c;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.advantage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.agency_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.agency_img img {
  width: 130px;
  background-color: #f2f2f2;
  padding: 0;
  border-radius: 50%;
}

.advantage_contant {
  padding: 15px;
}
.advantage_contant h3 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px;
  padding-top: 25px;
}
.advantage_contant p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4117647059);
}

.agency_about {
  background-color: #efedee;
  padding-top: 60px;
  padding-bottom: 60px;
}
.agency_about .agency_heading {
  margin-bottom: 40px;
  margin-bottom: 10px;
}
.agency_about .agency_about_content p {
  margin-bottom: 20px;
  font-size: 15px;
}
.agency_about .agency_about_content .agency_btn {
  margin-top: 20px;
}

.agency_about_img {
  width: 100%;
}

.agency_service {
  padding-top: 60px;
  padding-bottom: 60px;
}

.agency_service_card {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 30px;
  padding-top: 50px;
  position: relative;
}
.agency_service_card h4 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px;
  padding-top: 25px;
}
.agency_service_card p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4117647059);
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.agency_service_card a {
  text-decoration: underline;
  color: #a2d84c;
  display: inline-block;
  margin-bottom: 10px;
}

.service_card_img {
  position: absolute;
  background-color: #febd19;
  border-radius: 50%;
  top: -38px;
  left: 36%;
}
.service_card_img img {
  width: 78px;
}

.agency_service_card_row {
  padding-top: 80px;
}

.agency_portfolio {
  background-color: #212121;
  padding-top: 70px;
  padding-bottom: 70px;
}
.agency_portfolio .agency_heading {
  color: #ffffff;
}
.agency_portfolio .agency_para {
  color: rgba(255, 255, 255, 0.4117647059);
  margin-top: 10px;
  margin-bottom: 20px;
}
.agency_portfolio .agency_row {
  margin-top: 20px;
}
.agency_portfolio .agency_col_5 img {
  height: 100%;
}

.portfolio_tab {
  color: white;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  cursor: pointer;
}

.tab_active {
  color: #ff831c;
}

.portfolio_tab:hover {
  color: #ff831c;
}

.agency_process {
  padding-top: 70px;
  padding-bottom: 70px;
}

.col-img {
  width: 30%;
}

.col-content {
  width: 70%;
}

.agency_about_section {
  margin-top: 50px;
}

.agency_about {
  background-color: #f2f2f2;
}

.agency_about_section .agency_about_img {
  background-color: white;
  border-radius: 50%;
  width: 100px;
}

.col-content h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 7px;
}
.col-content p {
  font-size: 14px;
}

.agency_about_card {
  padding: 20px;
}

.mtl-2 {
  margin-left: -2px;
  margin-top: -2px;
}

.agency_skill {
  padding-top: 70px;
  padding-bottom: 70px;
}

.agency_skill_card {
  text-align: center;
}
.agency_skill_card img {
  width: 205px;
}
.agency_skill_card h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.agency_form {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #a2d84c;
}
.agency_form h2 {
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.form_container input {
  width: 100%;
  outline: none;
  border: none;
  padding: 14px 7px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4117647059);
  text-transform: uppercase;
  font-weight: 500;
}
.form_container .agency_btn {
  width: 100%;
  padding: 12px;
}

.agency_form_para {
  font-size: 14px;
  color: white;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.agency_contact {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact_card {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact_card a {
  color: black;
}
.contact_card img {
  width: 22px;
  display: inline-block;
  margin: -4px;
}
.contact_card span {
  font-size: 22px;
  display: inline-block;
  padding-left: 10px;
}

.footer {
  background-color: #678e19;
  padding-top: 70px;
  padding-bottom: 70px;
  color: white;
}

.footer_logo {
  width: 100%;
  margin-bottom: 20px;
}

.footer_col_1 h4 {
  font-size: 26px;
  margin-top: 60px;
  font-weight: 500;
}

.border_right_none {
  border-right: none !important;
}

.footer_col {
  margin-left: 20px;
  margin-right: 20px;
  border-right: 1px solid #8dc73f;
}
.footer_col h3 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer_col ul {
  list-style: none;
}
.footer_col ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer_col ul li a {
  color: white;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline;
}
.footer_col ul li a span {
  padding-left: 10px;
}
.footer_col ul li .footer_col_link {
  text-decoration: none;
}
.footer_col ul li .footer_col_link img {
  width: 18px;
  margin: -3px;
}

.mt30 {
  margin-top: 30px;
}

.footer_follow {
  display: flex;
  align-items: center;
}
.footer_follow li {
  margin-left: 3px;
  margin-right: 3px;
}
.footer_follow li img {
  background-color: #303030;
  padding: 5px;
  width: 31px;
  border-radius: 50%;
}

.contact_li:hover .img_call {
  transform: rotate(180deg);
  transition: 0.3s ease-in;
}

.contact_li .img_call {
  transition: 0.3s ease-in;
}

.header_ul_li:hover .hedaer_icon {
  transform: scale(1.3);
  transition: 0.3s ease-in;
}

.header_ul_li .hedaer_icon {
  transition: 0.3s ease-in;
}
.awa_agency_copy{
  display: none;
}







/*for mobile */
@media (max-width: 767px){
  .agency_col_4{
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .awa_top_header_contact_list a.awa_call_me_btn{
    font-size: 10px;
  }
  .awa_top_header_contact_list a{
    font-size: 10px;
  }
  .agency_col_5{
    width: 100%;
  }
  .agency_col_2{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .agency_about_card{
    border: none;
    border-bottom: 1px solid lightgray;
  }
  .footer_col_1 h4{
    display: none;
  }
  .footer_col{
    margin-left: 0;
    margin-right: 0;
  }
  .footer_col{
    border: none;
  }
  .footer_follow{
    justify-content: space-between;
    padding-left: 0;
  } 
  .awa_agency_copy{
    display: block !important;
  }
  .awa_social_media{
    width: 100%;
  }
  .awa_social_media_list, .awa_top_header_contact_list{
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
  }


}

/*for mobile and tablet */
@media (max-width: 768px){
/* .header{
  display: none;
} */
.agency_col_4{
  width: 50%;
}
.agency_about_card{
  padding: 10px;
}

.agency_service_card{
  margin-bottom: 30px;
  margin-top: 30px;
}
.banner_content p{
  width: auto;
}
.footer_col_1 h4{
  display: none;
}

.agency_about_section .agency_about_img{
  width: 85px;
}







}

/*for tablet*/
@media (min-width: 768px) and (max-width: 768px) {
  .agency_col_4{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer_col{
    border: none;
  }
  .awa_agency_copy{
    display: block;
  }


}