@import "common.css";
@import "header.css";

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.sec_row {
  margin-bottom: 40px;
}
.sec_row .main_title {
  margin-bottom: 0;
  margin-right: 30px;
}
.hero.hero-slider-layout .hero-slide{
	position: relative;
  padding:unset; 
	min-height: 100vh;
	display: flex;
	align-items: end;
}
.proficiency_content_body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.proficiency_content_body::before {
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  border: 1px solid #EAF0EC00;
  width: 1px;
  height: 100%;
}
.proficiency_content_info {
  width: calc(50% - 40px);
}
.proficiency_img {
  position: relative;
  background-image: url(../images/about-us-bg-shape.svg);
  background-repeat: no-repeat;
  background-position: left 60px bottom 40px;
  background-size: auto;
  padding-right: 100px;
  padding-bottom: 180px;
  margin-right: 30px;
}
.proficiency_img_2 {
  position: absolute;
  width: 100%;
  max-width: 500px;
  bottom: -112px;
  right: 0;
} 

.about_sec {
  background-image: url('../images/section-bg-shape-1.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 60px 0;
}

.main_title.why_us_bt {
  margin-bottom: 0px;
}

.main_title.why_us_bt p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main_title h2 span {
  color: var(--accent-color);
}
.makes_us_different{ width: 100%; margin-top: 20px; margin-bottom: 20px;}

.makes_us_different h3{ font-weight: 200;font-size: 20px;letter-spacing: 1px;font-weight: 600;}
 
.about_content_list ul li::before {
  content: '\f058';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  color: #CACACA;
  display: inline-block;
  top: 4px;
  left: 4px;
}  

.about_content_list.home_why_bt0 {
  margin-bottom: 0px;
}

.about_content_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.about_content_list ul li {
  position: relative;
  font-weight: 500;
  color: var(--primary-color);
  padding-left: 30px;
  margin-bottom: 15px;
  width: 50%;
}

.about_content_list ul li b { width: 100%;display: inline-block;}

.about_content_list ul li span {width: 100%;display: inline-block;}
 
.services_work_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.services_work_item { 
  width: 48%;
  border: solid 1px #FFF;padding: 20px;background-color: #f4f4f4;border-radius: 8px;box-shadow: rgb(232, 232, 232) 0px 25px 20px -20px;}
   
.services_work_content h3 {
  font-size: 20px;
  text-transform: none;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
} 

.services_work_content h1 {
color: #ffd9b9;
font-family: "Hanken Grotesk", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 44px;
margin-bottom: 7px;
}

.services_work_content h3 span {
  opacity: 1;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #f5821f;
}
  
.services_work_content p {line-height: 1.3; margin-bottom: 10px;color: var(--primary-color);} 

.services_work_content p:last-child {margin-bottom: 0px;}

.services_sec {
  background: #f4f4f4;
  padding: 100px 0;
}

.youtube-container_home {
  overflow: hidden;  
  width: 100%; 
  aspect-ratio: 15.9/9; 
  pointer-events: none;
}

.youtube-container_home iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
} 

.youtube-container_home1 {
  overflow: hidden;  
  width: 100%; 
  aspect-ratio: 15.9/9; 
  pointer-events: none;
}

.youtube-container_home1 iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
} 

.testi_slider {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider-color);
} 
.main_title p {
  margin-top: 10px;
  margin-bottom: 0;
}

.why_choose_pg {
  padding: 80px 0;
  background-color: var(--secondery-color);
}

.services_sec {
  background: #f4f4f4;
  padding: 80px 0;
}

.sec {
  padding: 60px 0;
}



.project_sec {
  padding: 60px 0 70px;
}

.project_item.last_item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 0px;
}

.testimonial_content {
  padding: 0px 0;
}
 
.testimonial-content{
	margin-bottom: 20px;
}

.main_title.testi_title {
  margin-bottom: 10px;
} 

.author-content h3 span{
  color: rgb(136, 136, 136);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px
}

.testimonial-content p {
  font-size: 16px;
  color: var(--primary-color);
  margin: 0;
}

.sec_row.port_bt {
  margin-bottom: 40px;
} 

.project_item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 5px;
}
 
.project-content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 0px;
}

.project-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.project-content h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.72);
}
.project-content1 {
  position: relative;
  left: 0px;
  top: 0px;
}
.project-content1 h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: rgba(83, 83, 83, 0.72);
} 

.project-content1 h2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(168, 168, 168, 0.72);
}
.project-content1 h2 a{  color: rgba(153, 153, 153, 0.72);}

