/*--------------set default styles--------------*/

/*
      SPACING SYSTEM (px)
      2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
      FONT SIZE SYSTEM (px)
      10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
      */

/*--------------set default Canvas Values--------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: justify;

}

html,
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

/*-----Style The Navigation Section-----*/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 1rem 5rem;
  position: relative;
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  background-color: #fff;
  transition: all 1.2s ease 0s;
}

.main-nav{
  display: flex;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-right: 5rem;
  margin-bottom: 0;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  transition: all 0.3s;
  margin-top: 1.1rem;
  border-bottom: 2px solid transparent;
}

.main-nav-link:hover,
.main-nav-link:active {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #be9742;
  text-transform: uppercase;
  border-bottom: 2px solid #be9742;
}

.logo {
  height: 5rem;
}

.social-top{
  display: flex;
  align-items: center;
  margin-top: -10px;
}

/*.dropdown ul {
  display: block;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.808);
  position: absolute;
  min-width: 15rem;
  top: 140%;
  padding-bottom: 0.5rem;
  display: none;
  z-index: 999;
}

.dropdown ul li a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem;
  z-index: 999;
}

.dropdown ul li a:hover {
  display: block;
  text-decoration: none;
  color: black;
  background-color: #be9742;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem;
  z-index: 999;
}

.dropdown:hover ul {
  display: block;
  z-index: 999;
}*/

/*-----Mobile Navigation------*/

.mob-nav {
  display: none;
}

.mob-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.mob-link:link,
.mob-link:visited {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  transition: all 0.3s;
}

