:root {
  --font_one: "Plus Jakarta Sans", sans-serif;
  --font_two: "Be Vietnam Pro", sans-serif;
  --font_three: "Inter", sans-serif;
  --font_four: "Manrope", sans-serif;
  --font_five: "Roboto", sans-serif;
  --font_six: "Oswald", sans-serif;
  --color_white: #fff !important;
  --color_black: #000 !important;
  --color_lightgray: #3c4749 !important;
  --color_darkgray: #2a3233 !important;
  --color_darkblue: #273266 !important;
  --color_yellow: #fee65e !important;
  --color_lightorange: #fff0e5 !important;
  --color_darkorange: #ff8533 !important;
  --color_orange: #ed6d16 !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-family: var(--font_one);
  color: var(--color_darkblue);
  background-color: var(--color_white);
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
img,
svg,
path,
a,
img:hover,
svg:hover,
a:hover,
button,
button:hover {
  transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}
/* FONT-FAMILY */
.font_one {
  font-family: var(--font_one);
}
.font_two {
  font-family: var(--font_two);
}
.font_three {
  font-family: var(--font_three);
}
.font_four {
  font-family: var(--font_four);
}
.font_five {
  font-family: var(--font_five);
}
.font_six {
  font-family: var(--font_five);
}
/* FONT-SIZE */
.heading_text_1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
}
.heading_text_2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}
.heading_text_3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.heading_text_4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.heading_text_5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.heading_text_6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.text_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.text_20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.text_16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.text_14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
/* COLOR-CLASS */
.color_white {
  color: var(--color_white);
}
.bg_white {
  background-color: var(--color_white);
}
.color_black {
  color: var(--color_black);
}
.bg_black {
  background-color: var(--color_black);
}

.color_lightgray {
  color: var(--color_lightgray);
}
.bg_lightgray {
  background-color: var(--color_lightgray);
}
.color_darkgray {
  color: var(--color_darkgray);
}
.bg_darkgray {
  background-color: var(--color_darkgray);
}
.color_darkblue {
  color: var(--color_darkblue);
}
.bg_darkblue {
  background-color: var(--color_darkblue);
}
.color_yellow {
  color: var(--color_yellow);
}
.bg_yellow {
  background-color: var(--color_yellow);
}
.color_lightorange {
  color: var(--color_lightorange);
}
.bg_lightorange {
  background-color: var(--color_lightorange);
}
.color_darkorange {
  color: var(--color_darkorange);
}
.bg_darkorange {
  background-color: var(--color_darkorange);
}
.color_orange {
  color: var(--color_orange);
}
.bg_color_orange {
  background-color: var(--color_orange);
}
.transparent_color {
  background-color: transparent;
}
/* FONT-WEIGHT */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}
.website_content {
  overflow-x: hidden;
  margin-top: 70px;
}
/* ========================= Buttons CSS ========================= */
.orange_btn_box {
  display: inline-flex;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #ff8533;
  background: #ff8533;
}
.orange_btn_box:hover {
  background: #fff;
  color: #ff8533;
}
.orange_btn {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-radius: 40000px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: max-content;
  max-width: -webkit-fill-available;
}
.orange_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 31px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  border-radius: 40000px;
  background: #ff8533;
  font-family: var(--font_one);
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.orange_btn span:hover {
  transition: all 0.5s ease-in-out;
  color: #000;
  background: #fff;
}
.white_btn {
  border-radius: 40000px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 260px;
}
.white_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: -webkit-fill-available;
  padding: 20px 31px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40000px;
  color: #000;
  background: #fff;
  font-family: var(--font_one);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.white_btn span:hover {
  transition: all 0.5s ease-in-out;
  color: #fff;
  background: #ff8533;
}
.arrow_btn {
  border-radius: 40000px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.arrow_btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: -webkit-fill-available;
  text-transform: uppercase;
  border-radius: 40000px;
  background: #ff8533;
  color: #fff;
  font-family: var(--font_two);
  transition: all 0.5s ease-in-out;
}
.arrow_btn:hover span {
  transition: all 0.5s ease-in-out;
  color: #fff;
  background: #000;
}
.link_btn {
}

.border_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  border-radius: 40000px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.border_btn:hover {
  background: #ff8443;
  color: #fff;
}
.border_anim_btn {
    border: 0;
    position: relative;
    z-index: 1;
}
.border_anim_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 40000px;
    border: 4px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.30);
    animation: pulse-border 2.5s ease infinite;
    z-index: -1;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    width: 95%;
    height: 95%;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.33);
    opacity: 0;
    width: 80%;
    height: 95%;
  }
}
/* ========================= Header CSS ========================= */
div.header_sec {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.header_logo_area a.header_logo {
  max-width: 129px;
  width: 100%;
  display: inline-block;
}
.navbar_info ul.navbar-nav {
  gap: 12px;
}
.navbar_info ul.navbar-nav li a.nav-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: var(--font_one);
}
.navbar_info ul.navbar-nav li a.nav-link.active,
.navbar_info ul.navbar-nav li.current-menu-item a.nav-link,
.navbar_info ul.navbar-nav li a.nav-link:hover {
  color: #ff8533;
  background: #fff0e5;
}

