
@media(max-width:156em){
  .hero-container{
    height: inherit;
  }

}

@media (max-width: 56em) {
  .hero-container {
    height: inherit;
  }

  .section-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .big-title {
    font-size: 5rem;
    margin-top: 2rem;
  }

  .big-title::after {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .outer-footer {
    margin-top: 8rem;
    padding: 0 1rem;
  }

 .intro-down-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .btn-3:link,
  .btn-3:visited {
    margin-top: 2rem;
  }

  .social {
    transform: translate(3.5rem, 0);
  }

  .main-nav {
    display: none;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .mob-nav {
    background-color: #ebebeb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(44, 44, 44);
    transition: all 0.5s ease-in;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-open .mob-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .mob-nav-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}

@media (max-width: 86rem) {
  .outer-footer {
    margin-top: 10rem;
  }
}

@media (max-width: 64em) {

  .outer-footer {
    margin-top: 15rem;
  }
}


@media (max-width: 43em) {
  .hero-container {
    height: inherit;
  }

  .cta-form input {
    font-size: 1.2rem;
  }

  .cta-form-message label {
    font-size: 1.4rem;
  }

  .cta-form label {
    font-size: 1.4rem;
  }

  .social-container {
    height: inherit;
  }
}

@media (max-width: 31em) {
  .hero-container {
    height: inherit;
  }

  /* .hero-text-box {
    height: 80rem;
  } */

  .brief-para {
    width: 50%;
  }

  .intro-down {
    height: 100rem;
  }

  .news-events {
    height: 70rem;
  }

  .cta-container {
    grid-template-columns: 1fr;
  }


  .social {
    transform: translate(2.8rem, 0);
  }
}

@media (max-width: 26em) {
  .hero-container {
    height: inherit;
  }
  /* .hero-text-box {
    height: 60rem;
  } */

  .section-intro {
    height: 70rem;
  }

  .header {
    padding: 0.5rem 1rem;
    height: auto;
  }


  .first-line {
    font-size: 2.8rem;
  }

  .second-line {
    font-size: 2.8rem;
  }


  .big-title {
    font-size: 3.5rem;
    margin-top: 2rem;
    line-height: 1.1;
  }

  .corporate {
    height: inherit;
  }

  .wrapper {
    margin: 0;
  }

  .brief-para {
    width: 80%;
  }

  .intro-down {
    height: 90rem;
  }



  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta-container {
    max-width: 38rem;
    height: inherit;
  }

  .cta-text-box {
    max-width: 32rem;
  }

  .cta-img {
    margin: 0;
  }

  .social-container {
    grid-template-columns: 1fr;
    height: auto;
  }

  .social-text {
    font-size: 1.4rem;
  }

  .social-mail label {
    font-size: 1.2rem;
  }

  .send-btn {
    font-size: 1.5rem;
  }

  .social-mail {
    margin-top: 2rem;
  }

  .social {
    transform: translate(1.5rem, 0);
  }

  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .main-footer {
    height: inherit;
    padding: 2rem 0;
  }

  .outer-footer {
    margin-top: 15rem;
  }

  .logo-col {
    align-items: flex-start;
    justify-content: center;
  }

  .logo-col img {
   margin-left: auto;
    margin-right: auto;
  }

  .footer-heading {
    margin-bottom: 1.5rem;
  }

  .logo-col {
    margin-bottom: 2rem;
  }

  .address-col,
  .nav-col-1,
  .nav-col-2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 21rem) {
  .hero-container {
    height: inherit;
  }

  .header {
    padding: 0 2rem;
  }

  .intro-text {
    font-size: 1.4rem;
  }

  .first-line {
    font-size: 3.2rem;
  }

  .second-line {
    font-size: 3.5rem;
  }

  .video video {
    width: 24.8rem;
    height: auto;
  }

  .big-title {
    font-size: 3.5rem;
    margin-top: 2rem;
  }

  .big-title-right {
    font-size: 2rem;
  }

  .section-intro {
    height: 70rem;
  }

  .wrapper {
    margin: 0;
  }

  .brief-para {
    width: 90%;
  }

  .intro-down {
    height: 90rem;
  }

  .down-section-heading {
    font-size: 1.8rem;
  }


  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta-container {
    max-width: 25rem;
    height: inherit;
  }

  .cta-text-box {
    max-width: 20rem;
  }

  .cta-img {
    margin: 0;
  }

  .social {
    top: -8%;
  }

  .social-container {
    grid-template-columns: 1fr;
    height: auto;
  }

  .social-text {
    font-size: 1.2rem;
  }

  .social-mail label {
    font-size: 1.2rem;
  }

  .send-btn {
    font-size: 1.5rem;
  }

  .social-mail {
    margin-top: 2rem;
  }

  .social {
    transform: translate(1.5rem, 0);
  }

  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .main-footer {
    height: inherit;
    padding: 2rem 0;
  }

  .outer-footer {
    margin-top: 15rem;
  }

  .logo-col {
    align-items: center;
    justify-content: center;
  }

  .logo-col img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-heading {
    margin-bottom: 1.5rem;
  }

  .logo-col {
    margin-bottom: 2rem;
  }

  .address-col,
  .nav-col-1,
  .nav-col-2 {
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 18rem) {
  .header {
    padding: 0 2rem;
  }

  .hero-container {
    height: inherit;
  }

  .hero-section {
    height: 56rem;
  }

  .intro-text {
    font-size: 1.4rem;
  }

  .first-line {
    font-size: 3.2rem;
  }

  .second-line {
    font-size: 3.5rem;
  }

  .video video {
    width: 24.8rem;
    height: auto;
  }

  .big-title {
    font-size: 3.5rem;
    margin-top: 2rem;
  }

  .big-title-right {
    font-size: 2rem;
  }

  .section-intro {
    height: 70rem;
  }

  .wrapper {
    margin: 0;
  }

  .brief-para {
    width: 90%;
  }

  .intro-down {
    height: 90rem;
  }

  .down-section-heading {
    font-size: 1.8rem;
  }


  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta-container {
    max-width: 25rem;
    height: inherit;
  }

  .cta-text-box {
    max-width: 20rem;
  }

  .cta-img {
    margin: 0;
  }

  .social {
    top: -8%;
  }

  .social-container {
    grid-template-columns: 1fr;
    height: auto;
  }

  .social-text {
    font-size: 1.2rem;
  }

  .social-mail label {
    font-size: 1.2rem;
  }

  .send-btn {
    font-size: 1.5rem;
  }

  .social-mail {
    margin-top: 2rem;
  }

  .social {
    transform: translate(1.5rem, 0);
  }

  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .main-footer {
    height: inherit;
    padding: 2rem 0;
  }

  .outer-footer {
    margin-top: 15rem;
  }

  .logo-col {
    align-items: center;
    justify-content: center;
  }

  .logo-col img {
    max-width: 60%;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-heading {
    margin-bottom: 1.5rem;
  }

  .logo-col {
    margin-bottom: 2rem;
  }

  .address-col,
  .nav-col-1,
  .nav-col-2 {
    margin-bottom: 2rem;

    margin-right: 2rem;
  }
}

@media(max-width: 1199px) and (min-width: 992px){
  .header{
    padding: 1rem 1.5rem;
  }
  .logo{
    height: 90px;
  }
  .main-nav-list{
    margin-right: 4rem;
  }
  .second-line, .first-line{
    font-size: 50px;
  }
  .section-intro {
    padding: 70px 0;
}
.section-intro .row{
  align-items: center;
}
.text-block {
  padding: 0;
}
.box .front-face .icon img {
  height: 100%;
  width: 80%;
}
.box .front-face .icon {
  height: auto;
}
.box .back-face{
  height: 100%;
}
.right-heading-big{
  margin-bottom: 2rem;
}
.big-title-right,
.family-title{
  font-size: 25px;
}
.about-intro-top-title, .family-title, .main-corp-para-head, .cech{
  font-size: 28px;
}
.family-para{
  margin-bottom: 4rem;
}
.about-intro-top-title{
  font-size: 25px;
}
.big-title, .big-title-right, .right-heading-big, .down-section-heading, .down-section-right, .cta-text, 
.right-intro-para, .down-section-para, .about-intro-top-para, .corp-main-content, .mid-one-left-content, .mid-one-right-content, .cec{
  text-align: justify;
  font-size: 15px;
}
.privacy-page{
  padding: 70px 0;
}
.privacy-head{
  font-size: 25px;
}
.privacy-page .row{
  margin-bottom: 1.5rem;
}
.img-caption{
  font-size: 14px;
}
.about-intro-top-para{
  font-size: 15px;
}
.nav-list-footer {
  padding-right: 15px;
}
.box-title-1{
  font-size: 22px;
}
.wrapper .box{
  width: auto;
  margin-bottom: 3rem;
}
.section-brief{
  background-size: cover;
  height: auto;
}
.brief-title {
  font-size: 38px;
 max-width: 350px;
}
.section-brief .left-right{
  padding: 13vh 0;
}
.cta-head{
  width: auto;
  padding: 0;
}
.logo-col, .follow-text{
  margin-bottom: 4rem;
}
.heading-secondary{
  font-size: 22px;
}
.post-slide .post-title{
  font-size: 18px;
}
.corporate .row .col-lg-3{
  max-width: 50%;
  flex: 0 0 50%;
}
}

@media(max-width: 992px) and (min-width: 768px){
  .ipad-m-bottom{
    margin-bottom: 3rem;
  }
  .row-reverse-ipad{
    flex-direction: column-reverse;
  }
  .corp-mid-one .about-top-img:before, .corp-mid-two .about-top-img:before {
    z-index: 1;
    width: 60%;
    height: 90%;
    top: -30px;
    left: 19%;
}
.ipad-m-both{
  margin: 2rem;
}
.news-events .box-title{
  margin-left: 1rem;
}
.about-intro-left-img{
  margin: 0 2rem;
}
.about-top-img:before{
  width: 76%;
    height: 100%;
    top: -35px;
    left: 40px;
}
.corp-mid-two .row{
  flex-direction: column-reverse;
}
  .right-heading-big{
    margin: 2rem 0;
  }
  .right-heading-big::after{
    margin-top: 1rem;
  }
.privacy-page{
  padding: 70px 0;
}
.privacy-head{
  font-size: 25px;
}
.privacy-page .row{
  margin-bottom: 1.5rem;
}
  .header{
    padding: 1rem;
  }
  .second-line, .first-line{
    font-size: 40px;
  }
  .section-intro {
    padding: 70px 0;
}
.text-block {
  padding: 0;
}

.big-title-right{
  font-size: 26px;
  margin-top: 2.5rem;
}
.about-intro-top-title, .family-title, .main-corp-para-head, .cech{
  font-size: 26px;
}
.big-title, .big-title-right, .right-heading-big, .down-section-heading, .down-section-right, .cta-text, 
.right-intro-para, .down-section-para, .about-intro-top-para, .corp-main-content, .mid-one-left-content, .mid-one-right-content,
 .cec, .privacy-list li, .privacy-content{
  text-align: justify;
  font-size: 15px;
}
.corp-exim-image .left-bottom{
  flex-direction: row;
  margin-bottom: 2rem;
}
.family-para{
  margin-bottom: 5rem;
}
.img-caption{
  font-size: 15px;
  margin: 1.5rem 0;
}

.family-intro {
  font-size: 15px;
  line-height: 1.5;
  max-width: 100%;
  margin: 1rem 0 3rem 0;
}
.about-intro-right {
  justify-content: center;
  display: flex;
}
.about-top-second{
  margin-top: 0;
}
.ipad-m-top{
  margin-top: 3rem;
}
.ipad-m{
  margin: 3rem 0 2rem 0;
}
.box-title-1, .heading-secondary{
  font-size: 22px;
}
.wrapper .box{
  width: auto;
  margin-bottom: 3rem;
}
.section-brief{
  background-size: contain;
  height: auto;
}
.left-side-brief{
  left: 5%;
}
.brief-title {
  font-size: 30px;
 max-width: 350px;
}
.section-brief .left-right{
  padding: 13vh 0;
}
.cta-head{
  width: auto;
  padding: 0;
}
.logo-col, .follow-text{
  margin-bottom: 4rem;
}
.right-intro-para, .down-section-para, .btn-3:link, .btn-3:visited,
 .cta-text{
    font-size: 15px;
  }
  .post-slide .post-description, .post-slide .read-more{
    font-size: 14px;
  }
}

@media(max-width: 767px){
 
  .row-reverse-ipad{
    flex-direction: column-reverse;
  }
  .ipad-m-bottom{
    margin-bottom: 3rem;
  }
  .ipad-m-top{
    margin-top: 3rem;
  }
  .ipad-m{
    margin: 3rem 0 0 0;
  }
  .ipad-m-both{
    margin: 2rem 0 1rem 0;
  }
  .corp-mid-two .row{
    flex-direction: column-reverse;
  }
  .about-intro-left-img:before{
    top: -30px;
    left: 0;
  }
  .about-intro-left-img {
    margin: auto;
    display: flex;
    justify-content: flex-end;
}
.about-top-img:before{
  height: 100%;
    top: -30px;
    left: 15px;
}
.corp-mid-one .about-top-img:before, .corp-mid-two .about-top-img:before{
  height: 100%;
    top: -30px;
    left: 55px;
    width: 75%;
}
.about-intro-right-img:before{
  top: -30px;
    right: 10px;  
}
  .main-corp-para-head, .cech{
    font-size: 25px;
  }
  .privacy-page{
    padding: 50px 0;
  }
  .privacy-head{
    font-size: 22px;
  }
  .privacy-page .row{
    margin-bottom: 1.5rem;
  }
  .intro-text{
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .header{
    padding: 1rem;
  }
  .intro-text::after{
    margin-bottom: 0;
  }
  .text-block{
    padding: 0;
  }
  .big-title-right{
    font-size: 22px;
    margin-top: 2rem;
  }
  .right-intro-para, .down-section-para, .btn-3:link, .btn-3:visited,
  .post-slide .post-description,  .cta-text, .intro-para-about, .about-intro-top-para, .family-para,
  .family-intro .para-top, .family-intro p, .intro-para, .corp-main-content, .designation, .cec, .mid-one-left-content, 
  .mid-one-right-content, .privacy-list li, .privacy-content{
    font-size: 15px;
  }
  .mid-one-left-content, .mid-one-right-content{
    padding: 0;
  }
  .ferm-name {
    font-size: 12px;
}
.left-bottom{
  align-items: center;
}
  .bottom-logo {
    width: 40%;
    height: 40px;
}
.desfer{
  margin-top: 0;
}
  .post-slide .read-more{
    font-size: 14px;
  }
  .box-title-1{
    font-size: 20px;
    margin: 0rem 0 3rem 0rem;
  }

  .section-brief{
    padding: 100px 0;
    height: 100%;
  }
  .brief-title{
    font-size: 27px;
    max-width: 250px;
}
.left-side-brief {
  top: 50%;
  left: 0%;
  transform: translate(10%, -44%);
}

.right-heading-big{
  font-size: 18px;
  margin: 2rem 0;
}
.right-heading-big::after {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.down-section-heading{
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.post-slide .post-title{
  font-size: 18px;
}
.post-slide .post-info li a{
  font-size: 12px;
}
.cta-head{
  width: auto;
  padding: 0;
}
.section-cta{
  padding: 50px 0;
}
.footer-heading{
  margin-bottom: 2rem !important;
}
.follow-text {
  margin-bottom: 3rem;
}
.second-line, .first-line{
  font-size: 25px;
}
.wrapper .box{
  width: 100%;
}
.cta-container{
  flex-direction: column;
}
.cta-text-box {
  margin: 2rem 2rem 5rem 2rem;
  width: auto;
}
.cta-img{
  margin: 0;
}
.cta-img img{
  width: 100%;
  margin: 0;
}
.intro-text-about, .second-line, .intro-para-about{
  margin-left: 0;
}
.second-line{
  font-size: 25px;
}
.family-photo-one{
  text-align: center;
}
.img-caption {
  margin: 2rem 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
.about-family .d-flex{
  flex-direction: column;
}
.children-photo {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

}

@media(max-width: 576px){
  .corp-mid-one .about-top-img:before, .corp-mid-two .about-top-img:before{
    height: 100%;
      top: -30px;
      left: 15px;
      width: 80%;
  }
  .brief-title {
    font-size: 19px;
    max-width: 120px;
}
.heading-secondary {
  font-size: 19px;
}
.left-side-brief {
  top: 50%;
  left: 10%;
  transform: translate(-10%, -44%);
}
}