@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --SectionPadding: 60px 0;
    --HeadingFontSize: 42px;
    --BodyFontSize: 17px;
    --TitleFontSize: 50px;
    --buttonFontSize: 17px;
    --ServiceTitleFontSize: 27px;
    --FontHeading: "Nunito";
    --FontBody: "Open_Sans";
    --BannerTitleFontSize: 42px;
    --SubTitleFontSize: 21px;
  }
  #Hero .HeroImg {
    width: 270px;
    height: 270px;
  }
  #Hero .HeroTitle {
    line-height: 1.2;
    width: 100%;
  }
  #Hero .HeroDescription {
    width: 80%;
  }
  #Header {
    padding: 10px 0;
  }
  #Header .logo img {
    height: 64px;
  }
  #Header .nav {
    display: flex;
    gap: 36px;
  }
  .WebBtn {
    padding: 10px 30px;
    min-width: 160px;
  }
  #Hero .HeroDescription {
    width: 95%;
  }
  #Hero .logo-wrapper {
    width: 18%;
  }
  #Services .SectionTitle p {
    width: 60%;
  }
  #Services .header {
    height: 95px;
  }
  #Services .icon {
    height: 45px;
    width: 45px;
  }
  #Hero .HeroImgWrapper:hover .CardOne .WebBtn {
    right: 55%;
  }
  #Hero .HeroImgWrapper:hover .CardTwo .WebBtn {
    right: -15%;
    bottom: -14px;
  }
  #Hero .HeroImgWrapper:hover .CardOne {
    top: 150px;
    left: -32px;
    transform: rotate(-70deg);
  }
  #Hero .HeroImgWrapper:hover .CardTwo {
    top: 150px;
    left: 210px;
    transform: rotate(20deg);
  }
  #AboutUs .HeroImg {
    position: absolute;
    width: 50%;
    height: 50%;
  }
  #AboutUs .HeroImgWrapper:hover .CardOne {
    top: 70px;
    left: -32px;
    transform: rotate(-60deg);
  }
  #AboutUs .HeroImgWrapper:hover .CardTwo {
    top: 91px;
    left: 229px;
    transform: rotate(30deg);
  }
  #AboutUs .HeroImgWrapper {
    position: relative;
    width: 500px;
    height: 500px;
    margin-left: 50px;
    margin-top: 20px;
  }
  #AboutUs {
    padding: 0;
  }
  #Industries .DecorImg-2 {
    width: 20% !important;
    right: -20%;
    bottom: 400px;
  }
  #Industries .DecorImg-1 {
    width: 20% !important;
    bottom: -100px;
    left: -2%;
  }
  #AboutUs .HeroImgWrapper:hover .CardOne .WebBtn {
    right: 50%;
  }
  #AboutUs .HeroImgWrapper:hover .CardTwo .WebBtn {
    right: -15%;
  }
  #Services .icon i {
    font-size: 21px;
  }
  #Services .right img {
    width: 100%;
  }
  #Hero .HeroContainer {
    padding: 25px 0;
    margin-top: -60px;
  }
  #Hero #LogoSlider {
    margin-top: -100px;
  }
  #Hero .HeroDecor {
    width: 85px;
    z-index: -1;
  }
  #Testimonials .SectionTitle .Title {
    max-width: 70%;
  }
  #Testimonials .TestimonialCard {
    padding: 80px 75px 70px;
  }
  #Blogs .BlogWrapper .BlogTitle h4 {
    font-size: calc(var(--BodyFontSize) + 2px);
  }
  #Blogs .BlogWrapper .BlogDescription {
    font-size: calc(var(--BodyFontSize) - 2px);
  }
  h3.WhyUsTitle {
    font-size: var(--ServiceTitleFontSize);
  }
  #WhyChooseUs .WhyChooseList .WhyChooseWrapper .Content p {
    font-size: var(--BodyFontSize);
  }
  #WhyChooseUs {
    position: relative;
    z-index: 2;
  }
  #WhyChooseUs .WhyChooseList .WhyChooseWrapper {
    width: 92%;
    margin-left: 8%;
  }
  #WhyChooseUs .WhyChooseList .WhyChooseWrapper .Content {
    padding: 16px 14px;
  }
  #WhyChooseUs .WhyChooseList .WhyChooseWrapper .Icon {
    width: 100px;
  }
  #WhyChooseUs {
    position: relative;
    overflow: visible;
  }
  #WhyChooseUs .col-lg-6.my-auto {
    margin: 0 !important;
  }
  .WhyChooseImg {
    position: sticky;
    top: 100px;
  }
  #LogoMarquee #LogoSlider {
    min-height: 114px;
  }
  #VissionMission {
    margin-top: -64px;
    overflow: visible;
    position: relative;
  }
  #VissionMission .col-lg-6.my-auto.VisionContainer {
    margin: 0 !important;
    position: sticky;
    top: 100px;
    height: -moz-fit-content;
    height: fit-content;
  }
  #LogoMarquee {
    padding: 0;
    position: relative;
    z-index: 10;
  }
  #Blogs.BlogPage .categories-box {
    width: 100%;
    padding: 32px 12px;
  }
  #Blogs.BlogPage .categories-box .category-item {
    padding: 16px 7px;
  }
  #ContactInfo .ContactContainer {
    padding: 60px 20px 50px;
  }
}
@media screen and (max-width: 990px) {
  :root {
    --SectionPadding: 40px 0;
    --HeadingFontSize: 36px;
    --BodyFontSize: 15px;
    --TitleFontSize: 36px;
    --buttonFontSize: 14px;
    --ServiceTitleFontSize: 19px;
    --FontHeading: "Nunito";
    --FontBody: "Open_Sans";
    --BannerTitleFontSize: 32px;
    --SubTitleFontSize: 16px;
  }
  #Header {
    display: none;
  }
  .WebBtn {
    padding: 10px 30px;
    min-width: auto;
  }
  #Hero .ButtonWrapper {
    display: flex;
    gap: 12px;
  }
  #Hero .logo-wrapper {
    width: 35%;
  }
  #Hero .HeroTitle {
    font-size: var(--BannerTitleFontSize);
    width: 100%;
  }
  #Hero {
    position: relative;
    padding: 105px 14px 20px;
  }
  section#Services {
    padding-top: 0;
  }
  #Hero .HeroDescription {
    margin-bottom: 20px;
  }
  #Hero .HeroContainer {
    padding-bottom: 0;
  }
  #Hero #LogoSlider {
    height: 80px;
  }
  .HeroWrapper {
    margin-bottom: 24px;
  }
  .SectionTitle .Title {
    line-height: 1.2;
    text-align: center !important;
  }
  .SectionTitle .SubTitle {
    margin: 0 auto 10px !important;
    text-align: center !important;
  }
  #AboutUs .AboutUsWrapper .SectionTitle {
    text-align: center;
  }
  #AboutUs .AboutUsWrapper .SectionTitle p {
    text-align: left;
  }
  #WhyChooseUs .SectionTitle {
    text-align: center;
  }
  #Services .SectionTitle {
    display: block;
  }
  .SectionTitle .SubTitle::after {
    display: block !important;
  }
  #Testimonials .TestimonialCard {
    margin: 40px 0 50px;
  }
  #Services .SectionTitle p {
    width: 100%;
    text-align: left;
  }
  #Services .content {
    display: block;
  }
  #Services .icon i {
    font-size: 14px;
  }
  #Services .header {
    padding: 24px 10px;
  }
  #Services .icon {
    height: 36px;
    width: 36px;
  }
  #Services .right {
    flex: 1;
    margin-bottom: 0;
    margin-top: 24px;
  }
  #Services .left ul {
    padding: 0;
  }
  #Services .WebBtnWhite {
    margin-left: 0;
  }
  #AboutUs .AboutUsWrapper {
    margin: 0px 0 0;
    padding-bottom: 20px;
  }
  #AboutUs .AboutUsWrapper .row {
    flex-direction: column-reverse;
  }
  #WhyChooseUs .row {
    flex-direction: column-reverse;
  }
  #WhyChooseUs .WhyChooseList .WhyChooseWrapper {
    width: 100%;
    margin-left: 0;
  }
  #Industries {
    padding: 0;
  }
  #Testimonials .SectionTitle .Title {
    max-width: 100%;
    text-align: left;
    line-height: 1.3;
  }
  #Testimonials .TestimonialCard {
    padding: 40px 14px 40px;
  }
  #Testimonials .TestimonialCard::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 107px;
    background-size: contain;
    bottom: -70px;
    margin-left: 0px;
  }
  #Testimonials .TestimonialCard .TestimonialText {
    margin-bottom: 12px;
  }
  #Testimonials .TestimonialCard .Comma1 {
    position: absolute;
    width: 60px;
    top: -20px;
    left: 12px;
  }
  #Testimonials .TestimonialCard .Comma2 {
    width: 60px;
    position: absolute;
    bottom: -25px;
    right: 17px;
  }
  #Blogs .mb-4 {
    margin-bottom: 3.3rem !important;
  }
  #Blogs .WebBtnWhite {
    width: -moz-fit-content;
    width: fit-content;
    margin: -20px auto 0;
  }
  #Contact .ContactSection {
    padding: 0px 12px 0;
  }
  #Contact .ContactUsImg img {
    position: relative;
    width: 80%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #Footer .FooterGrid {
    display: block;
  }
  .FooterBrand {
    text-align: center;
    width: 100%;
    margin-bottom: 42px;
  }
  #Footer .FooterTop {
    padding: 48px 0px;
  }
  #Footer .FooterBrand .BrandLogo {
    margin: auto;
    margin-bottom: 16px;
  }
  #Footer .FooterBrand .BrandText {
    width: 100%;
  }
  #Footer .FooterCall {
    gap: 22px;
    justify-content: center;
  }
  #Footer .FooterCall .CallIcon {
    width: 48px;
    height: 48px;
  }
  #Footer .FooterTitle {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  #Footer .FooterLinks ul li {
    margin-bottom: 10px;
  }
  #Footer .FooterLinks ul li:before {
    left: 0;
  }
  #Footer .FooterLinks ul li {
    padding-left: 18px;
  }
  #Services .right .WebBtnWhite {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .MobileNavInner .WebBtn {
    color: #000;
  }
  .MobileNavInner a {
    color: var(--Yellow);
    font-size: 21px;
    text-decoration: none;
    font-weight: 500;
    opacity: 0;
  }
  #CommonBanner {
    min-height: 220px;
    margin-top: 60px;
  }
  #CommonBanner .PageTitle {
    font-size: 32px;
  }
  section#AboutUsSection .row {
    flex-direction: column-reverse;
    gap: 18px;
  }
  #LogoMarquee .container {
    padding: 0;
  }
  #LogoMarquee .LogoWrapper {
    border-radius: 0;
    padding: 8px 0;
  }
  #LogoMarquee #LogoSlider {
    min-height: 70px;
    top: -8px;
  }
  #LogoMarquee .logo-wrapper {
    width: 33%;
  }
  #VissionMission {
    background: #eee;
    margin-top: 0;
    padding-top: 40px;
  }
  #VissionMission .VisionMissionWrapper {
    display: block;
    background: #fff;
    padding-top: 20px;
  }
  #VissionMission .VisionMissionWrapper .Content {
    padding: 30px 24px;
    width: 100%;
  }
  #VissionMission .VisionMissionWrapper .Icon img {
    filter: invert(0);
  }
  #VissionMission .VisionMissionWrapper .Content {
    padding: 12px 24px 30px;
    width: 100%;
  }
  #VissionMission .row {
    gap: 24px;
  }
  #FAQs .FaqContainer .FaqItem .FaqHeader {
    grid-template-columns: 30px 1fr 25px;
  }
  #FAQs .FaqContainer .FaqItem {
    border-radius: 12px;
    padding: 14px 13px;
  }
  #FAQs .FaqContainer .FaqItem.active .FaqContent {
    max-height: 600px;
    padding-top: 0px;
  }
  #FAQs .FaqContainer .FaqItem .FaqContent p {
    padding-right: 0;
  }
  #VissionMission .VisionMissionWrapper:hover {
    transform: translateX(0px);
    background-color: #fff;
  }
  #VissionMission .VisionMissionWrapper:hover .Icon img {
    filter: invert(0);
  }
  #Footer .FooterLinks .AddressBox li {
    padding-left: 0;
  }
  #FAQs {
    padding: 0 0 40px;
  }
  #VissionMission .col-lg-6.my-auto.VisionContainer {
    position: static;
  }
  #Hero #LogoSlider {
    margin-top: 0px;
  }
  #HowItWorks .StepBox {
    margin: 40px 0;
    padding: 32px 32px 32px 80px;
  }
  #HowItWorks .position-relative {
    padding: 0;
  }
  #HowItWorks .StepTag {
    transform: translateY(-50%) translateX(-35%) rotate(-90deg);
  }
  .CaseStudiesAlt .CaseImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }
  .CaseStudiesAlt .CaseImg {
    border-radius: 12px;
  }
  .CaseStudiesAlt .CaseList {
    gap: 20px;
  }
  .CaseStudiesAlt .CaseItem {
    flex-direction: column;
    gap: 30px;
    padding: 14px;
    border: 1px solid black;
    border-radius: 16px;
  }
  .CaseStudiesAlt .CaseContent h3 {
    font-size: var(--ServiceTitleFontSize);
  }
  .CaseStudiesAlt .CaseContent h3 {
    font-size: var(--ServiceTitleFontSize);
    font-weight: 800;
    margin-bottom: 8px;
  }
  .CaseStudiesAlt .CaseItem {
    gap: 10px;
  }
  .CaseStudiesAlt .CaseContent p {
    font-size: var(--BodyFontSize);
  }
  .CaseStudiesAlt .CaseContent .Meta {
    margin-bottom: 6px;
  }
  .CaseStudiesAlt .SectionTitle {
    margin-bottom: 0;
  }
  #HowItWorks .row {
    margin: 0 !important;
  }
  #HowItWorks {
    padding: 0 0 40px;
  }
  #HowItWorks .StepBox {
    margin: 10px 0;
    background: #fff;
  }
  #HowItWorks .StepBox {
    margin: 10px 0;
  }
  #Blogs.BlogPage .Sidebar {
    position: sticky;
    top: 100px;
    margin-top: 40px;
  }
  #ContactInfo .Map iframe {
    min-height: 300px;
  }
  #ContactInfo .ContactContainer {
    padding: 40px 12px;
  }
  #ContactInfo .ContactContainer .ContactWrapper .Icon {
    width: 15%;
  }
  #ContactInfo .ContactContainer .ContactWrapper .Info {
    width: 85%;
  }
  #ContactInfo .ContactContainer .ContactWrapper {
    gap: 16px;
  }
  #ServicesDescription .SectionTitle .Title {
    text-align: left;
  }
  #ServicesDescription .SectionTitle {
    text-align: left;
  }
  #ServicesDescription {
    padding-bottom: 40px;
  }
  #ServicesDescription .WebBtn {
    display: block;
    margin: 24px 0 0;
  }
  #FAQs.ServicePage {
    padding: 40px 0 var(--SectionPadding);
  }
  #FAQs .FaqContainer {
    margin: 0;
  }
  #WhyChooseUs.ServicePage {
    padding-top: 0;
  }
  #Industries.ServicePage {
    padding-bottom: 40px;
  }
  #FAQs.ServiceDetailPage {
    padding: 0;
  }
  #Hero .row {
    flex-flow: column-reverse;
  }
  #CTA .SectionTitle .Title {
    font-size: 28px;
  }
  #AboutUsSection .SectionTitle {
    text-align: center;
  }
  #AboutUsSection .SectionTitle p {
    text-align: left;
  }
  #ContactInfo .ContactContainer .SectionTitle {
    text-align: center;
  }
  #ContactInfo .ContactContainer .SectionTitle p {
    text-align: left;
  }
  #VissionMission .SectionTitle {
    text-align: center;
  }
  #VissionMission .SectionTitle p {
    text-align: left;
  }
  #Footer .FooterLinks ul li {
    max-width: 100%;
  }
  #ServicesDescription .SectionTitle {
    text-align: center;
  }
  #ServicesDescription .SectionTitle p {
    text-align: left;
  }
  #Blogs.BlogPage .ContactSection {
    display: none;
  }
  .sticky-cta {
    position: fixed;
    bottom: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
  }
  .sticky-cta img {
    width: 38px;
    height: 38px;
  }
  .WhyChooseImg {
    position: static;
    top: 100px;
  }
  #AboutUs .AboutUsWrapper .WebBtn {
    margin: 36px auto 0;
  }
  .AboutUsImg.d-block.d-md-none {
    margin: 0 0 18px;
  }
  #VissionMission .ButtonWrapper {
    gap: 12px;
  }
  .WebBtn,
  .WebBtnWhite {
    padding: 10px 30px;
    min-width: auto;
  }
  #Blogs.BlogPage .categories-box {
    padding: 32px 12px;
  }
  #Blogs.BlogPage .categories-box .categories-title h4 {
    font-weight: 600;
    font-size: var(--TitleFontSize);
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
  }
  .burger {
    z-index: 1000;
  }
}/*# sourceMappingURL=responsive.css.map */