/* ========================= Footer CSS ========================= */
.footer_logo a {
  max-width: 100px;
  width: 100%;
  display: inline-block;
}
.footer_sec {
  padding: 70px 0;
  background: #3c4749;
  color: #fff;
}
.footer_area > *,
.footer_bottom > * {
  font-family: var(--font_five);
}
.footer_logo_area,
ul.footer_info_list,
.contact_banner_content,
.contact_info_inner,
.footer_info_address,
.banner_contact_form_title_area,
.banner_contact_form_data,
section#banner_layout_three .card_banner_content,
.card_banner_info,
.card_banner_heading_area,
.testimonials_card_title_area,
.testimonials_card_box_inner,
.testimonials_card_box_info,
.testimonials_card_author_area,
.our_project_tabs_title_area,
.our_project_tabs_content,
.img_slider_Project_gallery_title_area {
  display: flex;
  flex-direction: column;
}
.footer_logo_area {
  gap: 39px;
}
ul.footer_link_list {
  gap: 14px;
  margin: 0;
}
ul.footer_info_list,
ul.footer_social_list,
.contact_banner_content,
.footer_info_address,
.banner_contact_form_title_area,
.contact_info_inner,
.card_banner_heading_area,
.testimonials_card_title_area,
.our_project_tabs_title_area,
.img_slider_Project_gallery_title_area {
  gap: 12px;
}
ul.footer_info_list li .footer_link_item,
.footer_info_address span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
ul.footer_info_list li .footer_link_item:hover {
  color: #ff8443;
}
.footer_title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer_info_btn > .orange_btn_box {
  padding: 9px 17px;
  text-transform: uppercase;
  font-family: var(--font_five);
}
.footer_bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #2a3233;
  color: #fff;
}
.footer_bottom_info {
  font-size: 14px;
  line-height: 21px;
}
.footer_bottom_info a {
  color: var(--color_orange);
}
.footer_bottom_info_right {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}
.footer_area > .row {
  gap: 40px 0;
}
.footer_bottom_area > .row {
  gap: 20px 0;
}
ul.footer_social_list a {
  display: inline-flex;
  width: 52px;
  height: 52px;
}
/* ========================= Hero-Section CSS ========================= */
.AIE_home_hero_sec > .container-fluid {
  padding: 0 60px;
}
.AIE_home_hero_area {
  background-image: url(../images/home_banner_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 210px 0 240px;
  border-radius: 40px;
  margin-top: 30px;
}
.AIE_home_hero_content {
  max-width: 1032px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.AIE_home_hero_btn_area {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* ========================= Weare-Section CSS ========================= */
.AIE_Weare_sec {
  margin-top: -110px;
  z-index: 0;
  background-color: #fff;
  padding: 80px 0;
}
.AIE_Weare_sec_bg {
  background-image: url(../images/who_we_are_img.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 60%;
  height: 880px;
}
.AIE_Weare_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.AIE_Weare_logo_list {
  display: flex;
  gap: 30px;
}
.AIE_Weare_logo_list img {
  height: 60px;
}
/* ========================= Img-Slider CSS ========================= */
.img_slider_item {
  width: auto;
}
.img_slider_item img {
  width: auto;
  max-width: 700px;
  border-radius: 32px;
  border: 10px solid #fff;
}

.img_slider_list .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ========================= Our-Service CSS ========================= */
.our_service_sec {
  padding: 120px 0 184px;
}
.our_service_area {
  background-image: url(../images/our_service_bg.png);
  background-size: cover;
  padding: 0 0px 283px 0;
  position: relative;
  z-index: 0;
  border-radius: 40px;
  box-shadow: 0 10px 50px 0 rgba(22, 87, 72, 0.2);
  overflow: hidden;
}
.our_service_img_outter {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 838px;
  z-index: -1;
}
.our_service_content {
  max-width: 660px;
  padding: 80px 0px 0 100px;
}
.our_service_content h2 {
  line-height: normal;
  letter-spacing: -0.48px;
  color: #fdfdfd;
}
.our_service_content > p {
  margin: 16px 0 28px;
}
.our_service_box {
  display: flex;
  padding: 20px 12px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  height: 100%;
}
.our_service_icon {
  width: 64px;
  height: 64px;
}
.our_service_area_list {
  margin-top: -160px;
  position: relative;
}
.our_service_list {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(22, 87, 72, 0.12);
  max-width: 1320px;
  margin: 0 auto 0;
}
/* ========================= Our-Client CSS ========================= */
.our_client_sec {
  padding-bottom: 120px;
}
.our_client_title_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.our_client_title_area h2,
.our_project_title_area h2,
.our_project_info .our_project_title {
  margin-bottom: 12px;
}
.our_client_title_area p,
.our_project_title_area p,
.testimonials_card_title_area p,
.our_project_tabs_title_area p {
  color: #666c8a;
}
.ranting_box {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: end;
  gap: 12px;
}
.ranting_box > span {
  display: inline-block;
  width: 100%;
  max-width: 128px;
}
.ranting_box > p {
  line-height: 24px;
}
.our_client_title_info p {
    color: #4D4D4D;
}
.swiper.our_client_slider_list {
  margin: 52px 0;
  box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08);
   border-radius: 16px; 
}
.our_client_slider_item {
  /*border-radius: 16px;*/
  /*background: #fff;*/
  background: transparent;
  height: auto;
  /*box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08);*/
}
.our_client_box {
  position: relative;
  border-radius: 16px;
  height: 100%;
}
.our_client_slider_box_inner {
    border-radius: 16px;
    background: #fff;
    position: relative;
    z-index: 0;
    padding: 48px;
    gap: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08);
}
/* ========================= Our-Project CSS ========================= */
.our_project_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
hr.our_project_hr {
  margin: 20px 0;
  width: 100%;
  max-width: 88px;
  color: #000;
  border: 0;
  opacity: 1;
}
.our_project_inner_box {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  gap: 12px;
}
.our_project_slider_list {
  width: 117%;
  margin-left: -24px;
  padding-right: 16px;
}
.our_project_slider_item {
  padding: 0 12px;
}
.our_project_img {
  border-radius: 20px;
  border: 0 solid #fff;
  height: 100%;
  max-height: 350px;
  overflow: hidden;
}
.our_project_slider_area {
  padding: 52px 0 82px;
  overflow: hidden;
}
.our_project_slider_btn_area {
  padding-top: 52px;
}
.our_project_info .our_project_title {
  display: flex;
  color: #273266;
}
.our_project_grids_area > .row {
  gap: 32px 0;
}
/* ============================= ABOUT-PAGE CSS ============================= */
/* =============== Banner CSS =============== */
#banner_layout_two > #banner_sec {
  background: linear-gradient(
    180deg,
    rgba(248, 154, 28, 0.15) 30.58%,
    rgba(248, 154, 28, 0) 108.74%
  );
  position: relative;
  z-index: 0;
}
.about_banner_sec {
  position: relative;
  z-index: 0;
}
.about_banner_bg {
  background-size: 80%;
  background-position: 110% bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.about_banner_content {
  max-width: 630px;
  padding: 167px 0;
}
.about_banner_info_area,
.about_banner_title_area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about_banner_title_area {
  gap: 12px;
}
.about_banner_btn span {
  padding: 20px 40px;
  font-weight: 700;
  font-size: 16px;
}
.about_banner_btn span > img {
  display: none;
}
/* =============== We-Offer CSS =============== */
.we_offer_sec {
  padding-top: 70px;
}
.we_offer_area > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.we_offer_area > .row > div {
  padding: 0 5px;
}
.we_offer_content_area > *,
.our_portfolio_box > *,
.much_more_content > *,
.testimonials_card_title_area > *,
.trusted_client_title_area > *,
.our_project_tabs_title_area p {
  font-family: var(--font_three);
}

.we_offer_img {
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.we_offer_img_area,
.we_offer_img,
.we_offer_img img {
  height: 100%;
}
.we_offer_content_area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.we_offer_card {
  padding: 80px;
  border-radius: 20px;
  height: 100%;
}
div#we_offer_card_one {
  background: #3c4749;
  color: #fff;
}
div#we_offer_card_two {
  border-radius: 12px;
  background: #fff9f4;
  color: #273266;
  display: flex;
  flex-direction: column;
  gap: 46px;
  justify-content: space-between;
}
.we_offer_inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: space-between;
}
.we_offer_upper_info,
.our_portfolio_box_info,
.testimonials_card_box_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.we_offer_uper_heading,
.our_portfolio_box_heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
ul.row.offer_points,
ul.row.our_portfolio_box_point_list {
  gap: 12px;
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
.offer_btn_area .offer_btn.white_btn {
  border: 0;
}
.offer_btn_area .offer_btn.white_btn span {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
/* =============== Our-Process CSS =============== */
.our_process_sec {
  padding: 120px 0;
}
.our_process_area > .row {
  gap: 80px;
}
ul.our_process_tabs {
  display: flex;
  gap: 24px;
}
ul.our_process_tabs .our_process_tabs_titles_area {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid transparent;
  height: 100%;
}
ul.our_process_tabs li {
  width: 100%;
  max-width: 233px;
  display: flex;
}
ul.our_process_tabs li.active .our_process_tabs_titles_area {
  border-bottom: 2px solid #f89a1c;
}
ul.our_process_tabs li a {
  width: 100%;
  text-align: center;
}
.our_process_img > span {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: #f2f2f2;
  margin: 0 auto;
}
ul.our_process_tabs li.active .our_process_img > span {
  background: #fef5e8;
}
.our_process_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #273266;
  margin-top: 48px;
  font-family: var(--font_three);
}
ul.our_process_tabs li.active .our_process_title {
  color: #f89a1c;
}
.our_process_title_area_inner span.our_process_num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #f2f2f2;
  font-family: var(--font_six);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -0.48px;
  z-index: -1;
}
ul.our_process_tabs li.active span.our_process_num {
  color: rgba(248, 154, 28, 0.1);
}
.our_process_tabs_content .our_process_tabs_detail {
  border-radius: 0 0 12px 12px;
  background: #f2f2f2;
  padding: 40px;
  font-family: var(--font_three);
}
.our_process_tabs_content {
    position: relative;
    overflow: hidden;
}