.project-btn img {
  max-width: 16px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.project-btn a {
  width: 50px;
  height: 50px;
  background: var(--dark-divider-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.read_btn {
  position: relative;
  display: inline-block;
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: 10px 45px 10px 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  border-radius: 10px;
}

.read_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-20px, -50%);
  transition: all 0.4s ease-in-out;
  scale: 0.9;
}
.read_btn:hover::before {
  transform: translate(-18px, -50%);
}
.read_btn:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.main_title.banner_bottom {
  margin-bottom: 80px;
}

.hero.hero-slider-layout .hero-pagination {
  position: absolute;
  bottom: 20px;
  text-align: left;
  padding-left: calc(((100vw - 1275px) / 2));
  z-index: 2;
}
.mb10 {
  margin-bottom: 10px;
}
.how_we_work{
  gap: 20px;
}
.how_we_work .services_work_content h3 {
  font-size: 15px;
}
.how_we_work_item {
  width: 48%;
}
.testimonial_content .section_title {
  background: unset;
}
.services_work_content h3 {
  color: #f6913b;;
}

.how_we_work .services_work_content h3 {
  color: #000;
}
.mb0{
  margin-bottom: 0px;
}
.mo_dblock{
  display: none;
}
/* about page */
.sub_banner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: white; */
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-header-box {
  position: relative;
  text-align: center;
  z-index: 1;
}
.sub_banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0 80px;
  margin-top: -118px;
}
.sub_banner_box h1{
  text-align: center;
}
.pdt0 {
  padding-top: 0px;
}
.sec_pb50{ padding-bottom: 50px;}
.sec_ptb80{ padding: 80px 0px}
.sec_pb80{ padding-bottom: 80px;}


.ab_choose_pg {
    padding: 80px 0;
  }


@media screen and (min-width: 1201px) and (max-width: 1480px) {
    .amazingslider-description-1{
  font-size: 24px !important;
}
}


@media screen and (min-width: 1050px) and (max-width: 1200px) {
  .sm_pc_pdt70{
	padding-top: 70px;
  }

  .amazingslider-description-1{
  font-size: 24px !important;
}
}

@media screen and (max-width:767px) {

  .ab_choose_pg {
    padding: 50px 0;
  }


.mob_column_reverse { flex-direction: column-reverse; display: flex;}
.mob_mb_30{ margin-bottom: 30px;}
  .proficiency_content_info {
  width: calc(50%);
}

.mob_sec_ptb40 {  padding: 40px 0px;}
.mob_sec_ptb0 {  padding:0px;}

.main_title.banner_bottom {
  margin-bottom: 620px;
}
.hero.hero-slider-layout .hero-pagination {
  left: 15px;
}
.mo_pt40{
  padding-top: 40px;
}
.sub_banner_box h1 {
  font-size: 30px;
}
.main_title h2 {
  font-size: 22px;
  line-height: 1.2em;
}
.mo_pb130{
	padding-bottom: 100px;
}
.proficiency_img {
  margin-right: 0px;
}
.why_choose_pg {
  padding: 40px 0;
}
.about_content_list ul li {
  width: 100%;
}
.services_sec {
  padding: 40px 0;
}
.services_work_item {
  width: 100%;
}
.project_sec {
  padding: 40px 0 40px;
}
.testimonial_content {
  padding: 40px 0;
}
.proficiency_img_2 {
  max-width: 100%;
  bottom: -50px;
}
.mo_mb15{
  margin-bottom: 15px;
}
.mo_dblock{
  display: block;
}
.testi_slider {
  border-bottom: unset;
}
.sm_mo_mb0{
  margin-bottom: 0px;
}
.sm_mo_mbpb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mo_pt0{
  padding-top: 0px;
}
.sub_banner {
  padding: 150px 0 50px;
}

}

@media screen and (min-width: 675px) and (max-width: 767px) {
  .mo_pb130 {
    padding-bottom: 310px;
  }
  .proficiency_img_2 {
    bottom: -340px;
  }
  .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
}

@media screen and (min-width: 630px) and (max-width: 675px) {
  .mo_pb130 {
    padding-bottom: 270px;
  }
  .proficiency_img_2 {
    bottom: -305px;
  }
  .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mo_mb60 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 551px) and (max-width: 630px) {
  .mo_pb130 {
    padding-bottom: 190px;
  }
  .proficiency_img_2 {
    max-width: 100%;
    bottom: -220px;
  }
   .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mo_mb60 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:481px) and (max-width:550px) {
 .proficiency_img_2 {
    bottom: -180px;
  }
  .mo_pb130 {
    padding-bottom: 210px;
  }
   .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mo_mb60 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:441px) and (max-width:480px) {
 .proficiency_img_2 {
    bottom: -160px;
  }
  .mo_pb130 {
    padding-bottom: 180px;
  }
  .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mo_mb60 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:420px) and (max-width:440px){

  .mo_pb100 {
    padding-bottom: 102px;
  }
  
  .mo_pb130 {
    padding-bottom: 145px;
  }
  .mo_pbmb0{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
}


@media screen and (max-width:360px){
  .hero.hero-slider-layout .hero-slide::before {
  height: 34%;
}
.hero::before {
  height: 34%;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image {
  bottom: 558;
}
.swiper{
	height: 34vh;
}
.hero {
  margin-top: -40px;
}
.sm_mo_mb0{
  margin-bottom: 0px;
}
.sm_mo_mbpb0{
  margin-bottom: 0px;
  padding: 0px;
}
.sm_mo_h17{
  height: 17vh;
}
.sm_mo_mb0 {
    margin-bottom: 10px;
}
}