.mob-link:hover,
.mob-link:active {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #be9742;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  transition: all 0.3s;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 36px;
  width: 36px;
  color: #000;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/*-----Style The Hero Section-----*/
.hero-section {
  width: 100%;
  position: relative;
}
.hero-container {
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  animation: animate 16s ease-in-out infinite;
  position: relative;
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
  z-index: auto;
 
}

@keyframes animate {
  0%,
  100% {
    background-image: url('http://jayeshjain.com/hero-image.png');
  }
  25% {
    background-image: url('http://jayeshjain.com/resources/img/hero-image-1.png');
  }
  50% {
    background-image: url('http://jayeshjain.com/hero-image-3.png');
  }

}

.hero-container-about {
  height: 100vh;
  width: 100%;
  background-image: url('http://jayeshjain.com/resources/img/hero-image-1.png');
  background-size: cover;
  background-position: center left 25%;
  background-attachment: fixed;
  z-index: auto;
}

.hero-container-news {
  min-height: 800px;
  width: 100%;
  background-image: url('http://jayeshjain.com/resources/img/news-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: auto;
}
.hero-container-social {
  min-height: 800px;
  width: 100%;
  background-image: url('http://jayeshjain.com/resources/img/social-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: auto;
}
.hero-container-privacy {
  height: 100vh;
  width: 100%;
  background-image: url('http://jayeshjain.com/resources/img/privacy-banner.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: auto;
}

.hero-container-gallery {
  height: 100vh;
  width: 100%;
  background-image: url('http://jayeshjain.com/resources/img/banner.gif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: auto;
}


.hero-text-box {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  max-width: 85%;
  min-height: 800px;
  margin: 0% auto;
}

.intro-text {
  font-size: 22px;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: 500;
  margin-left: 0rem;
}

.intro-text::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 15px;
  margin-bottom: 1rem;
}


.intro-text-about {
  font-size: 22px;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: 500;
  margin-left: 0rem;
}

.intro-text-about::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 10px;
  margin-bottom: 3rem;
}

.first-line {
  margin-top: 2rem;
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  margin-left: 0rem;
}

.second-line {
  font-size: 55px;
  color: #be9742;
  margin-top: 0rem;
  font-weight: 500;
  margin-left: 0rem;
}

.intro-para {
  margin-top: 1rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-left: 0rem;
  margin-bottom: 2rem;
  max-width: 700px;
  text-align: justify;
}

.intro-para-about {
  margin-top: 2rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-left: 0rem;
  margin-bottom: 4rem;
  max-width: 550px;
  text-align: justify;
}

.btn:link,
.btn:visited {
  font-size: 2rem;
  color: #be9742;
  text-decoration: none;
  margin-left: 0rem;
  transition: all 0.2s;
  z-index: 1;
}

.btn:hover,
.btn:active {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  margin-left: 1rem;
  z-index: 1;
}

/*-----Sticky Navigation------*/

.sticky .header {
  position: fixed;
  top: 0;
  width: 100%;
  height:auto;
  background-color: #eee;
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

/*-----Style The Introduction Section-----*/

.section-intro, .privacy-page {
  display: block;
    padding: 100px 0;
}

.video video {
  width: 100%;
  height: auto;
}

.big-title {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 800;
  color: #c4c4c4;
}

.big-title::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 22rem;
  margin-top: 10px;
}

.big-title-right {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
}
.privacy-head{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
}
.right-intro-para, .privacy-content {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}
.privacy-page .row {
  margin-bottom: 2rem;
}
/*--------------Style The Corporate Section--------------*/

.corporate {
  height: auto;
  padding: 100px 0;
  background-color: #ebebeb;
}

.box-title-1 {
  font-size: 27px;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  margin: 0rem 0 4rem 0rem;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
}

.box-title-1::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin: 1rem 0 2rem 0;
}
.box-title-1.box-social {
  margin-top: 3rem;
}

.logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1rem;
}

button.close{
  opacity: 1;
}
button.close span{
  position: absolute;
    right: -10px;
    top: -13px;
    background: #000;
    color: #fff;
    font-weight: 200;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 25px;
}
.modal-body p {
  margin: 0;
  padding: 15px 0;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
}
.modal-content{
  border: 0;
    border-radius: 0;
}
.text-block{
  padding: 0 0 0 30px;
}
.family-para{
  margin-bottom: 4rem;
}
.about-top-first, .about-top-second{
  border-bottom-right-radius: 90px;
    border-top-right-radius: 0;
}

.about-intro-first .row{
  align-items: center;
}
.corp-mid-one .row, .corp-mid-two .row{
  align-items: center;
}


.about-intro-left-img:before {
  content: '';
  display: block;
  position: absolute;
  width: 85%;
  height: 100%;
  top: -30px;
  left: -30px;
  border: 1px solid #be9742;
  z-index: -1;
  border-top-left-radius: 50px;
}
.about-intro-second .row{
  align-items: center;
}
.about-top-img:before{
  z-index: 1;
  width: 85%;
    height: 90%;
    top: -35px;
    left: 25px;
}
.about-intro-left-img {
  position: relative;
}
.about-intro-right.about-intro-left-img {
  position: initial;
}
.about-top-second{
  z-index: 9;
    position: relative;
}
.news-events .box-title{
  margin-left: 1rem;
}
@media (max-width: 30rem) {
  .wrapper {
    margin: 20rem auto;
  }
}

.wrapper .box {
  width: auto;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  text-align: center;
  margin-bottom: 2rem;
}
.wrapper .box .front-face {
  background: #fff;
  height: 22rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}


.wrapper-down {
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
}

@media (max-width: 30rem) {
  .wrapper-down {
    margin: 20rem auto;
  }
}

.wrapper-down .box {
  width: 25rem;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  text-align: center;
  margin-bottom: 2rem;
}
.wrapper-down .box .front-face {
  background: #fff;
  height: 22rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}



.box .front-face .icon {
  height: 80px;
}
.box .front-face .icon i {
  font-size: 65px;
}
.box .front-face span,
.box .back-face span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.box .front-face .icon img {
  height: 100%;
}

.box .back-face {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #be9742;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: linear-gradient(-135deg, #000000, #6b6b6b);
  transform: translateY(110px) rotateX(-90deg);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.box .back-face p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.back-box-title {
  font-size: 18px;
  line-height: 1.5;
  color: #be9742;
}

.rm-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0rem;
  padding: 0.5rem 1.5rem;
  background-color: rgb(68, 68, 68);
}

.rm-link:hover {
  display: inline-block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 500;
  margin-top: 0rem;
  padding: 0.5rem 1.5rem;
  background-color: rgb(221, 221, 221);
}

.box:hover .back-face {
  opacity: 1;
  transform: rotateX(0deg);
}
.box:hover .front-face {
  opacity: 0;
  transform: translateY(-110px) rotateX(90deg);
}

.section-social{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*--------------Style The Brief Intro--------------*/

.section-brief {
  background-image: url('http://jayeshjain.com/intro-image.png');
  background-size: cover;
  background-position: top center;
  height: 100vh;
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  position: relative;
}
.left-side-brief {
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translate(0, -50%);
}
.left-right {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 114rem;
  align-content: center;
   margin: 0 auto;
}

.brief-title {
  font-size: 45px;
    color: #be9742;
    font-weight: 500;
    max-width: 530px;
}

/* .brief-title::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 10rem;
  margin-top: 2rem;
} */

.brief-para {
  font-size: 1.5rem;
  color: #fff;
  width: 50%;
  font-weight: 300;
  line-height: 180%;
  margin-top: 4rem;
  text-align: justify;
}

.btn-1:link,
.btn-1:visited {
  display: inline-block;
  font-size: 2rem;
  color: #be9742;
  text-decoration: none;
  margin-top: 4rem;
  transition: all 0.2s;
}

.btn-1:hover,
.btn-1:active {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  margin-top: 4rem;
}

/*--------------Style The Intro Section Down Side--------------*/

.intro-down {
  height: auto;
  padding: 100px 2rem;
  display: flex;
}

.down-image-1 {
  max-width: 100%;
}

.right-heading-big {
  font-size: 24px;
    letter-spacing: 1.5px;
    color: #6b6b6b;
    font-weight: bold;
    margin-bottom: 3rem;
    font-family: 'Montserrat', serif;
    line-height: 1.5;
}

.right-heading-big::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 1.5rem;
}

.down-section-heading {
  font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.6;
    font-family: 'Montserrat', serif;
}

.down-section-para {
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.intro-down-section {
  max-width: 114rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  align-items: center;
  padding: 0 1rem;
}

.btn-3:link,
.btn-3:visited {
  display: inline-block;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.2s;
}

.btn-3:hover,
.btn-3:active {
  display: inline-block;
  font-size: 20px;
  color: #be9742;
  text-decoration: none;
  margin-top: 1rem;
}
.trustee-list, .privacy-list{
  list-style-type: disc;
    padding-left: 20px;
}
.trustee-list li{
  font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}
.privacy-list li{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}
/*--------------Style The Nwes Section--------------*/

.news-events {
  height: auto;
  padding: 100px 2rem;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
}

.post-slide {
  margin: 0 1rem;
  background: #fff;
  padding: 0.4rem;
}
.post-slide .post-info {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
}
.post-slide .post-info li {
  display: inline-block;
  margin: 0 0.5rem;
}
.post-slide .post-info li i {
  margin-right: 0.8rem;
  font-size: 15px
}
.post-slide .post-info li a {
  font-size: 15px;
  font-weight: bold;
  color: #7e828a;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
}
.post-slide .post-info li a:hover {
  color: #be9742;
  text-decoration: none;
}
.post-slide .post-img {
  position: relative;
}
.post-slide .post-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.4s linear 0s;
}
.post-slide:hover .post-img:before {
  opacity: 1;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
}
.post-slide .read {
  position: absolute;
  bottom: 3rem;
  left: 5rem;
  font-size: 1.4rem;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transition: all 0.4s linear 0s;
}
.post-slide:hover .read {
  opacity: 1;
}

.post-slide .post-content {
  position: relative;
  margin: 1rem 1rem;
}
.post-slide .post-author {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  position: absolute;
  top: -6.5rem;
  right: 0.4rem;
  overflow: hidden;
  border: 0.4rem solid #fff;
}
.post-slide .post-author img {
  width: 100%;
  height: auto;
}
.post-slide .post-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 1rem 0;
  text-transform: capitalize;
  transition: all 0.3s linear 0s;
  font-family: 'Montserrat', serif;
  line-height: 1.5;

}
.post-slide .post-title:after {
  content: "";
  width: 2.5rem;
  display: block;
  margin-top: 1rem;
  border-bottom: 3px solid #be9742;
}
.post-slide .post-description {
  font-size: 15px;
    color: rgb(0, 0, 0);
    margin: 1rem 0;
    line-height: 1.6;
    text-align: justify;
    font-family: 'Montserrat', serif;
}
.post-slide .read-more {
  display: inline-block;
  padding: 1rem;
  font-size: 15px;
  font-weight: bold;
  color: rgb(46, 46, 46);
  background: #be9742;
  border-bottom-right-radius: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
  margin-top: 1rem;
  font-family: 'Montserrat', serif;
}
.post-slide .read-more:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}