.our_process_tabs_content .our_process_content_tabs {
    position: absolute;
    transform: translateY(100%);
    transition: all 0.7s ease-in-out;
    display: block !important;
    opacity: 1 !important;
}

.our_process_tabs_content .our_process_content_tabs.show {
    position: relative;
    transform: translateY(0%);
}
/* =============== Our-Accreditations CSS =============== */
.our_accreditations_sec {
  background: #ff8533;
  color: #fff;
  text-align: center;
  padding: 57px 0;
  z-index: 0;
  overflow: hidden;
}
.our_accreditations_area > .row {
  gap: 50px;
}
.our_accreditations_area {
  z-index: 10;
}
.our_accreditations_logo {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.our_accreditations_logo > img {
  height: 100px;
}
.our_accreditations_sec::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 55%;
  width: 1366.429px;
  height: 788.337px;
  transform: rotate(-24.468deg) translate(-50%, -50%);
  border-radius: 1366.429px;
  border: 15px solid rgba(255, 184, 0, 0.1);
  opacity: 0.2;
  background: #f4cc97;
  z-index: 1;
}
/* =============== Img-Gallery CSS =============== */
/*.image_gallery_area {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*}*/
.image_gallery_area .swiper-wrapper {
    transition-timing-function: 
linear !important;
}
/*.image_gallery_item {*/
/*    width: 33.33%;*/
/*}*/
.image_gallery_item {
    width: 33.33%;
    max-width: 33.33%;
}
/* ============================= CONTACT-PAGE CSS ============================= */
.contact_banner_section {
  padding-bottom: 120px;
  background-color: #fff;
}
.contact_banner_area {
  padding: 69px 0;
}
.contact_banner_area > .row {
  align-items: center;
}
.contact_info_inner {
  padding: 20px 0;
}
.contact_info_inner_box {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.contact_info_inner_box > *,
ul.row.our_portfolio_box_point_list li {
  font-size: 18px;
  line-height: 26px;
  color: #273266;
}
.banner_contact_form_title_area h2 {
  line-height: 44px;
  text-transform: uppercase;
}
.banner_contact_form p {
  line-height: 24px;
}
.banner_contact_form_area {
  max-width: 734px;
  margin-left: auto;
  height: 100%;
}
.banner_contact_form_data,
.card_banner_info {
  gap: 16px;
}
.row.banner_contact_form {
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  gap: 32px;
}
.banner_contact_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner_contact_box > * {
  border: 0;
  padding: 16px 20px;
  border-radius: 8px;
  background: #f6f6f7;
  font-size: 20px;
  line-height: 28px;
  color: #273266;
}
.contact_info_inner_box a:hover {
  color: var(--color_darkorange);
}
.banner_contact_box > input:focus-visible,
.banner_contact_box > textarea:focus-visible {
  outline: #ff8533 auto 1px;
}
.banner_contact_box input::placeholder,
.banner_contact_box textarea::placeholder {
  color: #273266;
  opacity: 0.5;
}
.banner_contact_box textarea {
  height: 120px;
}
.banner_contact_btn {
  background: transparent;
}
.banner_contact_btn span {
  padding: 20px 60px;
}
.banner_contact_btn:hover span {
  color: #fff;
  background: #000;
}
/* ============================= AGRICULTURAL-PAGE CSS ============================= */
/* Card-Banner CSS */
section#banner_layout_three .container-fluid {
  padding: 0 63px;
}
.card_banner_area {
  background-image: url(../images/card_banner_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin-top: 30px;
  padding: 40px;
}
section#banner_layout_three .card_banner_content {
  padding: 89px 50px;
  max-width: 740px;
  background: #fff;
  border-radius: 20px;
  gap: 40px;
}
.card_banner_heading {
  font-size: 54px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}
