:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 65%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 20%, 15%);
  --color-black-200: hsl(213, 23%, 12%);
  --color-black-300: hsl(214, 21%, 9%);
  --color-black-400: hsl(210, 21%, 6%);
  --color-black-500: hsl(216, 22%, 3%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
  	0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  	0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
main {
  overflow: hidden;
}

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin-inline: auto;
  padding-block: 4rem 2rem;
}

.btn {
  line-height: 1.5;
  text-align: center;
   user-select: none;
  padding-block: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  color: rgb(255, 255, 255) !important;
  display: block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.btn-default {
  color: #FFF;
  box-shadow: var(--shadow-medium);
  background: var(--accent-color);
}
 
.btn-darker {
  color: var(--color-white-100);
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
}

.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  top: 0;
} 

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  flex-direction: row;
}

@media screen and (min-width: 48rem) {
  .navbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
 
.brand {
  width: 130px;
}
 
.wrapper {
  display: flex;
  justify-self: end;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-block: 1rem;
}

@media screen and (min-width: 48rem) {
  .wrapper {
    order: 1;
  }
}

.menu {
  display: flex;
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}

.menu.is-visible {
  height: auto;
  margin-top: 1px;
  width: 100%;
  background-color: #FFF;
  padding-top: 30px;
} 

.menu-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: hsl(0, 0%, 0%);
  transition: all 0.25s ease;
} 

@media screen and (min-width: 48rem) {
  .menu {
    height: auto;
    align-items: center;
    justify-content: center;
    overflow: inherit;
  }
  .menu-inner {
    flex-direction: row;
    gap: 2.5rem;
    margin-bottom: 0 !important;
  }
  .menu-link {
    text-transform: capitalize;
  }
}  

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  visibility: visible;
}

@media screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  right: 5px;
  width: 100%;
  height: 2px;
  transform: rotate(0deg);
  background-color: hsl(0, 0%, 52.5%);
  transition: all 0.2s ease;
} 

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.amazingslider-description-1 {
  display: block;
  position: relative;
  font: 50px "Hanken Grotesk", sans-serifl;
  color: #fff;
  margin-top: 0px !important;
  padding:0px !important;
}
 
.amazingslider-text-wrapper-1{
  position: absolute;
  left: 0px;
  bottom: 50px !important;
  margin: 24px 325px;
}



.gallery_nav,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 0;
  /* margin: 1%; */
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;

}
 
#filters li {
  float: left;
}
 
#filters li span {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #666;
  cursor: pointer; 
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #f5821f;
  color: #fff;
}

.gallery_nav_item {
  float: left;
  width: 33.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}