.box-title {
  font-size: 24px;
    letter-spacing: 1.5px;
    color: #6b6b6b;
    font-weight: bold;
    margin-bottom: 3rem;
    font-family: 'Montserrat', serif;
    line-height: 1.5;
}

.box-title::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin: 1rem 0 2rem 0;
}

/*--------------Style the cta Section--------------*/

.section-cta {
  height: auto;
  padding: 100px 0;
  display: flex;
}

.cta-text-box {
  margin: 2rem 1rem 5rem 3rem;
}

.heading-secondary {
  font-size: 24px;
  font-family: 'Montserrat', serif;
    line-height: 1.5;
  letter-spacing: 0.2;
  color: #6b6b6b;
  font-weight: 600;
  margin: 0rem 0 3rem 0;
  text-transform: uppercase;
  text-align: center;
}

.heading-secondary::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin: 2rem auto;
}

/* .cta-head {
  width: 114rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
} */

.cta-text {
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #333;
  font-family: 'Montserrat', serif;
}

.cta-container {
 box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  border-radius: 0;
  position: relative;
}
.cta-form{
  display: flex;
  justify-content: space-between;
}
.input-div{
  width: 48%;
}
.input {
  display: flex;
  align-items: center;
}

/*.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}*/

.cta-form input {
  width: 100%;
  padding: 1.2rem;
  font-size: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 1px solid #858585;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.cta-form input::placeholder{
  font-size: 15px;
}

.cta-form input:hover, .cta-form input:focus,
.cta-form-message textarea:hover, .cta-form-message textarea:focus {
  border-color: #be9742;
  outline: none;
}
.cta-form-message {
  display: grid;
  grid-template-columns: 1fr;
}

.cta-form-message textarea {
  width: 100%;
  height: 15rem;
  border-radius: 0px;
  font-size: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 20px;
}
/*
.cta-form-message label {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  margin-top: 2rem;
}
*/
.cta-img {
  display: flex;
  justify-content: center;
  margin-left: 0rem;
}
.cta-img img{
  width: 100%;
}
.submit-btn {
  display: inline-block;
  border-radius: 0rem;
  margin-top: 1rem;
  background-color: #be9742;
  padding: 1rem 2.5rem;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
    outline: 0;
    border: 1px solid #be9742;
}

.submit-btn:hover {
  display: inline-block;
  border-radius: 0rem;
  margin-top: 1rem;
  background-color: transparent;
  padding: 1rem 2.5rem;
  text-decoration: none;
  color: #be9742;
  font-size: 1.6rem;
  font-weight: 500;
}

.social-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  margin: 0.7rem 2rem 0 0;
}
.follow-text{
  display: flex;
  align-items: center;
}
.fa-facebook-square {
  font-size: 25px;
  margin-top: 1rem;
  color: #000;
}

.fa-facebook-square:hover {
  font-size: 25px;
  margin-top: 1rem;
  color: #be9742;
}

.fa-instagram {
  font-size: 25px;
  margin-top: 1rem;
  margin-left: 1rem;
  color: #000;
}

.fa-instagram:hover {
  font-size: 25px;
  margin-top: 1rem;
  margin-left: 1rem;
  color: #be9742;
}

.fa-linkedin-in {
  font-size: 25px;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #000;
}

.fa-linkedin-in:hover {
  font-size: 25px;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #be9742;
}

.fa-twitter-square {
  font-size: 25px;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #000;
}

.fa-twitter-square:hover {
  font-size: 25px;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #be9742;
}