.card_banner_btn_area .card_banner_btn {
  border: 0;
}
.card_banner_btn_area .card_banner_btn span {
  border: 2px solid transparent;
}
.card_banner_btn_area .card_banner_btn:hover span,
.card_banner_btn_area .card_banner_btn.white_btn span {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
/* Our-Portfolio CSS */
.our_portfolio_sec {
  padding: 120px 0 145px;
}
.our_portfolio_area > .row {
  gap: 60px;
}
.our_portfolio_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.our_portfolio_box_info {
  border-radius: 20px;
  background: #fff9f4;
  padding: 80px;
}
.our_portfolio_list > .row {
  gap: 10px;
}
.our_portfolio_box_img {
  border-radius: 20px;
  backdrop-filter: blur(1.5px);
  overflow: hidden;
}
ul.our_portfolio_box_point_list li::marker {
  color: #f89a1c;
  font-size: 26px;
}
/* Much-More CSS */
.much_more_area {
  padding: 160px 0;
}
.much_more_inner_shap {
  position: absolute;
  width: 100%;
  max-width: 628px;
  top: 60px;
  left: -60px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
/* ============================= TESTIMONIALS-PAGE CSS ============================= */
.testimonials_card_sec {
  padding-top: 120px;
}
.testimonials_card_list {
  margin-bottom: 20px;
}
.testimonials_card_area > .row,
.trusted_client_area > .row {
  gap: 52px;
}
.testimonials_card_title_area {
  max-width: 1040px;
  margin: 0 auto;
}
.testimonials_card_box {
  position: relative;
  box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.testimonials_card_box_inner {
  border-radius: 16px;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 48px;
  gap: 32px;
  overflow: hidden;
}
.testimonials_card_stars {
  max-width: 128px;
}
.testimonials_card_author_area,
.testimonials_card_author_area > * {
  font-family: var(--font_four);
  color: #050505;
  line-height: 24px;
  gap: 4px;
}
.testimonials_card_list > .row {
  gap: 20px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.testimonials_card_list > .row > div {
  padding: 0 10px;
}
.testimonials_card_box_info p {
  color: #4d4d4d;
}
/* trusted-client CSS */
.trusted_client_sec,
.our_project_tabs_sec {
  padding: 120px 0;
}
.trusted_client_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  justify-content: center;
  align-items: center;
}
.trusted_client_item {
  padding: 0 10px;
  flex: 0 0 200px;
}
.trusted_client_logo {
  padding: 16px 29px 17px 29px;
  border-radius: 12px;
  background: #ebebeb;
}
/* ============================= PROJECT-PAGE CSS ============================= */
/* Our-Project-Tabs CSS */
.our_project_tabs_area > .row {
  gap: 80px;
}
.our_project_grids_content > .our_project_grids_area > .row {
  gap: 28px 0;
}
.our_project_tabs_content {
  gap: 28px;
}
.our_project_tabs {
  border-bottom: 1px solid #e6e6e6;
  gap: 24px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.our_project_tabs .nav-link {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #273266;
  opacity: 0.5;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 12px 0 28px;
  font-family: var(--font_one);
}
.our_project_tabs .nav-link.active,
.our_project_tabs .nav-link.show {
  font-weight: 800;
  border-radius: 0;
}
.our_project_tabs .nav-link.active,
.our_project_tabs .nav-link.show,
.nav-tabs .nav-link:hover {
  opacity: 1;
  color: #273266;
  border-color: transparent transparent #ff8533 transparent;
}
/* Project-Img-Slider CSS */
/* div#img_slider_Project_gallery {
  } */
div#img_slider_Project_gallery {
  display: none;
  padding: 80px 0;
}
.img_slider_Project_gallery_title_area {
  margin-bottom: 40px;
}
/* ==================== RESPONSIVE CSS ==================== */
@media (min-width: 1500px) and (max-width: 1925px) {
  .container {
    /*max-width: 1505px;*/
    /*max-width: 1520px;*/
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (min-width: 1399px) and (max-width: 1500px) {
  .container {
    max-width: 1140px;
  }
  .header_logo_area a.header_logo {
    max-width: 115px;
  }
  .navbar_info ul.navbar-nav li a.nav-link {
    font-size: 16px;
    padding: 8px 16px;
  }
  .heading_text_1 {
    font-size: 52px;
    line-height: 60px;
  }
  .heading_text_2 {
    font-size: 48px;
    line-height: 50px;
  }
  .heading_text_3 {
    font-size: 42px;
    line-height: 55px;
  }
  .heading_text_4 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading_text_5 {
    font-size: 20px;
    line-height: 28px;
  }
  .heading_text_6 {
    font-size: 18px;
    line-height: 26px;
  }
  p {
    font-size: 16px;
    list-style: 28px;
  }
  .AIE_home_hero_btn_area .AIE_hero_btn span {
    padding: 16px 24px;
    font-size: 14px;
  }
  .AIE_home_hero_area {
      padding: 140px 0 217px;
  }
  .AIE_home_hero_content>h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .AIE_home_hero_content {
    gap: 30px;
  }
  .AIE_Weare_content {
    gap: 36px;
  }
  .text_20 {
    font-size: 16px;
    line-height: 28px;
  }
  .AIE_Weare_sec_bg {
    max-width: 60%;
    height: 880px;
  }
  .our_service_content > p {
    font-size: 24px;
  }
  .our_service_list {
    max-width: 950px;
  }
  .our_service_img_outter {
    max-width: 665px;
  }
  .our_service_area {
    padding: 0 0px 195px 0;
  }
  .our_service_box {
    padding: 10px 12px;
  }
  .our_service_content {
    max-width: 525px;
    padding: 60px 0px 0 80px;
  }
  .our_service_area_list {
    margin-top: -120px;
  }
  .our_client_slider_box_inner {
    padding: 36px;
  }
  .our_client_slider_box_inner,
  .our_client_title_info {
    gap: 24px;
  }
  .our_client_title_info h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .our_client_title_info p {
    font-size: 14px;
    line-height: 20px;
  }
  .our_service_sec {
    padding: 80px 0 145px;
  }
  .img_slider_item img {
      max-width: 500px;
  }
  .our_client_sec {
    padding-bottom: 80px;
  }
  /*.AIE_home_hero_area {*/
  /*  padding: 160px 0 235px;*/
  /*}*/
}
@media (max-width: 1650px) {
  /* Weare CSS */
  .AIE_Weare_sec {
    padding: 40px 0;
  }
  /* Our-service CSS */
  .our_service_list {
    max-width: 1100px;
  }
  /* Our-Project CSS */
  .our_project_slider_list {
    width: 112%;
  }
  /* About-banner CSS */
  .about_banner_bg {
    background-size: 90%;
    background-position: 135% bottom;
  }
  .about_banner_content {
    padding: 140px 0;
  }
  .we_offer_card {
    padding: 50px;
  }
  /* Our-Accreditations CSS */
  .our_accreditations_sec::after {
    left: 57%;
  }
  /* Our-Process CSS */
  .our_process_title {
    height: 48px;
  }
  .our_process_title_area_inner span.our_process_num {
    bottom: 24px;
  }
  /* Trusted-Client CSS */
  .trusted_client_sec, .our_project_tabs_sec {
    padding: 80px 0;
  }
  .trusted_client_item {
    flex: 0 0 188px;
  }
  /* Our-Project-Tabs CSS */
  .our_project_tabs_title_area h2 {
    font-size: 46px;
    line-height: 55px;
  }
  .our_project_tabs .nav-link {
    font-size: 28px;
    line-height: 36px;
  }
  /* Testimonial-page CSS */
  .testimonials_card_sec {
    padding-top: 80px; 
  }
}
@media (max-width: 1450px) {
  /* Weare CSS */
  /*.AIE_Weare_sec_bg {*/
  /*  max-width: 65%;*/
  /*}*/
  /* Our-Project CSS */
  /*.our_project_slider_list {*/
  /*  width: 109%;*/
  /*}*/
  .header_logo_area a.header_logo {
    max-width: 115px;
  }
  .navbar_info ul.navbar-nav li a.nav-link {
    font-size: 16px;
    padding: 8px 16px;
  }
  .heading_text_1 {
    font-size: 52px;
    line-height: 60px;
  }
  .heading_text_2 {
    font-size: 48px;
    line-height: 50px;
  }
  .heading_text_3 {
    font-size: 42px;
    line-height: 55px;
  }
  .heading_text_4 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading_text_5 {
    font-size: 20px;
    line-height: 28px;
  }
  .heading_text_6 {
    font-size: 18px;
    line-height: 26px;
  }
  p {
    font-size: 16px;
    list-style: 28px;
  }
  .AIE_home_hero_btn_area .AIE_hero_btn span,
  .orange_btn span, 
  .white_btn span{
    padding: 16px 24px;
    font-size: 14px;
  }
  .AIE_home_hero_area {
      padding: 140px 0 217px;
  }
  .AIE_home_hero_content>h1 {
    font-size: 36px;
    line-height: 48px;
   }
  .AIE_home_hero_content {
    gap: 30px;
  }
  .AIE_Weare_content {
    gap: 36px;
  }
  .text_20 {
    font-size: 16px;
    line-height: 28px;
  }
  .AIE_Weare_sec_bg {
    max-width: 60%;
    height: 880px;
  }
  .our_service_content > p {
    font-size: 24px;
  }
  .our_service_list {
    max-width: 950px;
  }
  .our_service_img_outter {
    max-width: 665px;
  }
  .our_service_area {
    padding: 0 0px 195px 0;
  }
  .our_service_box {
    padding: 10px 12px;
  }
  .our_service_content {
    max-width: 525px;
    padding: 60px 0px 0 80px;
  }
  .our_service_area_list {
    margin-top: -120px;
  }
  .our_client_sec {
    padding-bottom: 80px;
  }
  .our_client_slider_box_inner {
    padding: 36px;
  }
  .our_client_slider_box_inner,
  .our_client_title_info,
  ul.our_process_tabs .our_process_tabs_titles_area {
    gap: 24px;
  }
  .our_client_title_info h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .our_client_title_info p {
    font-size: 14px;
    line-height: 20px;
  }
  .our_service_sec,
  .our_portfolio_sec {
    padding: 80px 0 120px;
  }
  .img_slider_item img {
      max-width: 650px;
  }
  /* We-Offer CSS */
  .offer_btn_area .offer_btn.white_btn {
    width: auto;
  }
  /* Our-Process CSS */
  .our_process_area > .row {
    gap: 60px;
  }
  .our_process_title {
    font-size: 18px;
  }
  .our_process_title {
    font-size: 18px;
  }
  .ul.our_process_tabs .our_process_tabs_titles_area {
      padding-bottom: 24px;
  }
  section#banner_layout_three .card_banner_content {
    padding: 50px;
    gap: 24px;
  }
  .card_banner_heading {
    font-size: 52px;
    line-height: 65px;
  }
  .our_portfolio_box_info {
    padding: 40px;
  }
  .our_portfolio_box_heading {
    font-size: 32px;
    line-height: 40px;
  }
  ul.row.our_portfolio_box_point_list li {
    font-size: 14px;
    line-height: 24px;
  }
  ul.our_portfolio_box_point_list li::marker {
    color: #f89a1c;
    font-size: 24px;
  }

}
@media (max-width: 1399px) {
  /* Header CSS */
  .navbar_info ul.navbar-nav li a.nav-link {
    padding: 12px 10px;
    font-size: 16px;
  }
  /* Our-service CSS */
  .our_service_list {
    max-width: 920px;
  }
  /* About-banner CSS */
  .about_banner_content {
    padding: 100px 0;
    max-width: 575px;
  }
  /* Much-more CSS */
  .much_more_inner_shap {
    left: 0;
  }
}
@media (min-width: 991px) and (max-width: 1250px) {
  .our_service_img_outter {
    bottom: 0;
    max-width: 680px;
  }
  .our_service_img_outter > img {
    height: 100%;
    object-position: left;
  }
}
@media (max-width: 1250px) {
  /* Hero-Banner CSS */
  .AIE_home_hero_content h1 {
    font-size: 36px;
  }
  .AIE_home_hero_sec > .container-fluid,
  section#banner_layout_three .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  /* Hero-Banner CSS */
  .AIE_Weare_sec,
  .our_service_sec,
  .trusted_client_sec,
  .our_project_tabs_sec {
    padding: 80px 0;
  }
  /* Img-slide CSS */
  .img_slider_item img {
    max-width: 600px;
  }
  /* Our-service CSS */
  .our_service_content {
    padding: 60px 0px 0 60px;
  }
  .our_service_list {
    max-width: 813px;
  }
  /* Our-client CSS */
  .our_client_title_info h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .our_client_slider_box_inner {
    padding: 24px;
    justify-content: space-between;
  }
  .our_client_sec {
    overflow: hidden;
  }
  /* About-banner CSS */
  .about_banner_bg {
    background-size: 110%;
    background-position: -100% bottom;
  }
  /* Our-Portfolio CSS */
  .our_portfolio_box_info {
    padding: 40px;
  }
  /* Our-Project-Tabs CSS */
  .our_project_tabs_title_area h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
  }
  .our_project_tabs_area > .row {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  /* Header CSS */
  button.navbar-toggler span.navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  button.navbar-toggler.collapsed span.navbar-toggler-icon {
    display: flex !important;
  }
  button.navbar-toggler span.navbar-toggler-icon {
    display: none !important;
  }
  button.navbar-toggler .close_icon {
    display: block;
  }
  button.navbar-toggler.collapsed .close_icon {
    display: none;
  }
  button.navbar-toggler .close_icon {
    display: block;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar_content div#navbarSupportedContent {
    /* position: absolute;
    top: 50px;
    width: -webkit-fill-available;
    min-width: 100vw;
    right: -36px; */
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 40px;
    margin: 0 auto;
    background-color: #ffff;
    z-index: 999;
  }
  .navbar_info ul.navbar-nav li a.nav-link {
    width: max-content;
  }
  .navbar_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /* Our-service CSS */
  .our_service_sec,
  .trusted_client_sec {
    padding: 50px 0 70px;
    overflow: hidden;
  }
  .our_service_sec > .container {
    padding: 0;
    max-width: 100%;
  }
  .our_service_area {
    padding: 40px 0 33px;
    border-radius: 0;
    box-shadow: none;
  }
  .our_service_content {
    padding: 0 20px;
    max-width: 100%;
  }
  .our_service_area_list {
    margin: 0;
    background: #fff9f4;
    padding: 0 13px 44px;
    position: static;
  }
  .our_service_list {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: relative;
    margin-top: -120px;
  }
  .our_service_list > .row {
    gap: 12px 0;
  }
  .our_service_box {
    background: #fff;
    border-radius: 16px;
  }
  /* Our-Project CSS */
  .our_project_slider_area {
    padding: 32px 0 48px;
  }
  .our_project_info .our_project_title {
    font-size: 26px;
    line-height: 36px;
  }
  /* About-Banner CSS */
  .about_banner_bg {
    background-size: 110%;
    background-position: 165% top;
    /* background-position: -155px -30px; */
  }
  .about_banner_content {
    padding: 70px 0;
    max-width: 100%;
  }
  .about_banner_img_area {
    visibility: hidden;
  }
  /* We-Offer CSS */
  .we_offer_sec {
    padding: 0;
  }
  .we_offer_sec > .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .we_offer_area > .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .we_offer_area > .row > div {
    padding: 0 12px;
  }
  .we_offer_img_area,
  .we_offer_img,
  .we_offer_img img {
    width: 100%;
  }
  .we_offer_img {
    border: 0;
  }
  .we_offer_card {
    padding: 50px 20px;
  }
  .we_offer_uper_heading,
  .our_portfolio_title_area h2,
  .our_process_title_area h2 {
    font-size: 36px;
    line-height: 44px;
  }
  div#we_offer_card_two {
    gap: 19px;
  }
  .we_offer_content_area {
    position: relative;
    margin-top: -180px;
    gap: 0;
  }
  .we_offer_content_area > div#we_offer_card_two {
    position: relative;
    margin-top: -31px;
  }
  /* Our-Process CSS */
  .our_process_sec {
    padding: 70px 0;
  }
  .our_process_area > .row {
    gap: 30px;
  }
  .our_process_title_area p {
    margin-top: 20px;
  }
  .our_process_tabs_content {
    display: none;
  }
  ul.our_process_tabs {
    flex-direction: column;
  }
  ul.our_process_tabs li {
    max-width: 100%;
  }
  ul.our_process_tabs .our_process_tabs_titles_area {
    flex-direction: row;
    gap: 12px;
    padding: 0;
  }
  ul.our_process_tabs li.active .our_process_tabs_titles_area {
    border: 0;
  }
  .our_process_img > span {
    width: 72px;
    height: 72px;
    padding: 20px;
  }
  .our_process_title {
    height: auto;
    text-align: left;
  }
  .our_process_title_area_inner span.our_process_num {
    bottom: 0;
    left: 0;
    right: auto;
  }
  /* Card-Banner CSS */
  section#banner_layout_three .card_banner_content {
    padding: 40px;
  }
  .our_portfolio_box_info {
    padding: 20px;
  }
  .our_portfolio_box_heading {
    font-size: 20px;
    line-height: 28px;
  }
  ul.row.our_portfolio_box_point_list li {
    font-size: 16px;
    line-height: 24px;
  }
  /* Testimonials-Card CSS */
  .testimonials_card_area > .row,
  .trusted_client_area > .row,
  .our_project_tabs_area > .row {
    gap: 40px;
  }
  /* Trusted-Client CSS */
  .trusted_client_item {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* Footer CSS */
  .footer_sec {
    padding: 20px 0 40px;
  }
  /* Hero-Banner CSS */
  .AIE_home_hero_area {
    margin-top: 0;
    border-radius: 0;
    padding: 108px 16px;
  }
  .AIE_home_hero_sec > .container-fluid {
    padding: 0;
  }
  .AIE_home_hero_content h1,
  .AIE_Weare_title_area p,
  .testimonials_card_box_info h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .AIE_home_hero_btn_area {
    justify-content: center;
  }
  /* Weare CSS */
  .AIE_Weare_sec {
    padding: 50px 0;
    margin: 0;
  }
  .AIE_Weare_title_area h2,
  .about_banner_title_area h1,
  .our_client_title_area h2,
  .our_project_title_area h2,
  .contact_banner_content h1,
  .much_more_content h2,
  .testimonials_card_title_area h1,
  .trusted_client_title_area h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .AIE_Weare_logo_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .AIE_Weare_logo_list img {
    height: 80px;
  }
  /* Our-service CSS */
  .our_service_content h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
  }
  .our_service_content > p {
    margin: 10px 0 32px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  /* Our-client CSS */
  .our_client_title_area {
    padding-right: 35px;
  }
  .our_client_title_area p,
  .our_project_title_area p,
  .much_more_content p,
  .card_banner_heading_area p,
  .testimonials_card_title_area p {
    font-size: 20px;
    line-height: 28px;
  }
  /* Much-more CSS */
  .much_more_content p {
    font-weight: 400;
    margin-top: 12px;
  }
  /* Testimonials-Card CSS */
  .testimonials_card_sec {
    padding-top: 28px;
  }
  .testimonials_card_title_area p,
  .testimonials_card_box_info p,
  .our_project_tabs_title_area p {
    font-size: 16px;
  }
  .testimonials_card_title_area p,
  .our_project_tabs_title_area p {
    color: #273266;
  }
  .testimonials_card_box_inner {
    padding: 20px;
    gap: 24px;
  }
  .testimonials_card_box_info {
    gap: 8px;
  }
  .testimonials_card_box_info h2 {
    line-height: 36px;
  }
  .testimonials_card_title_area h1,
  .trusted_client_title_area > * {
    font-family: var(--font_one);
  }
  .testimonials_card_list > .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .testimonials_card_list > .row > div {
    padding: 0 12px;
  }
  /* Trusted-Client CSS */
  .trusted_client_item {
    width: 33%;
  }
  /* Our-Project-Tabs CSS */
  .our_project_grids_content > .our_project_grids_area > .row {
    gap: 32px 0;
  }
  .our_project_tabs .nav-link {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 8px 16px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
  .AIE_home_hero_btn_area .AIE_hero_btn span {
    padding: 16px 40px;
  }
  .arrow_btn {
    width: 100%;
  }
  .about_banner_btn span {
    padding: 14px 40px;
  }
  .about_banner_btn span > img {
    display: block;
  }
  .img_slider_item {
    height: 274px;
  }
  .img_slider_item img {
    max-width: 263px;
    height: 100%;
  }
  .our_project_img {
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
  }
  .our_project_img img {
    width: -webkit-fill-available;
  }

  /* Header CSS */
  .navbar_content div#navbarSupportedContent {
    /* right: -12px; */
    /* right: -20px; */
    top: 60px;
    padding: 15px 12px;
  }
  /* Footer CSS */
  .footer_bottom_info_right {
    justify-content: flex-start;
  }
  /* Weare CSS */
  .AIE_Weare_logo_list img {
    height: 70px;
  }
  .img_slider_item img {
    max-width: 300px;
    border: 5px solid #fff;
    border-radius: 16px;
  }
  .AIE_Weare_logo_list img:nth-child(1) {
    order: 1;
  }
  .AIE_Weare_logo_list img:nth-child(2) {
    order: 4;
  }
  .AIE_Weare_logo_list img:nth-child(3) {
    order: 2;
  }
  .AIE_Weare_logo_list img:nth-child(4) {
    order: 3;
  }
  /* Our-service CSS */
  .our_service_img {
    width: 130%;
    margin-left: -90px;
  }
  .our_service_list {
    margin-top: -90px;
  }
  /* Our-client CSS */
  .our_client_sec > .container {
    padding: 0 0 0 25px;
  }
  .our_client_sec {
    padding-bottom: 0;
  }
  .swiper.our_client_slider_list {
    margin: 32px 0 70px;
  }
  .our_client_title_info,
  .testimonials_card_list > .row {
    gap: 12px;
  }
  .our_client_title_info > p,
  .card_banner_info p,
  .our_project_tabs_title_area p {
    font-size: 16px;
    line-height: 24px;
  }
  .card_banner_info p {
    font-family: var(--font_three);
  }
  /* About_banner CSS */
  .about_banner_bg {
    background-image: none !important;
  }
  .about_banner_img_area {
    visibility: visible;
  }
  #banner_layout_two > #banner_sec {
    background: transparent;
  }
  .about_banner_bg > .container,
  .our_project_tabs_sec {
    padding: 0;
  }
  .about_banner_content {
    padding: 15px 20px 70px;
    background: #fff;
  }
  /* We-Offer CSS */
  .we_offer_content_area {
    margin-top: -60px;
  }
  .offer_btn,
  .offer_btn span,
  .card_banner_btn_area .card_banner_btn,
  .card_banner_btn_area .card_banner_btn span,
  .our_portfolio_box_btn,
  .our_portfolio_box_btn span {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  /* Contact-banner CSS */
  .contact_banner_section {
    all: unset;
  }
  .contact_banner_area {
    padding: 32px 0 70px;
  }
  .row.banner_contact_form {
    padding: 20px 0;
  }
  .banner_contact_form_title_area h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
  }
  .contact_info_inner_box a {
    word-break: break-word;
  }
  /* Card-Banner CSS */
  section#banner_layout_three .container-fluid {
    padding: 0 20px;
  }
  .card_banner_area {
    background: #fff;
    border-radius: 0;
    margin: 0;
    padding: 28px 0 70px;
  }
  section#banner_layout_three .card_banner_content,
  .our_portfolio_sec {
    padding: 0;
    gap: 12px;
  }
  section#banner_layout_three .card_banner_content .card_banner_btn_area {
    margin-top: 24px;
  }
  .card_banner_heading,
  .testimonials_card_title_area h1,
  .trusted_client_title_area h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    text-transform: capitalize;
  }
  /* Our-Portfolio CSS */
  .our_portfolio_area > .row {
    gap: 28px;
  }
  .our_portfolio_box {
    display: flex;
    flex-direction: column-reverse;
  }
  div#our_portfolio_box_right {
    flex-direction: column;
  }
  /*  Much-More CSS */
  div#Agricultural_our_client .swiper.our_client_slider_list {
    margin-bottom: 0;
  }
  div#Agricultural_our_client {
    margin-bottom: 50px;
    box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08);
    padding-top: 70px !important;
  }
  .much_more_area {
    padding: 135px 0;
  }
  .much_more_inner_shap {
    width: 700px;
    left: -30%;
    top: 7%;
  }
  /* Trusted-Client CSS */
  .trusted_client_list {
    margin-right: -4px;
    margin-left: -4px;
  }
  .trusted_client_item {
    padding: 0 4px;
    width: 50%;
  }
  .trusted_client_logo {
    padding: 14px 24px;
    border-radius: 9.8px;
  }
  .trusted_client_title_area h2 {
    text-transform: none;
  }
  div#img_slider_Project_gallery {
    display: block;
    padding: 60px 0;
  }
}
@media (max-width: 430px) {
  /* Weare CSS */
  .AIE_Weare_logo_list {
    margin: 0 16px;
  }
}
@media (max-width: 365px) {
  /* Weare CSS */
  .AIE_Weare_logo_list img {
    height: 55px;
  }
  .our_project_inner_box {
    grid-template-columns: max-content max-content 1fr;
    align-items: start;
  }
  .our_project_inner_box {
    gap: 8px;
  }
  .our_project_inner_box p {
    font-size: 16px;
    line-height: 24px;
  }
  .much_more_content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