.gallery_nav_item.gi_half {
  width: 50%;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.inside img {
  float: left;
  width: 100%;
}

.overlay {
  background: rgba(245, 130, 31, 0.41);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}
 
.gallery_nav_item:hover .details,
.gallery_nav_item:hover .overlay {
  opacity: 1;
}
.amazingslider-text-wrapper-1{
  bottom: 30% !important;
}
.amazingslider-nav-1{
  margin-top: -50px !important;
}
.active_link{
  color: #f5821f;
}
.contact_sec{
  padding: 80px 0;
}
.pdt0{
  padding-top: 0px;
}
.pdb350{
  padding-bottom: 350px;
}

.pc_link{ display: inherit !important;}
.mob_link{ display: none !important;}

.read_btn.oy {
  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 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  border-radius: 10px;
}
ul{
  padding-left: unset !important;
}
.www {
  width: 23px;
  display: unset;
}
a {
  color: #192324;
  font-size: 12px;
}
.footer-copyright-text p a {
  color: #192324 !important;
  font-size: 12px;
}
.contact-info-content a {
  font-size: 16px;
}
.a_color {
  color: #f6913b;
  font-size: 16px !important;
}
.sec {
  padding: 0px 0 80px !important; 
}
.contact-info-content h3 a{
  color: #f6913b;
  font-size: 20px;
}
.pdb60{
  padding-bottom: 60px;
}
.pdb80{
  padding-bottom: 80px !important;
}

@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery_nav_item {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width:1200px) and (max-width:1350px) {
  .amazingslider-text-wrapper-1{
    margin: 24px 180px !important;
    bottom: 25% !important;
  }
}
@media screen and (min-width:1050px) and (max-width:1199px) {
  .amazingslider-text-wrapper-1{
    margin: 24px 80px !important;
    bottom: 15% !important;
  } 
  .amazingslider-description-1 {
  font-size: 35px !important;
  line-height: 40px !important;
}

}
@media screen and (min-width:768px) and (max-width:1049px) {
.container {
  max-width: 940px;
}
.amazingslider-description-1{
  font-size: 24px !important;
}
.navbar {
  width: 100%;
}
.menu {
  display: none;
}
 .wrapper {
    order: unset;
  }
.menu.is-visible {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  height: 100%;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.burger {
  display: block;
  visibility: visible;
}
.amazingslider-text-wrapper-1{
  margin: 24px 50px !important;
  bottom: 100px !important;
}
.tab_w50{
  width: 50%;
}
.tab_align_start{
  align-items: flex-start !important;
}
.about_sec {
  padding: 0px 0 60px;
}
.content-wrapper {
  padding: 30px 0px 0px 0px;
}
.proficiency_img_2 {
  bottom: -169px;
}
.tab_mb20{
  margin-bottom: 20px;
}
#filters {
  justify-content: flex-start;
}
.project_sec {
  padding: 60px 0;
}
.pdb350{
  padding-bottom: 285px;
}
.tab_w100{
  width: 100% !important;
}
.tab_mt30{
  margin-top: 30px !important;
}
.contact-us-form {
  margin-left: 0px;
}

.tabs {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ab_choose_pg {
  padding: 60px 0;
}
.why_choose_pg {
  padding: 60px 0;
}
.about_content_list ul .tab_mb0{
  margin-bottom: 0px;
}
.services_sec {
  padding: 60px 0;
}
.sec_ptb80 {
  padding: 60px 0px;
}
.tab_mb0{
  margin-bottom: 0px;
}
.sec {
  padding: 0px 0 60px !important;
}

}

@media screen and (max-width:1049px) {
.mob_link{ display: inherit !important;}
.pc_link{ display: none !important;}
}

@media screen and (max-width:767px) {
.footer-copyright-text p{ margin-bottom: 15px !important;}

.gallery_nav_item.gi_half {
  width: 100%;
}

.navbar {
  width: 100%;
  padding: 10px 15px;
}
.amazingslider-text-wrapper-1 {
  position: absolute;
  left: 0px;
  bottom: 15px !important;
  margin: 24px 15px  !important;
}
.amazingslider-nav-1 {
  margin-top: -30px !important;
}
.mob_mb0{
  margin-bottom: 0px;
}
.mob_mb20{
  margin-bottom: 20px !important;
}
.mob_mb10{
  margin-bottom: 10px;
}
.menu {
  display: none;
}
.menu.is-visible {
  display: flex;
}
.amazingslider-description-1{
  font-size: 21px !important;
}
.amazingslider-text-1{
  top: -5% !important;
}
#filters {
  justify-content: flex-start;
}
.contact_sec{
  padding-bottom: 40px;
}
.pdb350{
  padding-bottom: 40px;
}
.gallery_nav_item {
  padding: 10px 0;
}
#button{
  right: 15px;
}
.mob_mb15{
  margin-bottom: 15px !important;
}
.sec_pb80 {
  padding-bottom: 40px;
}
 .testimonial_content {
    padding: 0px 0px;
  }
  .about_sec{
    padding-bottom: 40px;
  }
  .ab_choose_pg {
    padding: 40px 0;
  }
  .mob_pt0b40{
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .mob_ptb40{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec {
  padding: 0px 0 40px !important;
}

}
@media screen and (min-width:350px) and (max-width:389px) {
  .amazingslider-text-1{
    top: -2% !important;
  }
  .amazingslider-description-1 {
    font-size: 18px !important;
  }
  
}