.send-btn {
  display: inline-block;
  font-size: 1.5rem;
  color: #0f0f0f;
  font-weight: 500;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 0;
  background-color: #be9742;
  margin-top: 0;
  text-decoration: none;
  transition: 0.3s;
    height: 4rem;
    margin-left: 0;
    line-height: normal;
    border: 1px solid #be9742;
    
}

.send-btn:hover {
  display: inline-block;
    font-size: 1.5rem;
    color: #be9742;
    font-weight: 500;
    padding: 1rem 3rem 1rem 3rem;
    border-radius: 0;
    background-color: transparent;
    margin-top: 0;
    text-decoration: none;
    transition: 0.3s;
    border: 0;
    height: 4rem;
    border: 1px solid #be9742;
}

/*--------------Style footer Section--------------*/

.main-footer {
  height: auto;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0 60px 0;
}

.social {
  position: absolute;
  top: -10%;
  width: 90%;
  transform: translate(6.5rem, 0);
  padding: 0 1rem;
}

.social-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  text-align: left;
  height: auto;
  padding: 3.5rem 2rem;
 background-color: #ebebeb;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 1.1rem;
}

.social-mail{
  display: flex;
  align-items: center;
}
.social-mail label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.social-mail input {
  display: inline-block;
    height: 4rem;
    width: 22rem;
    border-radius: 0;
    padding: 1rem;
    font-size: 1.2rem;
    outline: 0;
    border: 0;
    border: 1px solid #be9742;
    border-right: 0;
}
.social-mail input:hover{
  border: 1px solid rgb(190 151 66 / 50%);
  border-right: 0;
}
.logo-col {
  display: flex;
  flex-direction: column;
}

.logo-col img {
  display: block;
  max-width: none;
  margin-bottom: 0;
}
.footer-bottom {
  background: #252525;
  padding: 8px;
}
.copyright, .copyright a {
  font-size: 17px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-family: 'Montserrat', serif;
}
.copyright a:hover{
  color: #be9742;
}

.nav-list-footer {
  list-style: none;
  font-size: 15px;
}

.nav-list-footer li a {
  display: inline-block;
  margin-bottom: 2rem;
  color: #000;
}

.nav-list-footer li a:hover {
  display: inline-block;
  margin-bottom: 2rem;
  color: #be9742;
}

.widget span h2 {
  padding: 0.5rem 2rem;
  background-color: #be9742;
  color: #0f0f0f;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #000;
}
.footer-heading::after {
  display: block;
  height: 3px;
  background-color: #000;
  content: " ";
  width: 100px;
  margin: 1.5rem 0 1rem 0;
}
.contacts {
  font-size: 17px;
  color: rgb(0, 0, 0);
  margin: 1rem 0;
  line-height: 1.6;
  text-align: justify;
  font-family: 'Montserrat', serif;
}

.nav-list-footer{
  padding-right: 30px;
}
.address {
  margin-bottom: 2.4rem;
  color: #000;
}

.footer-link {
  color: #000;
}

.footer-link:hover {
  color: #be9742;
}

/*-----------about Section-----------------*/

.about-intro-first{
  display: flex;
  align-items: center;
  height: auto;
  padding: 100px 0;
}

.about-intro-second{
  display: flex;
  align-items: center;
  height: auto;
  padding: 100px 0;
  background-color: #ebebeb;
}

.about-container-first {
  max-width: 114rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
}

.about-intro-top-title{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
}

.about-intro-top-title::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 1rem;
}

.about-intro-top-para {
  margin-top: 1rem;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}
.about-intro-top-para.first-para{
  margin-top: 2rem;
}

.about-top-first{
  max-width: 90%;
}

.about-top-second{
  max-width: 90%;
  float: right;
}


/*-----------------about family section starts here-------------*/


.about-family{
  height: inherit;
  display: grid;
  align-content: flex-start;
  margin-top: 0;
  padding: 100px 2rem;
}

.about-family-main-container{
  max-width: 114rem;
  margin: 0 auto;
}

.family-para{
  font-size: 17px;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

.about-family-container{
  max-width: 114rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .6fr .6fr;
  align-content: flex-start;
  margin-bottom: 0;
}

.family-intro .para-top {
  margin-bottom: 3rem;
 
 
}
.family-intro p{
  font-size: 17px;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

.family-intro{
  grid-column: 2/-1;
  max-width: 50rem;
}

.photo-one {
  max-width: 80%;
}

.children-photo {
  max-width: 90%;
  margin-right: 2rem;
}

.img-caption{
  font-family: 'Montserrat', serif;
  line-height: 1.5;
  font-weight: 500;
  margin-top: .5rem;
  margin-bottom: 6rem;
  font-size: 17px;
}

.family-title{
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: 'Montserrat', serif;
  line-height: 1.5;
  text-align: center;
}

.family-para::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 1rem;
}

/*-------------News Page Design Starts Here-----------*/

.news-container{
  max-width: 114rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.upper-div {
  display: flex;
  align-content: center;
  align-items: center;
}

.news-icons-small{
  max-width: 10%;
  margin-right: .5rem;
}

.small-title{
  font-size: 1.4rem;
  margin-right: 2rem;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
}

.nmi{
  max-width: 80%;
}

.news-detail{
  font-size: 1.6rem;
  line-height: 140%;
  margin-top: 2rem;
  text-align: justify;
}

.main-news-title{
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 2rem;
}

.main-news-title::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 15rem;
  margin-top: 1.5rem;
}

.news-down-side{
  height: auto;
  padding: 0 2rem 130px 2rem;
}

.news-down-container{
  width: 114rem;
  margin: 0 auto;
}

.news-down-head{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

.news-down-head::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 5rem;
  margin-top: .5rem;
}
.main-news-container {
  display: flex;
}
.news-cards-container{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.card-logo{
  background-color: #e2e2e2;
  width: 6rem;
  height: 8rem;
  display: flex;
  align-items: center;
}

.news-card{
  width: 48%;
  margin-bottom: 20px;
  height: 16rem;
  box-shadow: .1rem .1rem .8rem .1rem #c4c4c4;
  display: grid;
  grid-template-columns: 6rem 1fr;
  column-gap: 1rem;
  grid-template-rows: 2rem 6rem 8rem;
}


.card-logo-small{
  max-width: 100%;
}

.news-card-top{
  display: flex;
  margin-top: 2rem;
}

.news-card-cat{
  margin-left: 4rem;
}

.news-card-top{
  grid-column: 2/-1;
  grid-row: 1/2;
  max-height: 2.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  width: inherit;
  align-items: center;
  width: 100%;
}

.card-top-title{
  margin-top: 1rem;
}

.card-date{
  grid-column: 1/2;
  grid-row: 3/-1;
  height: 8rem;
  background-color: #555;
  text-align: center;
  padding-top: 1.5rem;
}

.date{
  font-size: 1rem;
  color: #fff;
  margin-top: .5rem;
}

.news-card-para{
  grid-column: 2/-1;
}

.card-news{
  margin-top: 1rem;
    font-size: 12px;
    font-weight: 500;
    max-width: none;
    line-height: 140%;
    padding: 0 15px 0 0;
}

.card-inside-head{
  grid-column: 2/-1;
}

.inside-title-link{
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
  color: #333;
}

.inside-title-link:hover{
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
  color:#be9742;
}

.inside-title-link::after{
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 1rem;
}


.category-title{
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.cat-title{
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.category-list{
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.cat-title::after, .privacy-head::after {
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin-top: 1rem;
}

.category-list a{
  color: #333;
}

.category-list a:hover{
  list-style: none;
  color: #be9742;
}

.news-category{
  grid-row: 1/3;
  grid-column: 3/-1;
  width: 25.5rem;
  height: inherit;
  box-shadow: .1rem .1rem .8rem .1rem #c4c4c4;
  border-radius: 1rem;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.social-tweet{
  display: grid;
  grid-column: 3/-1;
  grid-row: 3/5;
  margin-top: 0;
  height: 35rem;
  background-color: #242424;
  border-radius: 1rem;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}

.tweet-head{
  font-size: 1.6rem;
  color: #fff;
  margin-top: 1rem;
}

/*--------gallery code start-------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.gallery-title{
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 3rem;
}

.gallery-title::after{
  display: block;
  height: 3px;
  background-color: #be9742;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.main-gallery{
  display: flex;
  height: auto;
  padding: 100px 1rem 130px 1rem;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
}

::selection{
  color: #fff;
  background: #007bff;
}

.gallery-wrapper{
  max-width: 1100px;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
}
.gallery .image{
  padding: 7px;
  width: calc(100% / 3);
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #be9742;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  font-weight: 500;
}
.details .icon{
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev{
  left: 0px;
}
.slide.next{
  right: 0px;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}

/*--------corporate page start here-------*/

.corporate-page{
  height: auto;
  display: flex;
  align-items: center;
  padding: 100px 2rem;
}
#soc-det {
  padding: 0 2rem 100px 2rem;
}
.corporate-page-container{
  max-width: 114rem;
  margin: 0 auto;
}

.main-corp-head{
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #555;
}

.main-corp-head::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 20rem;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-corp-para-head{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: justify;
}
.main-corp-para-head::after, .social-title::after{
  display: block;
    height: 3px;
    background-color: #be9742;
    content: " ";
    width: 100px;
    margin-top: 1rem;
    margin-left: 5px;
}
.social-title{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: justify;
}
.hero-container-gallery .second-line{
  font-size: 35px;
}
.hero-container-gallery .second-line br{
  display: none;
}
.corp-main-content{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.corp-details{
  height: auto;
    padding: 0 2rem 100px 2rem;
}

.corp-details-down{
  height: auto;
  display: flex;
  align-items: center;
  padding: 100px 2rem;
  background-color: #e4e4e4;
}

.corp-details-container{
  max-width: 114rem;
  margin: 0 auto;
}

.corp-left{
  display: grid;
  grid-template-columns: .8fr 1fr;
  align-content: center;
  justify-content: center;
}

.corp-exim-image{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.corp-left-image{
  max-width: 100%;
}

.bottom-logo{
  width: 40%;
}

.designation{
  font-size: 17px;
  font-weight: 600;
  margin-top: 1rem;
}

.ferm-name{
  font-size: 14px;
}

.cech{
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: justify;
}

.cech::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 10rem;
  margin-top: 1rem;
}

.cec{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.corp-exim-content{
  display: block;
  padding: 0 20px 0 0;
}

.left-bottom{
  display: flex;
  margin-left: 0rem;
}

.desfer{
  margin-top: 1rem;
  margin-left: .5rem;
}

.corp-mid-one{
  height: auto;
  display: flex;
  align-items: center;
  padding: 100px 2rem;
  background-color: #e4e4e4;
}

.corp-mid-two, .news-page{
  height: auto;
  display: flex;
  align-items: center;
  padding: 100px 2rem;
  align-items: center;
}

.mid-one-container{
  max-width: 114rem;
  margin: 0 auto;
}

.corp-mid-container{
  display: grid;
  grid-template-columns: 1fr .5fr;
}

.corp-mid-container-two{
  display: grid;
  grid-template-columns: .5fr 1fr;
}

.mid-one-right-image{
  max-width: 100%;
  float: right;
}

.mid-one-left-image{
  max-width: 100%;
  float: left;
}

.mid-one-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mid-one-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mid-one-left-content{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
  padding-right: 20px;
}

.mid-one-right-content{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
    line-height: 1.6;
    color: #333;
    text-align: justify;
  padding-left: 0px;
}

.social-bottom{
  height: auto;
    display: flex;
    align-items: center;
    padding: 100px 2rem 130px 2rem;
}

.social-bottom-container{
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
}
.social-bottom-one, .social-bottom-two, .social-bottom-three {
  padding: 25px 15px;
  background: #e4e4e4;
  margin: 0 15px;
}
.social-bottom-content{
  display: flex;
    justify-content: space-between;
}

.social-bottom-heading{
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.social-bottom-para{
  font-size: 1.5rem;
  line-height: 140%;
  max-width: 30rem;
  text-align: center;
}

.social-bottom-three{
  grid-column: 1/-1;
}

.social-bottom-heading::after {
  display: block;
  height: 0.2rem;
  background-color: #be9742;
  content: " ";
  width: 10rem;
  margin-top: 1rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.corp-mid-top{
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0rem;
}
.mid-one-left-content, .mid-one-right-content{
  text-align: justify;
}
.corp-mid-top-down{
    display: flex;
    width: 100%;
    align-items: center;
}

.corp-mid-top-title{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.corp-mid-top-web{
    width: auto;
    margin-right: .5rem;
    margin-left: 2rem;
    align-items: center;
}

.link-mid-title{
  text-decoration: none;
  color: #000000;
}

.link-mid-title:hover{
  text-decoration: none;
  color:#be9742;
}
.btn-mobile-nav:focus{
  outline: none;
}
.box .front-face .icon{
  text-align: center;
}
button:focus{
  outline: none !important;
}
@media(max-width: 1199px){
  .copyright, .copyright a, .post-slide .post-description{
    font-size: 14px;
  }
  .post-slide .post-info li a{
    font-size: 12px;
  }
  .main-nav-list{
    gap: 1rem;
    margin-right: 3rem;
  }

  .corporate, .intro-down, .news-events{
    height: auto;
    padding: 70px 0px;
  }
  .section-cta{
    padding: 70px 0;
  }
  .news-events .box-title, .section-cta .heading-secondary{
    margin-top: 0;
  }

  .logo-box{
    padding: 0;
  }

  .section-brief .left-right{
    height: auto;
  }
  .section-intro .right-side {
    padding: 0 20px;
}
.wrapper .box .front-face, .wrapper-down .box .front-face{
  width: 100%;
    margin: 0 auto;
}
  .big-title{
    font-size: 5rem;
  }

  .social{
    top: -6%;
  }

  }
@media(max-width: 1199px) and (min-width: 992px) {
  .footer-container{
    overflow: hidden;
  }
  .social-text{
    margin-bottom: 10px;
    line-height: 22px;
  }
  .social-tweet {
    height: 330px !important;
  }
  .social-bottom-heading br{
    display: none;
  }
  .social-bottom-one, .social-bottom-two, .social-bottom-three{
    width: 33%;
  }

.news-cards-container {
  display: flex;
  flex-wrap: wrap;
}
.news-down-container{
  width: auto;
}
.news-card .card-top-title{
  font-size: 1rem;
    padding-left: 3px;
}
.card-news{
  font-size: 1.1rem;
  padding-right: 5px;
  max-width: none;
}
.inside-title-link{
  font-size: 1.3rem;
}
.news-card-top{
  width: auto;
}
.social-tweet, .news-category {
  height: auto;
  width: 47%;
  margin-top: 0;
}
.news-down-side{
  padding: 0 2rem 110px 2rem;
}
.main-gallery{
  padding: 70px 2rem 110px 2rem;
}
.news-card {
  width: 47%;
  margin: 0 5px 25px 5px;
  height: auto;
}
  .outer-footer {
    margin-top: 7rem !important ;
}
.social-container{
  padding: 3rem 2rem;
}
.about-intro-first, .about-intro-second, .news-page{
  padding: 70px 2rem;
}
.about-family{
  margin-top: 0;
    padding: 70px 2rem;
}
.about-top-first{
  max-width: 95%;
}
.about-intro-top-title br {
  display: none;
}
.about-family-container{
  margin-bottom: 0;
}
} 
@media(max-width: 1020px){
  .gallery .image{
    width: calc(100% / 2);
  }
  .social-top {
    display: none;
}
.main-nav-list{
  gap: 2.5rem;
    margin-right: 0;
}

.box .front-face .icon img {
  height: 85%;
}
.wrapper .box .front-face, .wrapper-down .box .front-face{
  height: 220px;
}
.big-title{
  font-size: 4rem;
}
.contacts{
  font-size: 1.2rem;
}
}
@media(max-width: 992px){
  .social-container{
    padding: 2rem;
  }
  .cta-container{
    max-width: 80rem;
    display: flex;
  }

  .box .back-face{
    width: 100%;
    margin: 0 auto;
  }

.social-mail{
  display: block;
}
.social-mail label{
  margin-bottom: 1.5rem;
    margin-right: 0;
    width: 100%;
}
.send-btn{
  margin-left: -1px;
}

.box-social {
  margin-top: 3rem;
} 

.social{
  top: -10%;
}
.social-text br {
  display: none;
}
.social-mail input{
  width: 16rem;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
}

.logo-col img{
  margin: 0 0 2rem 0;
}

.footer-link {
  margin: 0 10px 5px 0;
  font-size: 15px;
}
.address, .copyright{
  font-size: 15px;
}
.copyright a {
  padding: 0 2px;
  font-size: 15px;
}
}
@media(max-width: 992px) and (min-width: 768px){
  .follow-text, .social-mail{
    width: 50%;
  }
  .social-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .social-text br{
    display: block;
  }
  .social-mail input {
    width: 65%;
}
.social-container{
  align-items: center;
}

  .video video {
    width: 100%;
    display: flex;
    margin: 1rem auto 0 auto;
}
.down-image-1 {
  max-width: 100%;
}
 .down-section-left{
  margin: auto;
 }
  .news-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news-cards-container {
  display: flex;
  flex-wrap: wrap;
}
.news-down-container{
  width: auto;
}
.news-card .card-top-title{
  font-size: 1rem;
    padding-left: 3px;
}
.card-news{
  font-size: 1.1rem;
  padding-right: 5px;
  max-width: none;
}
.inside-title-link{
  font-size: 1.3rem;
}
.news-card-top{
  width: auto;
}
.social-tweet, .news-category {
  height: auto;
  width: 47%;
  margin-top: 0;
}
.news-down-side{
  padding: 0 2rem 110px 2rem;
}
.news-card {
  width: 47%;
  margin: 0 5px 25px 5px;
  height: auto;
}
.main-news-container {
  flex-direction: column;
}
.news-cards-container.col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.social-tweet {
  margin: 5px 0 0 2rem;
}
.upper-div{
  justify-content: center;
    margin: 25px 0 0 0;
}
.small-title{
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.main-news-title::after{
  margin: 1.5rem auto 1.5rem auto;
}
  .intro-text-about::after{
    margin-bottom: 2rem;
  }
  .outer-footer {
    margin-top: 7rem !important;
}
.hero-section{
  height: auto;
}
.left-bottom{
  flex-direction: column;
  margin-left: 0;
}
.corp-mid-top, .corp-mid-one .mid-one-left-content,
.mid-one-right-content{
  padding-left: 0;
}
.about-intro-first, .about-intro-second, .corporate-page,
.corp-mid-one, .corp-mid-two, .corp-details-down, .intro-down, .news-events, .news-page{
  padding: 70px 0;
}

.corp-details, #soc-det{
  padding: 0 2rem 50px 2rem;
}
.news-events .box-title, .section-cta .heading-secondary{
  margin-top: 0;
}
.about-family{
  margin-top: 0;
    padding: 50px 2rem;
}
.about-family-container{
  margin-bottom: 0;
}

.family-intro .para-top{
  line-height: 1.5;
}
.about-intro-top-title br{
  display: none;
}

.social-bottom-content{
  flex-wrap: wrap;
}
.social-bottom-three {
  width: 100%;
  margin-top: 30px;
}
.social-bottom-heading br, .copyright br{
  display: none;
}
.social-bottom-one, .social-bottom-two{
  width: 46%;
}
.social-bottom-para{
  max-width: none;
}
}
@media(max-width: 767px){
  .logo{
    height: 70px;
  }
  .video video {
    width: 100%;
    display: flex;
    margin: 1rem auto 0 auto;
}
  .social-bottom-heading br, .copyright br{
    display: none;
  }

  .copyright a,
  .social-text{
    font-size: 15px;
  }
  .family-intro p{
    text-align: center;
  }
 
  .intro-text-about::after{
    margin-bottom: 3rem;
  }
  .news-container{
    display: flex;
    flex-direction: column;
  }
  .news-main-image .nmi {
    max-width: 100%;
    margin-bottom: 25px;
}
.upper-div{
  flex-wrap: wrap;
}
.small-title{
  margin-bottom: 15px;
    line-height: 1.5;
    display: inline-block;
    margin-left: 5px;
}
.news-icons-small{
  height: auto;
    margin-bottom: 15px;
}
  .left-bottom{
    margin-left: 0;
  }
  .social-bottom-para{
    max-width: none;
  }
  .corp-left, .corp-mid-top{
    display: flex;
    flex-direction: column;
  }
  .corp-left-image {
    max-width: 100%;
}
.corp-exim-content {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 0;
  align-items: flex-start;
}
.corp-details{
  padding:  0 0 50px 0;
}

.input-div
{
  width: 100%;
}
  .social-container{
    flex-direction: column;
    text-align: center;
  }
  .social-mail {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}
.social-mail label{
  width: auto;
  margin-bottom: 0;
    margin-right: 1.5rem;
}

.box-social{
  margin-top: 2rem;
}
.brief-para {
  width: 100% !important;
    text-align: justify;
}
.section-intro, .corporate, .intro-down, .news-events {
  height: auto !important;
  padding: 50px 0rem !important;
}

.section-intro .right-side, .logo-box, .intro-down-section {
  padding: 0;
}
.post-slide{
  margin: 0;
}
.cta-form {
  display: block;
}
.social {
  top: -4%;
}

.main-footer {
  height: auto;
  padding: 8rem 0 3rem 0;
}

  .gallery .image{
    width: 100%;
    padding: 4px;
  }
  .cta-text-box , .cta-img{
     width: 100%;
  }
  .about-container-first {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: none;
}

.hero-container-about{
  height: 98vh;
}
.about-intro-first, .about-intro-second, .corporate-page, .corp-mid-one, 
.corp-mid-two, .corp-details-down, .news-page {
  padding: 50px 0;
}
.social-bottom-content{
  flex-direction: column;
}
.social-bottom-one, .social-bottom-two{
  margin: 0 15px 20px 15px;
}
#soc-det{
  padding: 0 1rem 50px 1rem;
}
.news-down-side{
  padding: 0 1rem 90px 1rem;
}
.about-family{
  padding: 50px 1rem 90px 1rem;
}
.news-cards-container {
  display: flex;
  flex-direction: column;
}
.news-card {
  width: 100%;
  margin: 0 0 20px 0;
}
.social-tweet {
  display: block;
  width: auto !important;
  text-align: left;
  height: auto;
  padding: 2rem;
  margin: 2rem 0 0 1rem;
}
.news-down-container{
  width: auto;
}
.inside-title-link{
  font-size: 1.3rem;
}

.news-category{
  width: 100%;
}
.tweet-head{
  margin-top: 0rem;
    margin-bottom: 1.5rem;
}
.corp-mid-top {
  flex-wrap: wrap;
  padding: 0;
  width: auto;
  text-align: left;
  align-self: flex-start;
}
.corp-mid-top-logo {
  margin-bottom: 0px;
}
.corp-mid-container, .corp-mid-container-two {
  display: flex;
  flex-direction: column;
}
.mid-one-left-content, .mid-one-right-content{
  padding-left: 0;
  line-height: 1.5;
}
.corp-mid-one .mid-one-right  {
  margin-top: 25px;
}
.mid-one-right-image, .mid-one-left-image {
  max-width:100%;
  float: none;
}
.about-top-first, .about-top-second{
  max-width: 90%;
}
.about-intro-second .about-intro-left {
  margin-bottom: 25px;
}
.about-intro-top-title, .family-title {
  font-size: 22px;
  line-height: 1.5;
}
.about-family-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
}

.mt-photo{
  margin-top: 3rem;
}
.about-intro-top-title br {
  display: none;
} 
.card-news{
  max-width: none;
  padding-right: 15px;
}
}
@media(max-width: 576px){
  .intro-para-about{
    padding: 0 10px 0 0;
  }

  .down-image-1 {
    max-width: 100%;
}
.down-section-left{
  margin-bottom: 20px;
}
  #twitter-widget-0{
    width: 100% !important;
  }

  .video video {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
  .news-card .card-top-title{
    font-size: 1rem;
      padding-left: 3px;
  }
  .card-news{
    font-size: 1.1rem;
    padding-right: 5px;
    max-width: none;
  }
  .social-tweet{
    width: 300px;
  }
  .small-title{
    width: 80%;
  }
  .intro-text-about::after{
    margin-bottom: 2rem;
  }
  .intro-para-about{
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }

.second-line{
  font-size: 5rem;
}
.first-line{
  font-size: 4rem;
}
.btn:link, .btn:visited{
  margin-left: 0;
}

  .intro-text, .first-line, .second-line{
    margin-left: 0rem;
  }

.left-right{
  padding: 0;
}
.wrapper {
  margin: 0 0 3rem 0;
} 
.cta-container, .cta-text-box{
  max-width: 30rem !important;
}
.cta-text-box {
  margin: 2rem 1rem 5rem 1rem;
}
.social-text {
  font-size: 1.3rem !important;
  margin: 0.7rem 0rem 0 0;
}
.social-mail label, .cta-text br{
  display: none;
}
.cta-container{
  flex-wrap: wrap;
}
.outer-footer {
  margin-top: 18rem !important;
  width: 100%;
}
.logo-col img {
  max-width: 80% !important;
  margin-bottom: 2rem !important;
}
.footer-container {
  display: flex !important;
  flex-wrap: wrap !important;
}
.logo-col, .address-col,  .footer-container .widget{
  width: 100%;
  margin-bottom: 1.5rem;
  margin-left: 0 !important;
    margin-right: 0 !important;
}

    .fb_iframe_widget iframe{width: 340px;}

    /*.hero-text-box { min-height: 250px; }*/
    /*.section-intro{ padding-top: 0px!important; }*/
    /*.banner_section-intro { padding: 0px !important; }*/

    
    .hero-section {
      width: 100%;
      position: relative;
    }
    
    .hero-container {
      height: 40vh !important;
      width: 100%;
    }
    
    /*.hero-container-about {*/
    /*    height: 50vh;*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
    /*.hero-text-box {*/
    /*    min-height: 0px;*/
    /*}*/
    
    /*.hero-container-about {
        height: 43vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 25%;
    }
    .hero-text-box {
        display: inherit;
    }
    .intro-para-about {
        padding: 0 0px 0 0;
    }
    .intro-text-about::after {
        margin-bottom: 1rem; height: 1px;
    }
    .hero-text-box {
        padding-top: 10px;
    }*/
    .hero-container-about {
        background-position: top 20px right -129px;
    }
        

}

@media(max-width: 350px){
        p.intro-para-about {
            display:none;
        }
    .hero-container-about {
        height: 31vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .hero-text-box {
        padding: 80px 0px 0px;
    }
    .hero-container-about {
        background-position: center top 23%;
    }
    
}



